﻿@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'),
       url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype'),
       url('../font/iconfont.svg') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sub{
	padding: 45px 0;
}
.wid2{
	width: 1200px;
	margin: 0 auto;
}
.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.clear {
	zoom: 1
}
.location{
    font-size: 14px;
    color: #898989;
	line-height: 70px;
    background-image: url(../image/location_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
	padding-left: 40px;
}

.sub_conts_l{
	width: 305px;
	float: left;
}
.category, .latestnews{
	margin-bottom: 10px;
	background-color: #f8f8f8;
}
.sub_conts_l h2{
	font-size: 24px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	background-color: #7aa6dc;
	font-weight: bold;
	margin: 0;
}
.category ul li{
	border-bottom: solid 1px #fff;
	float: none;
}
.category ul li a{
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	color: #707070;
	display: block;
}
.category ul li a:hover{
	color: #7aa6dc;
	background-color: #f1f1f1;
}
.latestnews ul{
	padding: 10px 20px;
}
.latestnews ul li{
	border-bottom: solid 1px #eeeeee;
	line-height: 25px;
	float: none;
}
.latestnews ul li a{
	display: block;
	color: #6e6e6e;
	padding: 8px 0;
}
.sub_conts_r{
	width: 810px;
	background-color: #f8f8f8;
	padding: 10px 30px;
	float: right;
}
.sub_title{
	font-size: 24px;
	font-weight: normal;
	line-height: 70px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 25px;
	margin-top: 0px;
}
.news_list li{
	border-bottom: dotted 1px #7aa6dc;
	float: none;
}
.news_list li a{
	padding: 20px 0;
	line-height: 25px;
	display: block;
	color: #6e6e6e;
	font-size: 16px;
}
.news_list li a span:first-child{
	font-size: 14px;
	color: #7aa6dc;
	border: solid 1px #7aa6dc;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 12px;
	transition: .4s;
}
.news_list li a span:last-child{
	float: right;
	margin-left: 12px;
}
.news_list li a:hover{
	color: #000;
}
.news_list li a:hover span:first-child{
	background-color: #7aa6dc;
	color: #fff;
	transition: .4s;
}
.infotitle {
	font-size: 22px;
	line-height: 35px;
	font-weight: normal;
	text-align: center;
}
.infopost {
	text-align: center;
	color: #666;
	margin-bottom: 10px;
	font-size: 12px;
}
.infopost span{
	padding-right: 8px;
	padding-left: 8px;
}
.infopost .iconfont {
	font-size: 16px;
}

.infopic {
	text-align: center;
	margin-bottom: 10px;
}
.infopic img {
	padding: 4px;
	border: 1px solid #ededed;
}
.infodetail{
	line-height: 30px;
}
.infodetail img{
	max-width: 100%;
	margin: 0 auto;
}
.infopage {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 35px;
}
.pic_list{
	width: 810px;
	display: flex;
	justify-content: space-between;
	align-content:flex-start;
	flex-direction:row;
	flex-wrap: wrap;
}
.pic_list li{
	width: 385px;
	height: 295px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
}
.pic_list li a h3{
	font-size: 16px;
	line-height: 40px;
	padding-left: 15px;
	margin: 10px 0 0 0;
	color: #000;
}
.pic_list li img{
	width: 385px;
	height: 245px;
}



.figure_list li{
	margin-bottom: 15px;
	color: #707070;
}
.figure_img{
	width: 150px;
	float: left;
}
.figure_info{
	width: 640px;
	float: right;
	padding-top: 30px;
}
.figure_info h3{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.figure_info span{
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.figure_info p{
	font-size: 16px;
	margin-bottom: 10px;
}
.figure_info a{
	display: inline-block;
	width: 85px;
	height: 25px;
	text-align: center;
	border: solid 1px #707070;
	line-height: 25px;
	color: 707070;
	transition: .4s;
}
.figure_list li:hover .figure_info a{
	background-color: #7aa6dc;
	border: solid 1px #7aa6dc;
	color: #fff;
	transition: .4s;
	cursor: pointer;
}



.wap_sub_conts_sort{
	display: none;
}

@media screen and (max-width: 768px) {
	.wid2 {
		width: 96%;
		margin: auto;
	}
	.sub{
		position: relative;
	}
	.location {
		font-size: 12px;
		color: #898989;
		line-height: 6vw;
		background-image: url(../image/location_icon.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 6%;
		margin-bottom: 4%;
	}
	.wap_sub_conts_sort{
		display: block;
	}
	.sub_conts_l{
		display: none;
	}
	.wap_sub_conts_sort {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ddd;
		position: relative;
		height: 60px;
	}
	.wap_sub_conts_sort h1 {
		border-bottom-width: 3px;
		border-bottom-style: solid;
		border-bottom-color: #1894d0;
		float: left;
		padding-right: 2%;
		padding-left: 2%;
		margin-left: 2%;
		font-size: 28px;
		line-height: 60px;
		font-weight: normal;
		margin-bottom: 0;
		margin-top: 0;
	}
	.type {
		width: 100%;
		position:absolute;
		top: 60px;
		right: 0;
		background: #3650a4;
		z-index: 9999;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		height: auto;
		padding: 0.1rem 0;
		display: none;
		transition: .4s;
	}
	.type li {
		width: 90%;
		background: #fff;
		font: 18px/40px "microsoft yahei";
		margin: 2% auto;
		overflow: hidden;
		position: relative;
		float: none;
	}
	.type li a {
		display: block;
		float: left;
		width: 60%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		padding: 0 4%;
		color: #666
	}
	.type li .iconfont {
		font-size: 18px;
		line-height:50px;
		display: block;
		width: 16%;
		text-align: center;
		color: #666;
		position: absolute;
		top: 0;
		right: 0;
	}
	.type li dl {
		float: left;
		border-top: 2px solid #232323;
		width: 100%;
		display: none
	}
	.type li dl dd {
		overflow: hidden
	}
	.type li dl dd a {
		width: 100%
	}
	.type h1 {
		font: 20px/35px "microsoft yahei";
		width: 90%;
		margin: 0 auto;
		color: #fff;
	}
	.class-btn {
		font-size: 20px;
		line-height: 60px;
		color: #999;
		text-align: center;
		overflow: hidden;
		padding-right: 3%;
	}
	
	.sub_conts_r {
		width: 96%;
		background-color: #fff;
		padding: 2%;
		float: none;
		margin-top: 4%;
	}
	.sub_title{
		display: none;
	}
	.news_list li{
		border-bottom: dotted 1px #7aa6dc;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		}
	.news_list li a{
		padding: 5% 3%;
		line-height: 6vw;
		display: block;
		color: #6e6e6e;
		font-size: 16px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.news_list li a span:first-child{
		font-size: 14px;
		color: #7aa6dc;
		border: solid 1px #7aa6dc;
		display: inline-block;
		width: 25px;
		height: 25px;
		text-align: center;
		margin-right: 12px;
		transition: .4s;
	}
	.news_list li a span:last-child{
		display: none;
		float: right;
		margin-left: 12px;
	}
	.news_list li a:hover{
		color: #000;
	}
	.news_list li a:hover span:first-child{
		background-color: #7aa6dc;
		color: #fff;
		transition: .4s;
	}
	
	.pic_list{
		width: 100%;
		display: block;
		justify-content: space-between;
		align-content:flex-start;
		flex-direction:row;
		flex-wrap: wrap;
	}
	.pic_list li{
		width: 96%;
		height: auto;
		margin: 2%;
		text-align: left;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.pic_list li a h3{
		font-size: 16px;
		line-height: 40px;
		padding-left: 6%;
		margin: 3% 0 0 0;
		color: #000;
	}
	.pic_list li img{
		width: 100%;
		height: auto;
	}
	.figure_img{
		width: 25%;
		float: left;
	}
	.figure_info{
		width: 72%;
		float: right;
		padding-top: 15px;
	}
	.figure_info p{
		font-size: 14px;
		margin-bottom: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	
}