/* .title_img{
    width: 100%;
    height: 200px;
    background: url(/static/image/news-title.png) center center no-repeat;
} */
.title{
    width: 1215px;
    margin: 10px auto;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
}
.title i{
    font-style: normal;
}
.titleContent{
    display: inline-block;
    width: 765px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.title a{
    cursor: pointer;
}
/*section*/
section{
	width: 1215px;
	margin: 0 auto;
    border-top: 1px solid #ddd;
}
section .left{
    width: 874px;
    float: left;
}
section .right{
    width: 339px;
    float: right;
}
section .right .advertisement{
    width: 290px;
    height: 200px;
    margin: 20px 0 0 30px;
}
section .right .right_1{
    margin: 20px 0 20px 30px;
}
section .title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
    background-color: #fff;
    border: 1px solid rgba(204, 204, 204, 1);
}
section .title a{
    cursor: pointer;
}
section .title i{
	font-style: normal;
}
section .section{
	margin-top: 5px;
	margin-bottom: 20px;
    border-right: 1px solid #ccc;

}
section .section li{
	width: 100%;
	height: 155px;
}
section .section li h3{
    width: 787px;
    height: 50px;
    line-height: 50px;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	margin-left: 38px;
	float: right;
}
section .section li .text{
	float: right;
    width: 740px;
	margin-right: 38px;
	font-size: 13px;
	text-indent: 2px;
}
section .section li .form{
    width: 85%;
	float: right;
	text-align: right;
	margin-right: 38px;
	font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
section .section li .time{
    position: absolute;
    width: 95px;
	font-size: 14px;
    margin-top: 15px;
}
section .section li .form i,section .section li .time i,.yema i{
	font-style: normal;
}
section .section li:hover{
    background: #D3EAFC;
}
section .section li:hover a{
    color: #00A2E9;
}
section .mtrp{
    width: 340px;
    margin: 0 0 20px 0;
    border-top: 1px solid #ccc;
    display: none;
    margin-top: 10px;
}
section .mtrp h2 {
    background: inherit;
    color: #666;
    font-size: 16px;
    height: 38px;
    line-height: 58px;
    text-align: left;
    margin-left: 35px;
}
section .mtrp ul {
    padding: 5px 15px 15px 15px;
}
section .mtrp ul li {
    overflow: hidden;
    padding: 10px 0 5px 20px;
}
section .mtrp .more{
    display: block;
    width: 100%;
    height: 20px;
    text-align: right;
}
section .mtrp .more a{
    font-size: 10px;
    color: #666;
}
section .mtrp .more a:hover{
    color: #00A2E9;
}
section .pagea {
    text-align: center;
    margin: 20px 0;
}
section .pagea .pagea_list {
    width: auto;
    height: auto;
    margin: 0 2px;
    padding: 0 8px;
    color: #333;
    line-height: 23px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
section .pagea .on {
    background: #ccc;
    color: #FFFFFF;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 2px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
section .pagea a {
    display: inline-block;
    width: 23px;
    height: 23px;
    color: #333;
    line-height: 23px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
.li .active{
    background: #00A2E9;
}
/*!*手机适配*!*/
/*@media screen and (max-width:720px){*/
	/*header .header {*/
	    /*height: 200px;*/
	/*}*/
    /*header .input-group {*/
    	/*margin-top: 10px;*/
	/*}	*/
    /*header .ul li {*/
     	/*line-height: 50px;*/
	/*}*/
	/*header .title ul li {*/
     	/*padding-left: 15px; */
	/*}*/
	/*section .mtrp {*/
	    /*margin: 0 0 20px 0;*/
	/*}*/
	/*section .section li {*/
	    /*height: 450px;*/
	/*}*/
/*}*/ 