.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;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.title a{
	cursor: pointer;
}
/*section*/
section{
	width: 1215px;
	margin: 0 auto 50px;
	border-top: 1px solid #ddd;
}
section .section{
	width: 95%;
	margin-left: 0;
	border-top:none;
}
section .section  p{
	font-size: 14px;
	line-height: 28px;
}
section .section  span{
	font-size: 14px;
	line-height: 28px;
}
section .left{
	width: 874px;
	float: left;
}
section .right{
	width: 339px;
	float: right;
}
section .right .advertisement{
	margin: 20px 0 0 30px;
	width: 290px;
	height: 200px;
}
section .right .right_1{
	margin: 20px 0 20px 30px;
}
section .text{
	width: 100%;
    margin-top: 5px;
	border-right: 1px solid #ddd;
}
section .text h3{
	text-align: center;
	font-size: 24px;
	line-height: 100px;
	font-weight: bold;
}
section .stitle{
	width: 95%;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom:1px solid #000 ;
	margin-left: 0;
}
section .stitle span{
	margin-left: 20px;
}
section .stitle span i{
	font-style: normal;
}
.bshare-custom{
	margin: 20px 10%;
}
section>span{
	display: block;
	text-indent: 10px;
	margin-bottom: 20px;
}
section .other{
	width: 80%;
	margin: 0 auto;
	line-height: 40px;
}
section .other .down{
	float: right;
}
section .other i{
	font-style:normal ;
}
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;
}
/*!*手机适配*!*/
/*@media screen and (max-width:720px){*/
	/*header .header {*/
	    /*height: 200px;*/
	/*}*/
    /*header .input-group {*/
    	/*margin-top: 10px;*/
	/*}	*/
	/*header .title ul li {*/
     	/*padding-left: 15px; */
	/*}*/
    /*header .ul li {*/
     	/*line-height: 50px;*/
	/*}*/
	/*section .mtrp {*/
	    /*margin: 0 0 20px 0;*/
	/*}*/
	/*section .section li {*/
	    /*height: 450px;*/
	/*}*/
	/*section .title{*/
		/*height: 60px;*/
	/*}*/
	/*section .text h3 {*/
	   	/*margin-top: 20px;*/
	    /*line-height: 50px;*/
	/*}*/
	/*section .other{*/
		/*height: 115px;*/
	/*}*/
/*}*/