﻿/*头部导航样式*/

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	color: #333333;
}

html,
body {
	width: 100%;
	background: #f1f2f6;
}

li,
ul {
	list-style: none;
}


/*搜索框*/

a {
	text-decoration: none;
}

div.search {
	float: right;
}

form {
	position: relative;
	width: 260px;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

#searchform {
	display: block;
	height: 36px;
}

.inp_srh {
	border: 1px solid #ddd;
	float: left;
	display: inline;
	height: 35px;
	width: 260px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 45px;
	box-sizing: border-box;
}

.btn_srh {
	width: 50px;
	height: 35px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	background: #000;
	color: #fff;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

input::-webkit-input-placeholder {
	color: #666;
	font-size: 12px;
}

input::-moz-placeholder {
	color: #666;
	font-size: 12px;
}

input:-moz-placeholder {
	color: #666;
	font-size: 12px;
}

input:-ms-input-placeholder {
	color: #666;
	font-size: 12px;
}


/*=====*/

img {
	border: none;
}

.logo {
	float: left;
	width: 200px;
}

.logo img {
	width: 190px;
	max-height: 42px;
}

.gao_zhuan {
	width: 153px;
	height: 106px;
}

.nav_logo .guangao {
	width: 950px;
	height: 80px;
	float: right;
	margin: 0;
}

.nav_logo .guangao img.guang {
	width: 100%;
	height: 80px;
}

.nav_logo .guangao img.close {
	top: 0;
	right: 0;
}

.nav_logo .header {
	height: 70px;
	background: #fff
}

.header_list {
	background: #1E2736;
}

.nav_logo .logo_width {
	padding: 10px 0;
	overflow: hidden;
}

.nav ul.cons {
	list-style: none;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}

.nav ul.cons li a:first-child {
	border-left: 1px solid #F2F2F2;
}

.nav ul.cons li a {
	font-size: 18px;
	color: #333;
	float: left;
	height: 70px;
	line-height: 70px;
	padding: 0 22px;
	border-right: 1px solid #F2F2F2;
	box-sizing: border-box;
}

.nav ul.cons li.active a {
	color: #0277d2;
}

.nav ul.cons li:hover a {
	color: #0277d2 !important;
}


/*资讯二级页面头部导航样式*/

.zHeader {
	width: 100%;
}

.zHeader_container {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	height: 100%;
	position: relative;
}

.zHeader .top {
	height: 42px;
	overflow: hidden;
	background-color: #343434;
	color: #ffffff;
}

.zHeader .top ul {
	float: left;
	color: #ffffff;
	height: 100%;
}

.zHeader .top ul li {
	float: left;
	list-style-type: none;
	color: #ffffff;
	line-height: 42px;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 700;
	height: 100%;
}

.zHeader .top .find {
	float: right;
}

.zHeader .top ul li:not(.active):hover {
	background-color: black;
	cursor: pointer;
}

.zHeader .top .find_box,
.zHeader .top .find_icon {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 13px;
}

.zHeader .top .find_box {
	overflow: hidden;
	position: relative;
}

.zHeader .top .find_box input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #dad1d1;
}

.zHeader .top .find_box input {
	width: 230px;
	height: 30px;
	border-radius: 19px;
	border: none;
	text-indent: 1rem;
	color: #FFF !important;
	font-size: 13px;
	outline: none;
	background-color: #7a7a7a;
}

.zHeader .bottom .logo img {
	height: 80px;
}

.zHeader .find .logIn,
.zHeader .find .regist {
	font-size: 14px;
	color: #ffffff;
	margin-left: 5px;
	position: relative;
}

.zHeader .find .logIn:before {
	content: "";
	border-left: 2px solid rgba(255, 255, 255, 0.85);
	padding-left: 13px;
	padding-bottom: 17px;
	background-repeat: no-repeat;
	background-position-y: 9px;
	background-position-x: 6px;
	position: absolute;
	top: 3px;
	left: -17px;
}

.zHeader .bottom {
	overflow: hidden;
}

.zHeader .bottom .logo {
	float: left;
	width: 164px;
	height: 45px;
	/*position: relative;*/
	top: 17px;
	margin: 18px 0;
	margin-right: 130px;
	display: inline-block;
}

.zHeader .bottom ul {
	float: left;
	height: 82px;
	position: relative;
}

.zHeader .bottom ul li {
	float: left;
	list-style-type: none;
	height: 95%;
	line-height: 82px;
	margin-right: 37px;
	position: relative;
}

.zHeader .bottom ul .active {
	border-bottom: 4px solid #0076D2;
}

.zHeader .bottom ul li:not(.active):hover {
	cursor: pointer;
}

.zHeader .bottom ul li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}

.zHeader .bottom ul li a:hover {
	color: #0076D2;
}

.find_icon:hover {
	cursor: pointer;
}

.vedioTime {
	color: #ffffff;
	padding: 3px 6px;
	font-size: 12px;
	border-radius: 3px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, .65);
}


/*侧边栏列表样式*/

.cc {
	position: relative;
	list-style-type: none;
	width: 340px;
	line-height: 58px;
	text-indent: 33px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px!important;
}

.cc:before {
	/*background-image: url(../images/point.png);*/
	/*background-size: 18px 18px;*/
	content: "●";
	padding-right: 76px;
	padding-top: 48px;
	background-repeat: no-repeat;
	background-position-y: 30px;
	background-position-x: 8px;
	position: absolute;
	left: -15px;
	top: -49px;
}


/*导航栏激活样式*/

.header_container .active {
	color: #0076D2;
	position: relative;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.header_container ul .nav {
	display: inline-block;
	position: absolute;
	bottom: 3px;
	width: 50px;
	height: 4px;
	left: 36px;
	background-color: #0277d2;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}

.bottom .zHeader_container .active a {
	color: #0076D2;
	position: relative;
}

.bottom .zHeader_container ul .nav {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	width: 80px;
	height: 4px;
	left: -6px;
	background-color: #0277d2;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}

.top .zHeader_container .active {
	color: #333333;
	background-color: #e4e4e4;
	position: relative;
}

.pro .logo img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
}


/*分享栏样式*/

.content {
	position: relative;
}

.share_box {
	width: 44px;
	position: fixed;
	top: 250px;
	left: 15%;
}

.share_box .wb,
.share_box .wx,
.share_box .kj {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-bottom: 10px;
	position: relative;
}

.share_box .wb:hover,
.share_box .wx:hover,
.share_box .kj:hover {
	cursor: pointer;
}

.share_box .wx:hover .wx_code {
	opacity: 1;
	display: block;
	-webkit-transition: all .5s linear;
}

.share_box .wx {
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
	background-color: rgba(69, 159, 69, .5);
	position: relative;
}

.share_box .wx:hover {
	background-color: rgba(69, 159, 69, 1);
}

.share_box .wx .wx_code {
	width: 144px;
	height: 134px;
	position: absolute;
	left: -51px;
	top: -147px;
	background: url("../img/wx_bg.png");
	background-size: 100% 100%;
	opacity: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	display: none;
}

.share_box .wx .wx_code .codeBox {
	width: 134px;
	height: 134px;
	position: absolute;
	right: 10px;
	top: 0%;
	bottom: 0;
	left: 0;
	margin: auto;
}

.share_box .wx .wx_code .codeBox img {
	width: 86%;
	position: absolute;
	top: 0%;
	bottom: 0;
	left: 0;
	right: 0px;
	margin: auto;
}

.share_box .wb {
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
	background-color: rgba(247, 69, 140, .5);
}

.share_box .wb:hover {
	background-color: rgba(247, 69, 140, 1);
}

.share_box .kj {
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
	background-color: rgba(92, 139, 209, .5);
}

.share_box .kj:hover {
	background-color: rgba(92, 139, 209, 1);
}

.share_box img {
	width: 60%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.tag {
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.tag:hover {
	cursor: pointer;
	background-color: #0277d2;
	color: #e4e4e4!important;
}

@media screen and (max-width: 1920px) {
	.share_box .wx .wx_code {
		left: -51px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.share_box .wx .wx_code .codeBox {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 1366px) {
	.share_box {
		left: 1.5%;
	}
	.toTop,
	.wgtBtn {
		right: 30px!important;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
	.share_box {
		left: 3.5%;
	}
	.toTop,
	.wgtBtn {
		right: 30px!important;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
	.share_box {
		left: 8.5%;
	}
	.toTop,
	.wgtBtn {
		right: 50px!important;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
	.share_box {
		left: 15%;
	}
}


/*图片动画*/

.img,
.img_box {
	overflow: hidden;
}

.img img {
	width: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.img:hover img {
	cursor: pointer;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.img_box img {
	width: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.img_box:hover img {
	cursor: pointer;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.toTop {
	width: 56px;
	height: 56px;
	position: fixed;
	bottom: 25px;
	right: 99px;
	background-color: rgba(102, 102, 102, .5);
	border-radius: 5px;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
	opacity: 0;
}

.toTop:hover {
	cursor: pointer;
	background-color: rgba(102, 102, 102, 1);
}

.toTop img {
	width: 40%;
	position: absolute;
	top: 0%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.cc a {
	font-size: 16px!important;
}


/*首页二级菜单样式*/

.zixun,
.shipin {
	width: 100%;
	height: 98px;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	z-index: 9;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.zx_box {
	width: 1200px;
	margin: auto;
}

.zx_box ul {
	overflow: hidden;
}

.zx_box li {
	height: 44px;
	width: 126px;
	text-align: center;
	border-radius: 5px;
	line-height: 44px;
	margin-top: 27px;
	margin-right: 22px;
	font-size: 16px;
	color: #999999;
	float: left;
	list-style-type: none;
	border: 1px solid #d7d7d7;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.zx_box li:hover {
	cursor: pointer;
	color: #0277d2;
	border: 1px solid #0277d2;
}


/*文广通按钮样式*/

.wgtBtn {
	width: 56px;
	height: 56px;
	position: fixed;
	bottom: 96px;
	right: 99px;
	background-color: rgba(102, 102, 102, .5);
	border-radius: 5px;
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}

.wgtBtn img {
	width: 46%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.wgtBtn:hover {
	cursor: pointer;
	background-color: rgba(102, 102, 102, 1);
}


/* 分享优化 */

.bdshare-button-style0-32 a {
	margin: 10px 6px 10px 6px!important;
	width: 44px!important;
	height: 44px!important;
	border-radius: 50%;
	transition: all .35s linear;
	background-image: none;
	position: relative;
}

.bdshare-button-style0-32 a.bds_weixin {
	background-color: rgba(69, 159, 69, .5);
}

.bdshare-button-style0-32 a.bds_weixin:hover {
	background-color: rgba(69, 159, 69, 1);
}

.bdshare-button-style0-32 a.bds_weixin:after {
	content: '';
	display: block;
	width: 60%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../img/s_wx.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.bdshare-button-style0-32 a.bds_tsina {
	background-color: rgba(247, 69, 140, .5);
}

.bdshare-button-style0-32 a.bds_tsina:hover {
	background-color: rgba(247, 69, 140, 1);
}

.bdshare-button-style0-32 a.bds_tsina:after {
	content: '';
	display: block;
	width: 60%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../img/s_wb.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.bdshare-button-style0-32 a.bds_qzone {
	background-color: rgba(92, 139, 209, .5);
}

.bdshare-button-style0-32 a.bds_qzone:hover {
	background-color: rgba(92, 139, 209, 1);
}

.bdshare-button-style0-32 a.bds_qzone:after {
	content: '';
	display: block;
	width: 60%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../img/s_kj.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


/* 文章列表 */

.part2 .news_box h3 {
	font-size: 16px;
	padding-top: 6px;
}

.partOne .profile {
	height: 40px;
}


/* 文章摘要 */

.article-summary {
	margin-bottom: 43px;
	line-height: 25px;
	background: #F2F2F2;
	margin: 15px -60px;
	padding: 15px 60px;
	font-size: 14px;
}

.article-date {
	margin-right: 5px;
	color: #AEAEAE;
}

.header1 {
	width: 100%;
	background-color: #ffffff;
	height: 84px;
	position: relative;
	z-index: 99;
}

.content1 {
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.content_box {
	width: 1200px;
	margin: auto;
}

.partOne {
	width: 100%;
	overflow: hidden;
}

.partOne .left {
	width: 840px;
	float: left;
}

.partOne .right {
	width: 360px;
	float: right;
	background-color: white;
	position: relative;
	/* border-top:1px dotted #eaeaea; */
}

.partOne .top-article-one {
	margin-bottom: 15px;
}

.part1,
.part2 {
	overflow: hidden;
}

.part1 {
	padding-bottom: 30px;
}

.part1 .part1_l {
	width: 530px;
	margin-right: 27px;
	float: left;
}

.part1 .part1_r {
	width: 250px;
	float: right;
	margin-right: 30px;
}

.part1 .part1_r h2 {
	font-size: 18px;
	margin: 18px 0 12px;
}

.part1 .part1_l .img {
	width: 100%;
	height: 300px;
	background-color: white;
}

.partOne .tag {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-size: 12px;
	border-radius: 2px;
	padding: 3px 6px;
	display: inline-block;
	margin: 15px 0px 10px;
	color: #0277d2;
	border: 1px solid #0277d2;
}

.partOne h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.partOne .profile {
	/*width: 530px;*/
	/*height: 44px;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
	font-family: '微软雅黑';
	font-weight: 400;
	font-size: 14px;
	color: #6B6B6B;
	line-height: 22px;
	margin-top: 5px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.partOne .time {
	font-size: 12px;
	color: #0277d2;
	margin: 13px 0 0px;
}

.part1_r .img,
.part1_r .img a {
	height: 142px;
	display: inline-block;
	background-color: white;
	position: relative;
}

.part1_r .img a p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 15px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}

.part1_r .part1_r_2 {
	width: 214px;
	border: 1px solid rgba(201, 201, 201, 1);
	padding: 17px 17px 55px;
}

.part1_r_2 {
	margin-top: 30px;
}

.part1_r .part1_r_2 span {
	display: inline-block;
	width: 100%;
	height: 22px;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.part1_r .part1_r_2 .line {
	width: 43px;
	height: 2px;
	margin-top: 13px;
	background-color: #333333;
}

.part1_r .part1_r_2 .img_box {
	width: 124px;
	height: 70px;
	background-color: white;
	float: right;
	margin-right: -18px;
	margin-top: 20px;
	margin-bottom: 27px;
}

.part2 .news_box {
	width: 250px;
	display: inline-block;
	padding-right: 30px;
	float: left;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

.part2 .news_box:nth-child(3n) {
	padding-right: 0;
}

.part2 .img_box {
	width: 100%;
	height: 160px;
	background-color: white;
}

.part2 .img_box img {
	height: 100%;
}

.part2 .line {
	width: 807px;
	height: 30px;
	border-top: 1pt dotted #cfcfcf;
	float: left;
}

.partOne .right .scrollNews {
	width: 100%;
}

h3.title {
	color: #333333;
	height: 64px;
	background: #fff;
	line-height: 64px;
	text-indent: 20px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	letter-spacing: 0;
}

.partOne .right .scrollNews .scroll_box {
	width: 320px;
	height: 310px;
	padding: 0px 10px 15px 30px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.partOne .right .scrollNews .scroll_content {
	width: 100%;
	border-left: 4px solid #d7d7d7;
	padding-left: 16px;
}

.partOne .right .news_time {
	width: 37px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	background-color: #d7d7d7;
	border-radius: 3px;
	position: relative;
}

.partOne .right .news_time:before {
	background-image: url(../img/point.png);
	background-size: 18px 18px;
	content: "";
	padding-right: 76px;
	padding-top: 48px;
	background-repeat: no-repeat;
	background-position-y: 30px;
	background-position-x: 8px;
	position: absolute;
	right: -4px;
	top: -27px;
}

.partOne .right .new_pro {
	width: 252px;
	/* height: 42px; */
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	padding: 10px 12px;
	margin-top: 7px;
	margin-bottom: 7px;
	box-shadow: 1px 5px 10px rgb(240, 240, 240);
}

.partOne .focus_box {
	width: 100%;
	padding-top: 15px;
	border-top: 1px dotted #eaeaea;
	border-bottom: 1px dotted #eaeaea;
}

.partOne .focus_box .main_focus {
	height: 220px;
	background-color: gray;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.partOne .focus_box .main_focus img {
	height: 220px;
}

.partOne .focus_box .main_focus .title {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	padding: 12px 15px!important;
	text-align: left;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	width: 92%;
}

.partOne .focus_box .focus_news {
	/* border-bottom: 1px dotted #eaeaea; */
	overflow: hidden;
	padding: 6px 6px 6px 10px;
}

.partOne .focus_box .focus_news1 {
	border-top: 1px dotted #eaeaea;
}

.focus_box .focus_news .title {
	display: inline-block;
	line-height: 22px;
	font-size: 15px;
	float: left;
	color: #6b6b6b;
	width: 245px;
	padding-top: 10px;
	text-indent: 8px;
}

.focus_box .focus_news .img {
	width: 88px;
	height: 70px;
	background-color: gray;
	float: right;
}

.focus_box .focus_news .img img {
	width: 100%;
	height: 100%;
}

.prod .h3_box {
	border-bottom: 1px dotted #eaeaea;
	margin-bottom: 15px;
}

.prod .pro_box {
	border-top: 1px dotted #eaeaea;
	overflow: hidden;
}

.prod .pro {
	width: 179px;
	height: 130px;
	float: left;
	border-bottom: 1px dotted #eaeaea;
}

.prod .pro:nth-child(odd) {
	border-right: 1px dotted #eaeaea;
}

.prod .pro .logo {
	width: 100%;
	height: 50px;
	position: relative;
	margin: 14px auto;
}

.pro .logo img {
	position: absolute;
	left: 0;
	right: 0;
	top: 22px;
	margin: auto;
	height: 70%;
}

.pro:hover {
	cursor: pointer;
}

.prod .gzh {
	position: relative;
}

.prod .gzh:hover .code_box {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.prod .gzh .code_box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.prod .gzh .code_box img {
	height: 90%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.rwb .logo img {
	height: 81%;
	top: 20px;
}

.ssws .logo img,
.mmd .logo img {
	height: 75%;
	top: 20px;
}

.prod .pro h5 {
	color: #6B6B6B;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0;
}

.partTwo {
	overflow: hidden;
	margin: 25px 0;
}

.partTwo .left {
	width: 360px;
	background-color: white;
	float: left;
}

.partTwo .right {
	width: 800px;
	float: right;
}

.partTwo h3,
.partThree h3 {
	color: #333333;
	font-size: 19px;
	font-weight: 700;
	margin: 20px;
}

.partTwo .left li {
	border-top: 1px dotted #eaeaea;
}

.partTwo .right .box {
	width: 250px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.partTwo .right .box:nth-child(3n) {
	margin-right: 0;
}

.partTwo .right .img,
.partTwo .right .img a {
	display: inline-block;
	height: 160px;
	background-color: white;
	margin-bottom: 10px;
	width: 100%;
}

.partTwo .right .img a img {
	width: 100%;
	height: 100%;
}

.partTwo .right .h4 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}

.partTwo .right .h4:after {
	content: "";
	padding-left: 195px;
	/* padding-bottom: -26px; */
	background-repeat: no-repeat;
	background-position-y: 22px;
	background-position-x: 6px;
	position: absolute;
	top: 7px;
	right: -210px;
	height: 15px;
	background-color: #e4e7ef;
}

.partTwo .right .title {
	font-weight: 700;
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
	padding: 0;
	height: auto;
	line-height: 22px;
}

.partTwo .right .profile {
	font-weight: 400;
	font-size: 14px;
	color: #6B6B6B;
	line-height: 22px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.partTwo .right .list {
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	border-top: 1px dotted #cfcfcf;
	padding: 10px 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.partThree,
.partFour {
	overflow: hidden;
}

.partThree .h4,
.partFour .h4 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 25px;
	display: inline-block;
	position: relative;
}

.partThree .h4:after,
.partFour .h4:after {
	content: "";
	padding-left: 190px;
	padding-bottom: -26px;
	background-repeat: no-repeat;
	background-position-y: 22px;
	background-position-x: 6px;
	position: absolute;
	top: 7px;
	left: 90px;
	height: 15px;
	background-color: #e4e7ef;
}

.partThree .box {
	overflow: hidden;
	margin-bottom: 40px;
}

.partThree .left {
	float: left;
	width: 810px;
}

.partThree .right {
	width: 360px;
	float: right;
	background-color: white;
}

.partThree ul {
	border-top: 1px dotted #eaeaea;
	color: #333333;
}

.partThree ul li {
	border-bottom: 1px dotted #eaeaea;
}


/* .partThree ul li:nth-last-child(1){
    margin-bottom: 25px;
} */

.partFour .content_box {
	overflow: hidden;
	padding-bottom: 0px;
}

.partFour .box1 {
	width: 360px;
	float: left;
	margin-top: 7px;
}

.partFour .box1 .img {
	width: 272px;
	height: 180px;
	background-color: grey;
	margin: auto;
	/* margin-bottom: -20px; */
	position: relative;
	z-index: 5;
}

.partFour .box1 .content1 {
	width: 309px;
	background-color: white;
	position: relative;
	top: -72px;
	padding: 70px 26px 20px 25px;
}

.partFour .box1 h4 {
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}

.partFour .box1 .line {
	width: 56px;
	height: 2px;
	background-color: black;
	margin: 20px auto 30px;
}

.partFour .box1 .profile {
	font-size: 15px;
	color: #6B6B6B;
	line-height: 22px;
}

.partFour .box {
	width: 194px;
	float: left;
	margin-left: 30px;
	background-color: #ffffff;
	padding: 76px 28px 30px;
	position: relative;
	margin-top: 50px;
}

.partFour .box .name {
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.partFour .box .position {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	display: inline-block;
	margin: 11px 0;
}

.partFour .box .line {
	width: 56px;
	height: 2px;
	background-color: black;
	margin: 15px auto 22px;
}

.partFour .box .profile {
	font-weight: 400;
	font-size: 15px;
	color: #6B6B6B;
	line-height: 22px;
}

.partFour .box .pic_box {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	background-color: grey;
	position: absolute;
	right: 0;
	left: 0;
	top: -43px;
	margin: auto;
}

.partFour .box .pic_box img {
	width: 100%;
	height: 100%;
}


/*首页二级菜单样式*/

.zixun,
.shipin {
	width: 100%;
	height: 98px;
	background-color: #fff;
	position: absolute;
	top: -30px;
	z-index: 9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.zx_box {
	width: 1200px;
	margin: auto;
}

.zx_box ul {
	overflow: hidden;
}

.zx_box li {
	height: 44px;
	width: 126px;
	text-align: center;
	border-radius: 5px;
	line-height: 44px;
	margin-top: 25px;
	margin-right: 22px;
	font-size: 16px;
	color: #999999;
	float: left;
	list-style-type: none;
	border: 1px solid #d7d7d7;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.zx_box li:hover {
	cursor: pointer;
	color: #0277d2;
	border: 1px solid #0277d2;
}

.tag:hover {
	cursor: pointer;
	background-color: #0277d2;
	color: #e4e4e4;
}

.partOne .focus_box .focus_news1:nth-child(2) {
	border-top: 1px dotted #eaeaea;
}

.partOne .focus_box .main_focus .title a {
	color: #fff;
	font-weight: normal;
}

.partTwo .right .list a,
.part1 .part1_r h2,
.partOne h2,
.partOne h2 a,
.part1_r .part1_r_2 span a,
.news_box h3 a,
.partTwo .right .title a,
.partTwo .right .list a,
.cc a,
.partFour .box .name a,
.partFour .box1 h4 a,
.focus_box .focus_news .title a,
.part1_r .part1_r_2 span,
.cc {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.partTwo .right .list:hover a,
.part1 .part1_r h2:hover,
.partOne h2:hover,
.part1_r .part1_r_2 span:hover a,
.partOne h2:hover a,
.news_box h3:hover a,
.partTwo .right .title:hover a,
.partTwo .right .list:hover,
.cc:hover a,
.partFour .box .name:hover a,
.partFour .box1 h4:hover a,
.focus_box .focus_news .title:hover a,
.part1_r .part1_r_2 span:hover,
.focus_box .focus_news .title:hover,
.cc:hover {
	cursor: pointer;
	color: #0277d2;
}

.partOne .right .new_pro:hover a {
	cursor: pointer;
}

h3 a,
.box .title a {
	color: #333333;
	letter-spacing: 0;
}

.partTwo .right .list a {
	color: #333333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.cc a {
	font-style: 16px;
	color: #333;
}

.partOne .right .scrollNews .scroll_box {
	scrollbar-face-color: #F3F3F3;
	/*面子*/
	scrollbar-arrow-color: #C0C0C0;
	/*箭头*/
	scrollbar-3dlight-color: #C0C0C0;
	/*最外左*/
	scrollbar-highlight-color: #FFFFFF;
	/*左二*/
	scrollbar-shadow-color: #FFFFFF;
	/*右二*/
	scrollbar-darkshadow-color: #C0C0C0;
	/*右一*/
	scrollbar-track-color: #F3F3F3;
	/*滑道*/
}


/*滚动条整体*/

::-webkit-scrollbar {
	width: 10px;
	/*滚动条宽度*/
}


/*滚动条按钮*/

::-webkit-scrollbar-button {}

::-webkit-scrollbar-track {
	background-color: #F3F3F3;
	/*滑道全部*/
}

::-webkit-scrollbar-track-piece {
	background-color: #F3F3F3;
	/*滑道*/
	-webkit-border-radius: 5px;
	/*滑道圆角宽度*/
}

::-webkit-scrollbar-thumb {
	background-color: #F3F3F3;
	/*滑动条表面*/
	border: solid 1px #C0C0C0;
	/*滑动条边框*/
	border-radius: 8px;
	/*滑动条圆角宽度*/
}


/*横竖滚动条交角*/

::-webkit-scrollbar-corner {
	background-color: #F3F3F3;
}


/*横竖滚动条交角图案*/

::-webkit-resizer {
	/*background-image: url(../images/resizer-inactive.png);*/
	background-repeat: no-repeat;
	background-position: bottom right;
}


/*鼠标滑过滑动条*/

::-webkit-scrollbar-thumb:hover {
	background-color: #F3F3E0;
}

.prod .pro {
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}

.prod .pro:hover {
	background-color: rgba(234, 234, 234, .5);
}

.prod .pro,
.new_pro,
.news_time {
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}

.a222:hover .new_pro {
	border: 1px solid rgba(174, 174, 174, 1);
	cursor: pointer;
}

.a222:hover .news_time {
	background-color: rgb(161, 161, 161);
}

.a222:hover .news_time:before {
	background-image: url(../img/blue_point.png);
}

.partOne .right .scrollNews h3,
.partOne .right .scrollNews {
	border-bottom: 1px dotted #eaeaea;
}

.s_box {
	width: 100%;
	height: 319px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 20px
}

.partOne .focus_box .focus_news1:nth-last-child(1) {
	border-bottom: 1px dotted #eaeaea;
}

.adBox {
	width: 360px;
	/* height: 300px; */
	margin-top: 20px;
	float: right;
	overflow: hidden;
	background-color: white;
	padding: 8px 0;
}

.adBox .poster1,
.adBox .poster2 {
	float: left;
	margin-left: 8px;
}

.partThree .left .title {
	background-color: black;
	color: #fff;
	font-size: 18px;
	padding: 14px;
	font-weight: normal;
	/* height: 61px; */
}

.adBox {
	width: 360px;
	/* height: 300px; */
	margin-top: 20px;
	float: right;
	overflow: hidden;
	background-color: white;
	padding: 18px 0;
}

.adBox>div {
	display: inline-block;
}

.adBox .logopic {
	width: 45px;
	height: 45px;
	float: left;
	margin-left: 30px;
	margin-right: 8px;
}

.adBox .logopic img {
	width: 100%;
}

.adBox h3 {
	font-size: 18px;
}

.adBox span {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
}

.adBox .down {
	background-color: #0767b7;
	color: #fff;
	padding: 10px 30px;
	font-size: 14px;
	float: right;
	margin-right: 25px;
	border-radius: 3px;
	margin-top: 4px;
}

.adBox .down,
.collection span:hover {
	cursor: pointer;
}

.abc {
	border-top: 1px dotted #EAEAEA;
	border-bottom: 1px dotted #EAEAEA;
	margin: 20px 0 0!important;
	padding: 20px;
}

.collection {
	padding: 30px;
}

.collection span {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 15px;
	border: 1px solid rgba(153, 153, 153, 1);
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.collection span:hover {
	color: #0076D2;
	border: 1px solid #0076D2;
}

.partThree .left .title {
	background-color: black;
	color: #fff;
	font-size: 18px;
	padding: 14px;
	font-weight: normal;
	/* height: 61px; */
}

.swiper1 {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper1 img {
	width: 100%;
	height: 100%;
}

.swiper1 .swiper-slide {
	position: relative;
}

.swiper1 .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
	padding-right: 20%;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0 !important;
	width: 20% !important;
	text-align: center;
	line-height: 40px;
	left: 80% !important;
	color: #fff;
	font-size: 15px;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 0;
	background: #fff;
	opacity: 0.7;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	height: 22px;
}

.swiper-pagination-fraction,
.swiper-pagination-fraction>span {
	color: #ffffff;
}

.swiper-pagination-fraction {
	text-align: right;
	right: 20px;
	left: auto!important;
}

.swiper-button-next,
.swiper-button-prev {
	opacity: 0.5;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 1;
}

.img_list ul {
	overflow: hidden;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.img_list ul li {
	width: 49%;
	float: left;
	height: 329px;
}

.img_list ul li a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}

.img_list ul li a img {
	width: 100%;
	height: 100%;
}

.img_list ul li:nth-child(2n) {
	float: right;
}

.img_list ul li p {
	position: absolute;
	background: rgb(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	font-size: 16px;
	width: 100%;
	line-height: 40px;
}


/*详情0*/

.title_xq {
	margin: 30px 0 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.detail_top {
	width: 100%;
}

.title_xq h2 {
	font-size: 24px;
	font-weight: 700;
	color: #222;
	line-height: 40px;
}

.userCreateTime {
	padding: 20px 0 10px 0;
	font-size: 14px;
	color: #777;
}

.userCreateTime span {
	display: inline-block;
	color: #777;
	padding-left: 20px;
}

.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 20px;
}

.content_tex img {
	display: block;
	margin: 10px auto;
	max-width: 600px;
}

.loaction {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
	text-align: left;
	font-size: 16px;
}

.loaction img {
	vertical-align: middle;
	padding-right: 10px;
}

.loaction a {
	font-size: 15px;
	color: #333;
	vertical-align: middle;
}
.loaction span{
	padding: 0 3px 0 6px;
}
.loaction a.on{
	color: #0277d2;
}
/*底部*/

.footbgs {
	border-top: 1px solid #000;
	padding: 20px 0;
	background: #000;
	width: 100%;
	color: #fff;
	margin-top: 20px;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.footer a,
.footer p {
	color: #fff;
}

.footer a:hover {
	color: #fff !important;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
	color: #fff;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(../img/top.png) no-repeat center center #fff;
	/*transform: rotate(270deg);*/
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	background-size: 60%;
	/*	opacity: 0.7;*/
}

.goTop:hover {
	/*opacity: 1;*/
}

.beian {
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	margin: 30px 0;
	width: 100%;
	background: #fff;
	line-height: 35px;
	box-sizing: border-box;
}

.pages a {
	background: #fff;
	padding: 0 15px;
	height: 35px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	border: 1px solid #ddd;
	margin: 0 3px;
}

.pages a:first-child {
	border-radius: 5px 0 0 5px;
}

.pages a:last-child {
	border-radius: 0 5px 5px 0;
}

.pages span {
	background: #0277d2;
	border: 1px solid #0277d2;
	padding: 0 15px;
	height: 35px;
	color: #fff;
	display: inline-block;
}

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 20px auto;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.post-navigation {
	overflow: hidden;
	padding: 20px 0;
	background: #fff;
	box-sizing: border-box;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 45%;
	color: #999;
	font-size: 15px;
}

.post-previous {
	float: left;
	padding-left: 35px;
	text-align: left;
}

.post-next {
	float: right;
	padding-right: 35px;
	text-align: right;
}

.post-navigation div span {
	display: block;
	color: #007a4b;
	font-size: 90%;
}

.post-navigation div:hover a {
	color: #007a4b;
}

.post-navigation div a {
	color: #333;
	display: inline-block;
	margin-top: 5px;
	line-height: 20px;
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #888;
	font-size: 45px;
	line-height: 22px;
	/*opacity: 0.5;*/
}

.label {
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.label a {
	font-size: 14px;
	color: #fff;
	margin: 0 5px;
}

.content {
	width: 1200px;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	margin-top: 20px;
}

.content .content_home {
	width: 1200px;
	height: auto;
	padding:20px;
	box-sizing: border-box;
	overflow: hidden;
}

.home_left {
	width: 790px;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: left
}

.home_right {
	width: 320px;
	height: auto;
	overflow: hidden;
	float: right;
	text-align: left
}

.cagqt-title {
	width: 1200px;
	height: 35px;
	margin-bottom: 10px;
}

.cagqt-title hr {
	border: none;
	border-top: 5px #004da3 solid;
	padding: 0;
	margin: 0;
	color: #004da3;
	height: 2px;
	margin-top: 17px;
	float: left;
	width: 1140px
}

.cagqt-title .cagqttxt {
	width: auto;
	height: 35px;
	line-height: 35px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	font-size: 20px;
	color: #515050;
	/*background: url(../images/hlgd.jpg) left center no-repeat #fff;*/
	position: absolute;
	z-index: 1;
	padding-right: 15px;
}

.cagqt {
	width: 790px;
	height: auto;
	overflow: hidden;
	padding-top: 0px
}

.cagqt-content {
	width: 790px;
	height: auto;
	overflow: hidden;
	padding-top: 15px
}

.cagqt-box {
	width: 790px;
	height: auto;
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 1px #E5E5E5 solid;
	padding-bottom: 20px
}

.cagqt-box dt {
	width: 220px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.cagqt-box dt img {
	transition: all 1.2s;
	-moz-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	border-radius: 8px;
	width: 220px;
	height: 145px;
}

.cagqt-box dt img:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	border-radius: 0px;
}

.cagqt-box dd {
	width: 550px;
	overflow: hidden;
	float: left
}

.cagqt-box dd h3 {
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
	overflow: hidden
}

.cagqt-box dd h3 a:hover {
	color: #00aa98
}

.cagqt-box dd h3 .dj {
	background: #7BBC18;
	font-size: 16px;
	color: #fff;
	padding: 0px 8px 1px 8px;
	border-radius: 10px;
	line-height: 20px;
	margin-right: 5px
}

.cagqt-box dd h3 .list_name {
	background: #4763b2;
	font-size: 16px;
	color: #fff;
	padding: 0px 8px 1px 8px;
	border-radius: 10px;
	line-height: 20px;
	margin-right: 5px
}

.cagqt-box dd h3 .yc {
	background: #00AA98;
	font-size: 14px;
	color: #fff;
	padding: 0px 8px 1px 8px;
	border-radius: 10px;
	line-height: 20px;
	margin-right: 5px
}

.cagqt-box dd p {
	color: #515050;
	font-size: 15px;
	padding: 12px 0 0 0;
	line-height: 26px
}

.hrrwbd {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.hrrwbd-title {
	width: 100%;
	height: 35px;
}

.hrrwbd-title hr {
	border: none;
	border-top: 1px #E5E5E5 solid;
	padding: 0;
	margin: 0;
	color: #E5E5E5;
	height: 1px;
	margin-top: 20px;
	float: left;
	width: 100%
}

.hrrwbd-title .hrrwbdttxt {
	width: auto;
	height: 35px;
	line-height: 35px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	font-size: 18px;
	color: #515050;
	background: url(../img/hrrwbd.jpg) left center no-repeat #fff;
	text-indent: 25px;
	position: absolute;
	z-index: 1;
	padding-right: 20px;
}

.hrrwbd-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 15px
}

.hrrwbd-content li {
	border-left: 3px #FD5F00 solid;
	width: 332px;
	height: 36px;
	overflow: hidden;
	text-align: left;
	line-height: 18px;
	margin-bottom: 25px;
	padding-left: 15px;
	display: block;
	vertical-align: middle
}

.today {
	text-align: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}

.today ul li {
	/*white-space: nowrap;*/
	overflow: hidden;
}

.today ul li em {
	background-color: #0277d2;
	width: 20px;
	display: inline-block;
	height: 20px;
	margin-left: 2px;
	line-height: 20px;
	float: left;
	text-align: center;
	font-style: normal;
	color: #fff;
}

.today ul li {
	padding: 12px 0;
	font-size: 14px;
	font-family: Helvetica, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
	border-bottom: 1px solid #f0f0f4;
}

.today ul li a {
	color: #333;
	width: calc( 100% - 32px);
	float: right;
}

.ul_box {
	clear: both;
}

.ul_box li {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	padding: 12px 0;
	overflow: hidden;
	border-bottom: 1px solid #EEE
}

.ul_box img {
	width: 100px;
	height: 70px;
	float: left;
	padding-right: 10px
}

.ul_box span {
	width: 210px;
	font-size: 15px;
	line-height: 24px;
	display: inline-block;
	margin: 8px 0;
	color: #555
}

.ul_box span a {
	color: #555
}

.ul_box_index {
	clear: both;
}

.ul_box_index li {
	height: 24px;
	border-bottom: 1px dashed #dbdbdb;
	line-height: 30px;
	padding: 8px 0;
	padding-left: 10px;
}

.ul_box_index a {
	height: 22px;
	overflow: hidden;
	display: block;
}
.no_img dd{
	width: 100%;
}
.g_ulimg {
	overflow: hidden;
}

.g_ulimg li {
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}

.g_ulimg li:nth-child(4n) {
	margin-right: 0;
}

.g_ulimg li img {
	width: 100%;
	height: 140px;
}

.g_ulimg li p {
	padding-top: 5px;
	font-size: 15px;
	line-height: 22px !important;
	height: 45px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.defList li {
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
	width: 48%;
	float: left;
	box-sizing: border-box;
	
}

.defList li:nth-child(2n) {
	float: right;
}

.defList li:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 50%;
	margin-top: -2px;
	background: #0277d2;
	display: block;
}
.defList li a{
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}
.tuijian .hrrwbd-title{
	margin: 20px 0 10px 0;
}
.tools{
	margin-bottom: 30px;
}
.tools div {
	padding-bottom: 4px;
	font-size: 15px;
}
.tools div:hover a{
	color: #0277d2;
}
/*============*/

.part2 .news_box h3 a,
.img_list ul li p,.cagqt-box dd h3 a,
.partTwo .right .title a,
.partFour .box1 h4,.today ul li a,
.partOne .focus_box .main_focus .title a {
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.partOne .profile,.cagqt-box dd p,
.partFour .box1 .profile,
.focus_box .focus_news .title,
.partOne .right .new_pro a {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}

.partFour .box .profile {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-break: break-all;
}