@charset "utf-8";



/*公共头部CSS*/
    .mb_10{margin-bottom: 10px;}

 /* logo */
    #top-bg{
    	width: 100%;
    	height: 487px;
    	background:url(../images/bg.jpg) top center;
    	margin:0 auto;
    }
   
 /*首页头条新闻开始*/

    
    .ttfb{width: 1200px;}
	.topnews{ background-color:#ececec; width:1160px; height: 140px; border:#e4e4e4 solid 1px;margin:0 auto;padding:20px;margin-top:20px;}
	.topbox {background-color:#ffffff;overflow:hidden;height:100px;padding:20px;}
	.topnews-left{width: 81px; height: 80px; background:url(../images/bt.gif) no-repeat;  margin:11px 9px 5px 25px;}
	
	.tit{width:40px; margin-top:12px; margin-right:16px; vertical-align: middle;font-size:20px;color:#FFFFFF; float: right;  line-height:1.2;  }
	
	.topnews-right{width: 965px; vertical-align: middle; margin: 7px 25px 10px 15px;}
	.tit-ttbt{ height:50px;font-size:28px; color:#cd1d1e; font-weight: 600;  
			  white-space:nowrap; overflow:hidden;  -ms-text-overflow: ellipsis;text-overflow: ellipsis;}
	.tit-nr{
		width: 980px;
		font-size: 16px;
		overflow:hidden;  
		text-align:left;
		color:#505050;
                line-height: 2;
	 }
 
 
  /*首页内容开始*/
 .h10 { height: 10px; }

  .nr1{
        max-width: 1200px;
        _width: 1200px;
        margin: 0 auto;
  	    overflow:hidden;
        padding: 10px;     
    }
	
	.f2Box {overflow:hidden;background-color: #ececec;padding-bottom: 20px;border:1px solid #e9e9e9;}
		.f2Box ul { width: 100%; }
		.f2Box ul li { float: left; width: 213px; padding-left: 23px; padding-top:23px;}
		.f2Box ul li.t1 { width: 60%; }
		.f2Box ul li a { display: block; height: 213px; text-align: center; background: #ffffff; }
		.f2Box ul li a:hover { background:#eff8ff;}
		.f2Box ul li a:hover em { color:#1f8ee0;}
		.f2Box ul li.t1 a { background: none;}
		.f2Box ul li a i { display: inline-block; width: 90px; height: 90px; margin: 35px 0 20px; background: #fff; border-radius: 50%;border:#1b5298 solid 1px;}
		.f2Box ul li a i img { position: relative; top: 12px;width:65px;}
		.f2Box ul li a em { display: block; padding: 0 30px; font-size: 18px; color: #373737;line-height: 1.5em;}
		em {font-style: normal;font-weight: 500;}
  
/*内容页*/
/*内页开始*/
   .nrt{
	max-width: 1200px;
	_width: 1200px;
	position: relative;

	margin-top: 5PX;
	margin-right: auto;
	margin-bottom: 5PX;
	margin-left: auto;  
	  overflow: hidden;
    } 
	
	#mainboxer {
    padding-top: 17px;}
	#mainboxer .submainnav {
		width: 280px;
		overflow: hidden;}
	#mainboxer .submainnav ul {
		width: 280px;}
	#mainboxer .submainnav ul li {
		height: 62px;
		text-align: center;
		line-height: 62px;
		width: 280px;
		background: url(../img/subnavc.jpg) repeat-x;
		border-radius: 5px;
		margin-bottom: 10px;}
	#mainboxer .submainnav ul li a {
		font-size: 14px;
		font-weight: bold;
		display: block;
		height: 62px;
		line-height: 62px;
		width: 100%;
		display: block;
		overflow: hidden;
		color: #fff
	;}
	#mainboxer .submainnav ul li.active, #mainboxer .submainnav ul li:hover {
		background: url(../img/subnava.jpg) repeat-x;}
	.mainbodayboxer {width: 890px;overflow: hidden;}
	.w100 {width:100%;}
    .mainbodayboxer {overflow: hidden;text-align:left;}
	.mainbodayboxer h3.title {
		width: 100%;
		margin-top: 2px;
		height: 39px;
		line-height: 39px;
		font-size: 14px;
		font-weight: bold;
		box-sizing: border-box;
		padding-left: 15px;
		color: #fff;
		background: url(../img/subtitlebg.jpg) repeat-x
	;}
	.title a {color: #fff;}
	.articlelist .singlearticle h4.title {
		font-size: 26px;
		height: 35px;
		line-height: 35px;
		font-weight: bold;
		color: #000;
		width: 100%;
		text-align: center;
    }
	.articlecontent {
		line-height: 1.5em;
		color: #787878;
		font-size: 16px;
		padding:20px;
	}
	.singlearticle{background:#fff;padding-top: 20px;}
    
/*文章列表开始*/
/*文章列表*/
    .articlelist {}
    .articlelist ul {width: 100%;}
    .articlelist ul li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    background-color: #f3f3f3;
    margin-bottom: 13px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 15px
;}
.articlelist ul li h4 {
    height: 25px;
    line-height: 25px;
    position: relative;
    width: 100%;
    font-size: 14px;
    padding-left: 16px;
    box-sizing: border-box;
    background: url(../img/tag.jpg) no-repeat 0px 10px;
    color: #bababa
;}
.articlelist ul li h4 a {
    color: #5a5a5a;
    display: block;
    height: 25px;
    max-width: 680px;
    overflow: hidden;
    float: left;
	font-size: 14px;
	}
.articlelist ul li h4 a:hover {
    color: #0169c8
;}
.articlelist ul li h4 span {
    font-size: 12px;
    display: block;
    float: right;
    height: 25px;
    color: #aaaaaa
;}
.articlelist ul li div {
    max-height: 60px;
    padding-top: 5px;
    overflow: hidden;
    color: #787878;
    min-height: 60px;
    line-height: 180%
;}
.articlelist ul li div.cinfo {
    padding-top: 5px;
    height: 25px;
    line-height: 25px;}
.articlelist ul li div.cinfo a {
    color: #0169c8
;}

/*-------show内容页面------*/

.listWrap .newShow  { padding:20px 0}
.listWrap .newShow .title-in {font-size:19px; font-weight:bold; color:#2966a1; line-height:35px; padding-bottom:20px;  text-align:center}
.listWrap .newShow .time { text-align:center; color:#666; font-size:13px; border-bottom:1px dashed #aaa; padding-bottom:20px}
.listWrap .newShow .time span { padding:0 10px}
.listWrap .newShow .content { color:#666; font-size:15px; line-height:30px; padding:20px 30px;text-align:left;}
#center_ny .content p img {display: table-cell;margin:0 auto;max-width:800px;}

.fenxiang img{margin-left: 20px; margin-top: 0px; }


.tit9{margin-bottom: 50px;}
.tit9 p{ font-size: 15px; 
    line-height: 50px;
    text-align: center;}