
nav{
    background: url("../images/news-center.png") no-repeat center;
    height: 240px;
}
/*主体内容部分*/
#content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
}
#content>p{
    margin-bottom: 35px;
}
#content>p span{
    color: #666666;
    font-size: 16px;
}
#content>p>a{
    font-size: 16px;
    color: #666666;
}
#content>p>a:hover{
    text-decoration: underline;
}
#content>p>a:last-child{
    color: #343434;
 }
#content .main{
    overflow: hidden;
}
#content .main .lf{
    float: left;
}
#content .main .lf ul li a{
    width: 196px;
    height:70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    display: block;
}
#content .main .lf ul li.active{
    background: url("../images/bg_title1.png") no-repeat center;
    color: #FFFFFF;
}
#content .main .lf ul li.active a{
    color: #FFFFFF;
}
#content .main .rg{
    margin-left: 268px;
}
/*#content .main .rg>div{*/
    /*display: none;*/
/*}*/
/*#content .main .rg>div:first-child{*/
    /*display:block;*/
/*}*/
#content .rg h3 span{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 18px;
    border-bottom:  2px solid #327EE1;
}
#content .rg h3{
    padding-bottom: 20px;
    border-bottom:  1px solid #DFDFDF;
    margin-bottom: 45px;
}
#content .rg dl{
    overflow:hidden;
    margin-bottom:35px;
}
#content .rg dl dt{
    float: left;
}
#content .rg dl dd{
    margin-left: 335px;
    position: relative;
}
#content .rg dl dd a.more{
   position: absolute;
    color: #666666 ;
    bottom: 4px;
    right: 0px;
    font-size:16px;
}
#content .rg dl dd h2{
    color: #343434;
    font-size:18px;
    margin: 15px 0 25px 0;
    font-weight: bold;
}
#content .rg dl dd p{
    color: #747474 ;
    font-size:16px;
    text-indent: 2em;
    line-height: 30px;
}
#content .rg dl dd h2 span{
    display: inline-block;
    /*color: #666;*/
    font-size:12px;
    float: right;
}
#content .rg ul{
    overflow: hidden;
}
#content .rg ul li{
    float: left;
    overflow: hidden;
    width: 444px;
    height:130px;
    /*position: relative;*/
    margin-top: 40px;
    margin-right: 42px;
}
#content .rg ul li:nth-child(2n){
    margin-right: 0;
}
#content .rg ul li>div span,#content .rg ul li>div i{
    display: block;
}
#content .rg ul li>div span{
    font-size: 18px;
    color: #6A6A6A;
    font-weight: bold;
}
#content .rg ul li>div i{
    font-size: 14px;
    color:  #B6B6B6;
}
#content .rg ul p{
   color:  #666666;
}
#content .rg .msg{
    margin-left:68px;
    border-left: 1px solid #E5E5E5;
    padding-left: 15px;
}
#content .rg .msg h2{
    margin-bottom: 15px;
    height: 42px;
}
#content .rg .msg h2 a{
	display:block;
    font-size: 16px;
	width:360px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /*显示多少行*/
}
#content .rg .msg p{
    font-size: 12px;
    line-height: 20px;
    color: #747474;
	width:360px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /*显示多少行*/
}
#content .rg .msg p.m-more{
    text-align: center;
    height: 30px;
}
#content .rg .msg p a{
    display: block;
    width: 37px;
    height: 20px;
    color: #747474;
    /*float: right;*/
    margin: 10px 0 0 320px ;
}
#content .rg .msg h2 a:hover{
    color: #4C8EE2;
}
#content .rg .msg p a:hover{
    color: #666666;
}
#content .rg .time{
    float: left;
}



/*页码部分*/

div.page{
    width: 400px;
    margin: 0 auto;
    margin-top: 30px;
}
div.page ul{
    overflow: hidden;
}
div.page ul li{
    float: left;
    margin-right: 10px;
}
div.page ul li a,div.page ul li span{
    display: block;
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;


}
div.page ul li a.current{
    background:#C1C0C5;
    color: #ffffff;
}
div.page ul li.prev span,div.page ul li.next span{
    width: 64px;
}
div.page ul li{

}


div.pageList{
    margin-top: 50px;
}
.pagelist
{
    text-align:center;
    padding:10px;
    font-size:12px;
}
.pagelist a {
    text-decoration: none;
    padding: 5px;
    color: #0A246A;
    font-weight: normal;
    margin-left:5px;
    font-size:14px;
}
.pagelist a:hover {
    color: #FFFFFF;
    background-color: #0A246A;
}
.pagelist .sel {
    color: #FFFFFF;
    background-color: #0A246A;
    font-weight: bold;
}
