/* 列表页 */
.list_guide{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.guide_item{
	font-size: 17px;
	float: left;
	color: #808080;
	margin-right: 20px;
	cursor: pointer;
}
.guide_item:hover{color: #0381C5 ;}
.vertical_line{
	border-left: solid 1px #808080;
	margin-left: 8px;
	padding:0 13px;
	height: 22px;
	float: left;
}
.news_list{
	width:1200px;
	margin: 0 auto;
	margin-top: 60px;
       text-align: justify !important;
}
.news_list li{
	width: 100%;
	background-color: #F5F6F7;
	margin-bottom: 30px;
	overflow:hidden;
	box-sizing: border-box;
	padding-right: 30px;
	height: 130px;
	cursor: pointer;
}
.list_left{
	float: left;
	width: 20%;
}
.list_left img{width: 91%;height: 130px;}
.list_main{
	width: 60%;
	border-left: solid 1px #D0D0D0;
	margin: 17px 0;
	font-size: 18px;
	box-sizing: border-box;
	padding: 10px 0;
	padding-left: 26px;
	line-height: 25px;
	color: #808080;
	float: left;
	margin-left: 10px;
	padding-left: 30px;
        height:95px;
}
.list_data{
	color: #666666;
	font-size: 16px;
	float: right;
	margin-top: 76px;
}
#pagesize{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
/* 内容页 */
.news_content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 60px;
}
.main_content{
	width: 62%;
	float: left;
}
.main_content h1{
	font-size:24px;
	font-weight: 500;
	color: #333333;
	line-height: 38px;
	word-break: break-word;
}
.sub_content{
	color: #666666;
	font-size: 16px;
	margin-top: 16px;
	overflow: hidden;
}
.content_data{float: left;margin-right: 60px;}
.news_wrap{
	
	padding-right: 32px;
	width: 712px;
	min-height: 680px;
}
.news_wrap p{width: 100%!important;word-break: break-word;}
.news_wrap p img{max-width: 100%!important; height:auto !important} 
.content_pics{width: 712px; height:372px;margin: 20px 0;}
.main_content p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.more_content{
	width: 35%;
	float: right;
	margin-top: 156px;
	padding-left:30px;
border-left: solid 1px #D0D0D0;
}
.more_content li{
	color: #666666;
	margin-bottom: 40px;
}
.more_title{
	font-size: 18px;
	line-height: 24px;
	margin-top: -6px;
	word-break: break-word;
}
.more_item{
	margin-top: 20px;
	font-size: 16px;
	overflow: hidden;
}
.more_data{float: left;}
.right_arrow{
	width: 14%;
	float: right;
	cursor: pointer;
	margin-top: -8px;
}
.bshare-custom{
	    overflow: hidden;
	    box-sizing: border-box;
	    padding-right: 35px;
		margin: 20px 0;
}

.bshare-custom li {
    float: right;
}
.bshare-custom li a {
    display: block;
    font-size: 16px;
    padding-left: 0 !important;
    background: none !important;
    height: 28px;
    margin-right: 0!important;
}
.bshare-custom li a i {
    font-size: 28px;
    background: none !important;
    color: #969696 !important;
    margin: 0 10px;
}
.bshare-custom li:nth-child(4) a i {
    color: #dc251f !important;
}
.bshare-custom li:nth-child(3) a i {
    color: #3c599b !important;
}
.bshare-custom li:nth-child(2) a i {
    color: #3fc4ec !important;
}
.bshare-custom li a span {
    line-height: 28px;
    display: inline-block;
    color: #969696 !important;
    vertical-align: top;
}
@media only screen and (max-width:768px){
.vertical_line{
display:none;
}
.guide_item{
font-size:14px;
margin-right:0;
float:none;
}
.news_wrap p img{
height:auto !important;
}
.main_content h1{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    word-break: break-word;
}
}