* {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

ul ul {
	list-style-type: none !important;
}

.top {
	background: #f3f3f3;
	padding: 10px 0;
}

.top span,
a {
	font-size: 14px;
	color: #737373;
}

.top a {
	float: right;
	text-decoration: none;
	margin: 0 20px;
}

.head {
	padding: 25px 0;
}

.logo {
	width: 60%;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.head-right {
	float: right;
}

.add {
	font-size: 16px;
	text-align: right;
}

.add .date {
	margin-bottom: 5px;
}

.search {
	height: 36px;
	margin-top: 10px;
	overflow: hidden;
}

.search img {
	height: 100%;
	float: left;
}

.sea-cont {
	padding: 0px;
	border: 1px solid #d1d1d1;
	height: 36px;
	width: 280px;
	float: left;
	padding-left: 10px;
	outline: none;
	font-size: 16px;
	color: #4f5671;
}

.sea-btn {
	background: #0085a3;
	max-width: 100%;
}

.daohanglan {
	background: #0085a3;
}

.bars {
	display: none;
	width: 50px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.bars span {
	width: 30px;
	height: 2px;
	background: #0085a3;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 1px);
	transition: 0.1s;
}

.bars span:first-child {
	transform: translateY(-10px);
}

.bars span:last-child {
	transform: translateY(10px);
}

.bars.active span:first-child {
	transform: rotate(45deg);
}

.bars.active span:nth-child(2) {
	transform: translateX(-100%);
	opacity: 0;
}

.bars.active span:last-child {
	transform: rotate(-45deg);
}

.nav {
	padding: 10px 0;
}

.nav.active {
	transform: translateX(0);
	display: block;
	position: absolute;
	top: 130px;
	right: 0;
	z-index: 999;
	width: 25%;
	height: auto;
	background: #0085a3;
}

.nav-item {
	display: flex;
	margin-bottom: 0;
}

.nav-item li {
	position: relative;
	transition: all ease .3s;
	list-style: none;
	width: 16%;
	padding-left: 20px;
	background: url(../images/xuxian.png) no-repeat 100%;
}

.nav-item li:last-child {
	background: none;
}

.nav-item li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.nav-item li a img {
	margin-left: 30%;
}

.nav-item li a span {
	color: #ffce70;
	font-size: 16px;
	font-weight: bold;
}

.nav-child {
	position: absolute;
	z-index: 99;
	top: 55px;
	left: 0px;
	border: 1px solid #f3f3f3;

	opacity: 0;
	transition: all .3s ease 0s;
	transform: translate3d(0px, -20px, 0px);
	-moz-transform: translate3d(0px, -20px, 0px);
	-webkit-transform: translate3d(0px, -20px, 0px);
	visibility: hidden;
}

.nav-child li {
	width: 142px;
	background: #fff;
	line-height: 45px;
	text-align: left;
	border-bottom: 1px solid #f5f5f5;

}

.nav-child li a {
	font-size: 16px;
	color: #0085a3;
	font-weight: normal;
}

.nav-child li:last-child {
	background: #fff;
}

.nav-child li:hover {
	text-indent: 12px;
}

.nav-child li:hover a {
	color: #ffce70;
}

.nav-item li:hover .nav-child {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	visibility: visible;
}

.carousel {
	margin: 10px 0;
}

.carousel-indicators {
	bottom: 0;
	left: 31%;
	width: 88px;
}

.carousel-indicators li {
	background-color: #fff;
	border: none;
}

.carousel-indicators .active {
	background-color: #ffce70;
}

.carousel-caption {
	left: 0;
	right: 0;
	height: 45px;
	padding: 10px;
	line-height: 30px;
	font-size: 20px;
	text-align: left;
	margin-bottom: -19px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: rgba(0, 133, 163, 0.2);
}

.carousel-caption a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	float: right;
	margin-right: 20px;
}

.news {
	margin: 30px 0;
	float: left;
	width: 60%;
}

.news .title {
	background: url(../images/line.png) no-repeat 0 105%;
	margin-right: 30px;
}

.news .content {
	margin: 15px 0;
}

.toutiao {
	float: left;
	margin-top: 10px;
}

.toutiao span {
	color: #333;
	font-size: 20px;
}

.more {
	float: right;
	background: #d5af71;
	padding: 13px 15px;

}

.more a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.more a img {
	margin-left: 10px;
	margin-bottom: 4px;
	transition: all 1s;
}

.more:hover a img {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.row .line {
	margin: 25px 0;
	border-bottom: 1px dashed #d9d9d9;
}

.content-wrap .img {
	float: left;
	width: 32%;
}

.content-wrap .img img {
	width: 100%;
	height: 82px;
}

.content-list {
	float: right;
	width: 65%;
}

.content-list a {
	display: block;
	font-size: 16px;
	line-height: 35px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.content-list a:hover {
	color: #0085a3;
}

.content-list span {
	word-break: break-all;
	display: block;
	font-size: 14px;
	color: #333333;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.zxyjjz {
	margin: 30px 0;
	float: right;
	width: 40%;
}

.zx_title {
	background: url(../images/line.png) no-repeat 0 105%;
	/* padding: 10px 0; */
}

.zx_title span {
	color: #333;
	font-size: 20px;
}

.zx_content {
	margin-top: 20px;
	height: 216px;
	overflow-y: scroll;
}

.zx_content ul li .date {
	font-size: 14px;
	color: #d5af71;
	float: left;
	width: 12%;
	padding-top: 5px;
}

.zx_content ul li .title {
	float: right;
	width: 88%;
	text-align: left;
	padding: 5px 30px 5px 20px;
}

.zx_content ul li a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	word-break: break-all;
	display: block;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.tongzhi {
	background: url(../images/bg-middle.jpg)
}

.tongzhi-wrap {
	padding: 30px 0;
}

.yanjiu-wrap {
	padding: 50px 0;
}

.tongzhi-wrap .biaoti,
.yanjiu-wrap .biaoti,
.zhuanti-wrap .biaoti {
	text-align: center;
	margin-bottom: 30px;
}

.tongzhi-wrap .biaoti img,
.yanjiu-wrap .biaoti img,
.zhuanti-wrap .biaoti img {
	/* width: 100%; */
}

.yjsgg-title {
	margin-top: -30px;
	padding: 0 10px;
}

.yjsgg-title span {
	font-size: 18px;
	color: #333333;
	border-bottom: 3px solid #d5af71;
	padding-bottom: 5px;
}

.yjsgg-title a {
	text-decoration: none;
	font-size: 14px;
	color: #d5af71;
	position: relative;
	float: right;
}

.list {
	background: #fff;
	padding-top: 10px;

}

.list ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

.list ul li .date {
	font-size: 14px;
	color: #d5af71;
	float: left;
	width: 18%;
	padding-top: 5px;
	padding-left: 20px;
}

.list ul li .title {
	float: right;
	width: 82%;
	text-align: left;
	padding: 5px 30px 5px 20px;
	height: 54px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.list ul li a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

.list ul li a:hover {
	color: #0085a3;
}

.col-sm-3 {
	padding: 0 10px;
}

.yjfx {
	overflow: hidden;
	position: relative;
}

.yjfx img {
	height: 100%;
	width: 100%;
	cursor: pointer;
	transition: all 1s;
}

.yjfx img:hover {
	transform: scale(1.2);
}

.yanjiu-caption {
	position: absolute;
	width: 100%;
	margin-top: -60px;
	background: rgba(0, 133, 163, 0.9);
	line-height: 60px;
	text-align: center;
}

.yanjiu-caption a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.yjfx:hover .yanjiu-caption {
	background: #d5af71;
}

.zhuanti-wrap {
	padding: 30px 0;
}

.zhuanti-wrap .list {
	background: none;
	padding: 30px 0;
	text-align: center;
}

.zhuanti-wrap .list a {
	text-decoration: none;
	font-size: 16px;
	color: #5d5d5d;
}

.zhuanti-wrap .list a:hover {
	color: #0085a3;
}

.zhuanti-wrap .col-sm-4 {
	background: url(/images/ztwz-bg.jpg) no-repeat 50% 100%;
	margin: 5px 0;
}

.zhuanti-wrap .col-sm-4:hover {
	background: url(/images/zhuanti_bg2.jpg) no-repeat 100% 100%;
	background-size: 100% 100%;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
	transform: scale(1.02);
	position: relative;
}

.bottom {
	background: url(/images/bg-bottom.jpg) no-repeat 100% 100%;
	padding: 10px 0;
	background-size: 100% 100%;
}

.link {
	border-bottom: 1px solid #76c2d3;
	margin: 20px 0 10px;
	padding-bottom: 28px;
	position: relative;
}

.links {
	float: left;
	width: 45%;
}

.joinus {
	float: right;
	width: 38%;
}

.links span,
.joinus span.s1 {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}

.joinus .s2 {
	margin-bottom: 10px;
}

.joinus .s2 span {
	color: #fff !important;
	font-size: 14px;
	margin-right: 15px;
}

.links-detail {
	display: flex;
	flex-wrap: wrap;
}

.links a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	width: 50%;
}

.code {
	/* float: right; */
	position: absolute;
	left: 570px;
	top: 0;
	/* display: none; */
}

.code div {
	text-align: center;
}

.code span {
	font-size: 14px;
	display: block;
	color: #fff;
	line-height: 24px;
	margin-top: 5px;
}

.join .joinus {
	float: left;
}

.joinus p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin: 0;
}

.joinus p img {
	margin-right: 10px;
}

.copyright .pic {
	float: right;
}

.copyright .pic img {
	max-width: 100%;
	width: 390px;
}

.copyright_detail {
	float: left;
	width: 50%;
	margin-top: 10px;
}

.copyright_detail p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin: 0;
}

.tdgk {
	margin-top: 20px;
}

.tdgk .left {
	float: left;
	width: 20%;
	margin-top: 10px;
}

.location {
	line-height: 35px;
}

.location img {
	vertical-align: initial;
	margin-right: 10px;
}

.location a {
	text-decoration: none;
	font-size: 14px;
	color: #666666;
}

.tdgk .left .pic img {
	width: 100%;
}

.erji-nav ul li {
	list-style: none;
	line-height: 50px;
	background: #f3fafb;
	padding-left: 25px;
	border-bottom: 1px solid #fff;
}

.erji-nav ul li:hover {
	background: #d0f1f2;

}

.erji-nav ul li.active {
	border-left: 5px solid #0085a3;
}

.erji-nav ul li a {
	font-size: 16px;
	color: #3c8092;
	text-decoration: none;
}

.suozhang {
	margin-top: 50px;
	margin-top: 30px;
	margin-left: 25px;
}

.suozhang a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: none;
	color: #333;
	/* text-align: justify;
   text-align-last: justify;*/
}

.suozhang a .p11 {
	text-align: justify;
	text-align-last: justify;
	width: 45%;
	width: 26%;
	float: left;
}

.suozhang a .p22 {
	text-align: justify;
	text-align-last: justify;
	width: 24%;
	float: left;
}

.tdgk .right {
	float: right;
	width: 78%;
}

.tdgk .right .content img {
	/* width: 100% !important; */
	/* height:auto !important; */
}

.tdgk .right .content .pic img {
	width: 100% !important;
	height: auto !important;
}

.tdgk .right .content p {
	line-height: 28px;
	font-size: 16px;
	color: #666666;
}

.tdgk .right .content p img {
	display: block;
	margin: 0 auto;

}


.tdgk .right .content .detail img {
	/* width: 600px !important; */
	/* height:auto !important; */
}

.content .list {
	width: 45%;
	float: left;
	margin: 5px 1%;
}

.list .pic {
	float: left;
	width: 35%;
	height: 208px;
	overflow: hidden;
}

.list .pic img {
	min-height: 100% !important;
}

.list .detail {
	float: right;
	width: 65%;
	background: #f7f7f7;
	padding: 4px 15px 10px 26px;
	height: 208px;
}

.list .detail.detailx {
	height: 250px;
}

.list .detail a {
	color: #3c8092;
	font-size: 18px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.list .detail span {
	display: block;
	color: #666666;
}

.list .detail .s1 {
	font-size: 16px;
	margin-bottom: 10px;
}

.list .detail .s2 {
	font-size: 14px;
	margin-bottom: 6px;
}

.tdgk .right .content .list .detail p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	text-indent: 0;
}

.content .wrap {
	margin: 20px 0;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 20px;
}

.content .xsjz:hover {
	box-shadow: 3px 3px 8px #e9e9e9;
}

.wrap .pic {
	display: none;
}

.wrap .pic img {
	width: 100%;
}

.wrap .detail {
	/*float: right;
    width: 79%;*/
}

.wrap .detail a {
	color: #000000;
	margin: 5px 0 10px;
	display: block;
	font-size: 18px;
	text-decoration: none;
}

.wrap .detail a:hover {
	color: #0085a3;
}

.content .wrap .detail span {
	font-size: 14px;
	color: #464646;
	line-height: 24px;
	text-indent: 0;
	margin: 15px 0;
}

.content .wrap .detail span:hover {
	color: #0085a3;
}

.content .wrap .detail span a {
	color: #ba2e39;
	background: none;
	display: inline-block;
	padding: 0;
	float: none;
	font-size: 14px;
}

.content .wrap .auther {
	margin: 5px 0;
}

.content .wrap .auther span {
	font-size: 14px;
	color: #868686;
}

.content .wrap .date {
	float: left;
	width: 11%;
	margin-bottom: 20px;
}

.content .wrap .date h3 {
	margin-bottom: 5px;
	margin-top: 0;
}

.content .wrap .date span {
	color: #666666;
}

.content .wrap .list {
	float: right;
	width: 88%;
	margin: 0;
	padding-top: 0;
}

.content .wrap .list a {
	margin-top: 5px;
	font-size: 18px;
	text-decoration: none;
	color: #333333;
}

.content .wrap .list a:hover {
	color: #0085a3;
}

.content .zygx {
	float: left;
	margin: 15px 0;
	position: relative;
	height: 222px;
}

.content .zygx-list {
	position: absolute;
	width: 100%;
	margin-top: -45px;
	background: rgba(0, 133, 163, 0.7);
	line-height: 45px;
}

.zygx-list a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	margin-left: 20px;
}

.zygx-list a:hover {
	color: #d5af71;
}

.dbt {
	display: none;
	background: rgba(0, 0, 0, 0.6) url(../images/line_b.jpg) center bottom no-repeat;
	background-size: 100%;
}

.dbt a {
	text-decoration: none;
}

.dbt a h2 {
	margin-top: 75px;
	color: #fff;
	font-size: 20px;
}

.shiyan {
	position: relative;

}

.shiyan .img {
	height: 195px;
}

.tdgk .right .content .shiyan img {
	height: 100%;
}

.name {
	text-align: center;
	line-height: 45px;
}

.name a {
	font-size: 16px;
}

.zygx:hover .name {
	display: none;
}

.zygx:hover .dbt {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.timu {
	text-align: center;
	margin: 20px 0;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}

.timu h4 {
	color: #333;
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center !important;
}

.timu span {
	font-size: 14px;
	color: #868686;
}


.jiben {
	float: left;
	width: 78%;
	margin-bottom: 70px;
}

.jiben .name {
	margin-bottom: 20px;
}

.jiben .xm {
	font-size: 24px;
	color: #333333;
	margin-right: 20px;
}

.jiben .zc {
	font-size: 18px;
	color: #333333;
}

.jiben .t1 {
	background: #e1eff2;
	padding: 10px 0 10px 25px;
}

.jiben .blue {
	color: #0085a3;
	font-size: 16px;
	font-weight: bold;
}

.jiben .black {
	color: #333333;
	font-size: 16px;
}

.jiben .t2 {
	padding: 10px 0 10px 25px;
}

.introduce .pic {
	float: right;
	width: 16%;
}

.introduce .pic img {
	width: 100%;
}

.right .content .detail-wrap p {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin: 0;
}

.detail-wrap h4 {
	font-size: 16px;
	color: #0085a3;
	font-weight: bold;
	line-height: 40px;
	padding-left: 25px;
	margin-top: 30px;
	background: url(../images/content-bg.png) no-repeat left 100%;
}

.page {
	text-align: center;
	padding: 70px 0;
	line-height: 35px;
}

.p_t {
	font-size: 14px;
	color: #333;
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
}

.p_first_d,
.p_first {
	font-size: 14px;
	color: #333;
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
}

.p_last {
	font-size: 14px;
	color: #428bca;
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
}

.p_prev_d,
.p_prev {
	font-size: 14px;
	color: #333;
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
}

.p_no_d {
	font-size: 14x;
	background: #0085a3;
	color: #fff;
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
}

.p_no {
	font-size: 14x;
	color: #fff;
	padding: 6px 12px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
}

.p_next,
.p_next_d,
.p_last_d {
	font-size: 14px;
	color: #333;
	padding: 6px 12px;
	margin-left: 2px;
	border: 1px solid #e8e8e8;
}

.news .content ul li {
	list-style: none;
	width: 50%;
	float: left;
	padding-right: 15px;
	height: 110px;
	margin: 10px 0 -5px;
}

.news .content ul li.one {
	height: 215px;
}

.news .content ul li.one .img,
.news .content ul li.one .content-wrap {
	width: 100%;
	height: 100%;
}

.news .content ul li.one .content-wrap .img img {
	width: 100%;
	height: 100%;
}

.line .content-wrap {
	border-bottom: 1px dashed #d9d9d9;
	padding-bottom: 15px;
}

.z-table1,
.z-table2 {
	border: solid 1px #000;
}

.z-table1 tr td,
.z-table2 tr td {
	border: solid 1px #000;
	text-align: center;
}

.z-table1 tr td {
	padding: 15px 12px;
}

.z-table2 tr td {
	padding: 15px 6px;
}

.wxgzh {
	cursor: pointer;
}