@charset "utf-8";

/* CSS Document */

body,
div,
img,
from,
input,
ul,
li,
h1,
h2,
a,
span {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

body,
input,
h1,
h2 {
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

body {
	background: #fff;
}

a {
	color: #000;
	text-decoration: none;
}


/*a:hover {
	color: #D92636;
}*/

img {
	transition: all 0.3s;
	transform: scale(1);
}

img:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

.main {
	width: 1280px;
	margin: 0 auto;
}

.main-max {
	min-width: 1280px;
	margin: 0 auto;
}

.main-margin {
	margin-top: 20px;
}

.top {
	line-height: 36px;
	background: #f5f5f5;
	font-size: 14px;
}

.top a,
.top span {
	color: #575757;
}

.top .shu {
	padding: 0 10px;
}

.jianfan {
	cursor: pointer;
}

.header {
	height: 80px;
	padding-top: 20px;
}

.header .logo img {
	float: left;
	width: 190px;
	height: 42px;
}

.header .search {
	float: right;
	width: 260px;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	border: #9c9c9c 1px solid;
	border-radius: 30px;
	margin-top: 6px;
	margin-right: 30px;
	padding-left: 14px;
}

.header .search .q {
	background: none;
	height: 26px;
	width: 200px;
	line-height: 26px;
	font-size: 15px;
	outline: none;
}

.header .search .s {
	background: #205fb5;
	height: 28px;
	width: 54px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	line-height: 26px;
	font-size: 15px;
	cursor: pointer;
}

.header-nav {
	line-height: 40px;
	height: 40px;
	text-align: center;
	background: #f6f6f6;
	overflow: hidden;
}

.header-nav a {
	display: inline-block;
	padding: 0 20px;
	color: #575757;
}

.header-nav .nav-a a {
	padding: 0 16.5px;
}

.header-nav-hot {
	line-height: 50px;
	height: 50px;
	text-align: center;
	background: #205fb5;
}

.header-nav-hot a,
.header-nav-hot span {
	display: inline-block;
	padding: 0 34px;
	color: #fff;
}

.header-nav-hot .repair-1 {
	padding: 0 16px;
}

.header-nav-hot .more {
	cursor: pointer;
}

.header-nav-hot .more i {
	width: 9px;
	height: 5px;
	display: inline-block;
	background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAQAAAA9Wg7gAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflCgwMFQJamvnUAAAAJUlEQVQI12P8/58BDTAxMKKJMDIxMKAIMjIwMMEYCJoJiQOVAAC9qwIQy+8mFwAAAABJRU5ErkJggg==") no-repeat;
	margin-left: 5px;
}

.header-nav-hot .more.on i {
	transform: rotate(-180deg);
	transition: rotate 1s ease 0s;
}

.header-nav-more {
	display: none;
}

.header-nav-more a {
	padding: 0 19px;
}

.toutiao {
	text-align: center;
}

.toutiao h1 {
	font-size: 40px;
	font-weight: bolder;
	line-height: 50px;
	margin: 15px 0;
}

.toutiao .more {
	font-size: 14px;
	color: #b1b1b1;
	line-height: 25px;
}

.toutiao .more a {
	white-space: nowrap;
	padding: 0 10px;
	color: #575757;
}

.toutiao h2 {
	font-size: 36px;
	line-height: 45px;
	margin: 15px 0;
}

.toutiao h2 a {
	color: #4e4e4e;
}

.index-jdt {
	width: 778px;
	height: 420px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	float: left;
}

.jdt-image {
	width: 800%;
	height: 100%;
	position: absolute;
	left: -0px;
}

.jdt-image li {
	width: 778px;
	height: 100%;
	float: left;
}

.jdt-image li a {
	width: 100%;
	height: 100%;
	display: block;
}

.jdt-image li img {
	width: 100%;
	height: 100%;
}

.jdt-dot {
	position: absolute;
	bottom: 45px;
	right: 0px;
	width: 210px;
}

.jdt-dot li {
	width: 15px;
	height: 15px;
	float: left;
	opacity: 0.6;
	border-radius: 15px;
	margin-left: 7px;
	cursor: pointer;
	background: #fff;
	border: #666666 solid 3px;
}

.jdt-dot li.on {
	border: #205fb5 solid 3px;
	width: 37px;
}

.jdt-dot li {
	transition: all 0.3s;
	transform: scale(1);
}

.jdt-dot li:hover {
	transition: all 0.5s;
	transform: scale(2);
}

.jdt-dot li.on:hover {
	transition: all 0.5s;
	transform: scale(1.2);
}

.jdt-title {
	width: 800%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: -0px;
	bottom: 0;
}

.jdt-title li {
	width: 778px;
	height: 100%;
	float: left;
	text-align: center;
	padding: 0 15px;
	overflow: hidden;
}

.jdt-title li a {
	color: #fff;
	display: block;
}

.touming {
	background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflCg0TOTV00LRdAAAAC0lEQVQI12PgmAkAAKwAop6L3GQAAAAASUVORK5CYII=");
}

ul.list {}

ul.list li {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 40px;
}

ul.list li a {
	color: #6b6b6b;
}

ul.list li:first-child a {
	font-weight: bolder;
	color: #0e0e0e;
}

ul.list li:nth-child(6n) a {
	font-weight: bolder;
	color: #0e0e0e;
}

ul.list li.margin {
	padding-top: 20px;
}

ul.list li.margin2 {
	padding-top: 35px;
}

.yaowen {
	float: right;
	width: 480px;
}

.yaowen ul.list li {
	font-size: 20px;
}

.yaowen .xasp {
	font-size: 18px;
	color: #1186f6;
	border: #1186f6 1px solid;
	border-radius: 4px;
	padding: 0 5px;
}

.spzb {
	display: inline-block;
	float: left;
	width: 42px;
	height: 134px;
	font-size: 25px;
	text-align: center;
}

.image {
	display: inline-block;
	position: relative;
}

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

.image .touming {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	padding: 0 8px;
	text-align: center;
}

.image .hot-video {
	display: inline-block;
	width: 38px;
	height: 30px;
	position: absolute;
	left: 20px;
	bottom: 5px;
}

.sp-zt {
	width: 221px;
	height: 134px;
	float: left;
	margin-left: 13px;
	overflow: hidden;
}

.sp-zt a {
	display: block;
	width: 100%;
	height: 100%;
}

.sp-zt .touming {
	height: 30px;
	line-height: 30px;
}

.sp-zt .video {
	margin-top: -44px;
}

.h24 {
	height: 47px;
}

.h24 .big-bt {
	display: block;
	width: 140px;
	height: 35px;
	float: left;
	background: -webkit-linear-gradient(right bottom, #205fb5, #008BFF);
	background: linear-gradient(right bottom, #205fb5, #008BFF);
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 18px;
	margin-top: 13px;
	padding-right: 10px;
}

.h24 .h24-roll {
	overflow: hidden;
	float: left;
	line-height: 30px;
	width: 1130px;
	padding-top: 15px;
}

.h24 .h24-roll a {
	padding-right: 25px;
}

.hx-bt {
	line-height: 40px;
	text-align: center;
	background: url(../img/line.png) repeat-x left center;
}

.hx-bt a,
.hx-bt span {
	font-size: 20px;
	font-weight: bolder;
	background: #fff;
	padding: 0 10px;
}

.hx-bt .left {
	margin-left: 20px;
}

.width-a {
	width: 100%;
}

.width-b {
	width: 400px;
}

.width-c {
	width: 400px;
}

.block-middle {
	margin: 0 27px;
}

.ztps {
	height: 30px;
	/*background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAQAAAAziH6sAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflCg0JMSm5uUS8AAAADklEQVQI12M4c5eJQQkAB54BzpCXzkUAAAAASUVORK5CYII=") repeat-x left bottom;*/
}

.ztps a,
.ztps span {
	display: inline-block;
	color: #838383;
	padding: 0 10px;
}

.ztps a.big-bt {
	line-height: 30px;
	color: #2f2f2f;
	font-weight: bolder;
	font-size: 20px;
}

.ztps .ztps-ly {
	margin-left: 235px;
}

.ztps .ztps-fk {
	margin-left: 370px;
}

.red-block {
	border-left: 4px solid #205fb5;
	padding: 0 12px;
}

.block-left {
	margin-left: 20px;
}

.block-list-right {
	margin-right: 15px;
}

.block-right {
	margin-right: 5px;
}

.list-block {
	padding: 15px 0;
}

.pyyq {
	height: 30px;
	line-height: 30px;
}

.pyyq a,
.pyyq span {
	display: inline-block;
	color: #838383;
	padding: 0 10px;
	cursor: pointer;
}

.pyyq a.big-bt {
	color: #2f2f2f;
	font-size: 20px;
	line-height: 20px;
}

.pyyq a.red-btn {
	background: #f43b00;
	color: #fff;
	padding: 0 10px;
	border-radius: 30px;
}

.xxqg {
	height: 56px;
	background: url(../img/ine.png) repeat-x left bottom;
}

.xxqg a,
.xxqg span {
	display: inline-block;
	color: #838383;
	padding: 0 10px;
}

.xxqg .big-bt {
	width: 125px;
	height: 56px;
	background: url(../img/line.png) repeat-x left center;
}

.xxqg .small-bt {
	width: 108px;
	height: 36px;
	background: url(../img/line.png) repeat-x left center;
}

.xxqg .wenzi-red {
	font-size: 20px;
	font-weight: bolder;
	color: #205fb5;
	padding-top: 20px;
}

.block-center {
	margin-left: 40px;
}

.zttp5 {
	margin-bottom: 50px;
}

.zttp5 li {
	float: left;
	width: 240px;
	height: 80px;
	margin-left: 20px;
}

.zttp5 li.first {
	margin-left: 0;
}

.zttp5 li img {
	width: 100%;
	height: 100%;
}

.fjyc {
	height: 30px;
	line-height: 30px;
	background: url(../img/ine.png) repeat-x left center;
}

.fjyc a,
.fjyc span {
	display: inline-block;
	color: #838383;
	padding: 0 10px;
}

.fjyc .big-bt {
	font-size: 20px;
	font-weight: bolder;
	color: #2f2f2f;
	background: #fff;
	margin-left: 20px;
}

ul.small-list li {
	font-size: 16px;
	line-height: 36px;
}

ul.small-list li.strong a {
	color: #6b6b6b;
}

.fj-tp {
	width: 383px;
	height: 227px;
	border-radius: 6px;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
	margin-left: 8px;
}

.zhongxian {
	height: 30px;
	line-height: 30px;
	background: url(../img/ine.png) repeat-x left center;
}

.zhongxian a,
.zhongxian span {
	display: inline-block;
	color: #838383;
	padding: 0 10px;
}

.zhongxian .big-bt {
	font-size: 20px;
	font-weight: bolder;
	color: #2f2f2f;
	background: #fff;
	margin-left: 20px;
}

.zhongxian .small-bt {
	font-size: 18px;
	color: #2f2f2f;
	background: #fff;
	margin-left: 20px;
}

.width-d {
	width: 413px;
}

.margin-d {
	margin-left: 24px;
}

.dq-bar {
	height: 40px;
	margin-top: 25px;
	background: url(../img/line.png) repeat-x left bottom;
}

.dq-bar a,
.dq-bar span {
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
	color: #838383;
	padding: 0 10px;
}

.dq-bar .on {
	font-size: 20px;
	font-weight: bolder;
	color: #2f2f2f;
}

.dq-bar a.red-btn {
	background: #f43b00;
	color: #fff;
	margin-top: 5px;
	font-size: 15px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 30px;
}

.dq-tp {
	width: 382px;
	height: 227px;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 28px;
	margin-left: 15px;
}

.width_list {
	margin: 20px 50px 0 50px;
}

.yd-tp {
	width: 364px;
	height: 221px;
	border-radius: 6px;
	overflow: hidden;
	float: left;
	margin: 0 44px 30px 0;
}

.width_list a.yd-tp:nth-child(3n) {
	margin-right: 0;
}

.yd-tp .touming {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}

.h5-tp {
	width: 341px;
	height: 475px;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 25px;
	margin-left: 15px;
}

.image img.h5-er {
	display: none;
	width: 180px;
	height: 180px;
	border: #fff solid 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -90px;
	margin-top: -90px;
}

.image:hover .h5-er {
	display: inline-block;
}

.hot-tp {
	width: 388px;
	height: 224px;
	overflow: hidden;
	border-radius: 6px;
	margin-top: 26px;
	margin-left: 26px;
}

.hot-tp .touming {
	height: 55px;
	line-height: 45px;
	font-size: 18px;
	text-align: left;
}

.bottom-link {
	border-top: #205fb5 2px solid;
	margin-top: 50px;
	padding: 40px 0;
}

.link-type {
	border-bottom: #205fb5 1px solid;
	height: 35px;
	padding-left: 30px;
}

.link-type span {
	display: inline-block;
	color: #205fb5;
	font-size: 18px;
	padding: 0 10px;
	margin-left: 50px;
	line-height: 35px;
	cursor: pointer;
}

.link-type span.on {
	background: #205fb5;
	color: #fff;
}

.link-list {
	border-bottom: #205fb5 1px solid;
	padding: 20px 40px 15px 70px;
}

.link-list a {
	color: #4f4f4f;
	display: inline-block;
	margin-right: 30px;
	font-size: 15px;
}

.link-small {
	font-weight: bolder;
	font-size: 16px;
}

.link-2 {}

.link-2 a,
.link-2 span {
	display: inline-block;
	font-size: 16px;
	color: #838383;
	padding: 0 20px;
	cursor: pointer;
}

.link-2 .on {
	font-weight: bolder;
	color: #2f2f2f;
	border-bottom: #2f2f2f solid 1px;
}

.bottom {
	background: #efefef;
	padding: 50px 0;
	text-align: center;
	color: #4f4f4f;
}

.bottom a {
	color: #4f4f4f;
}

.bar-pos {
	position: relative;
}

.bottom-left-right {
	width: 10px;
	height: 280px;
}

.bottom-center {
	width: 1260px;
	height: 280px;
}

.bo-a {
	margin: auto 30px;
	height: 65px;
	line-height: 65px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}

.main .fjsenNewAd,
.main iframe {
	margin-top: 10px!important;
}

.piaohong .main-box {
	width: 1300px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}

.piaohong .header-nav-hot {
	background: #e80000;
}


/*列表0*/

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

.clear {
	clear: both;
}

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

.main_right {
	width: 320px;
	float: right;
	padding: 0 10px;
}

.content-ajax article {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}

.entry-title {
	line-height: 28px;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #292934;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.content-ajax a:hover {
	text-decoration: none;
}

.content-ajax a:hover .entry-title {
	color: #205fb5;
	text-decoration: none;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	width: 200px;
	height: 125px;
	border-radius: 6px;
}

.entry-img img {
	width: 100%;
	height: 100%;
}

.entry-site {
	font-size: 15px;
	text-align: justify;
	color: #7d7c7c;
	line-height: 25px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.entry-content .time {
	font-size: 14px;
	color: #7d7c7c;
	line-height: 25px;
}

.main_right .yaowen {
	width: 100%;
	float: none;
}

.main_right .yaowen ul.list li {
	font-size: 16px;
	line-height: 35px;
}

.main_right .new_list {
	margin-top: 15px;
}

.main_right .new_list .dq-tp {
	width: 100%;
	margin: 0;
	height: 200px;
}

.main_right .new_list ul {
	margin: 0;
	padding: 0;
}

.main_right .fjyc {
	margin: 15px 0 10px 0;
}

.inr-panel-head {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	height: 36px;
	line-height: 36px;
}
.main_detail .guangao{
	margin-bottom: 0;
}
.inr-panel-head>h3 {
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 2px solid #205fb5;
	line-height: 36px;
	font-size: 16px;
	margin: 0;
	padding: 0 3px;
	color: #222;
	font-weight: bold;
}

.tuijian .floor-pic-list {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}

.tuijian .floor-pic-list dd {
	margin: 0 20px 0 0;
	width: 190px;
	float: left;
}

.tuijian .floor-pic-list .picbox {
	width: 190px;
	height: 140px;
	overflow: hidden;
}

.picbox img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.floor-pic-list .titlebox {
	width: 100%;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	color: #222;
	font-size: 15px;
}

.tuijian .floor-pic-list dd:last-child {
	margin-right: 0;
}

.tuijian .about {
	margin-bottom: 20px;
}

.tuijian .about ul {
	overflow: hidden;
}

.tuijian .about ul li {
	width: 48%;
	float: left;
	line-height: 22px;
	padding-top: 10px;
}

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

.tuijian .about ul li a {
	display: inline-block;
	font-size: 16px;
	color: #444;
	display: inline-block;
	width: 100%;
}