@charset "utf-8";
body {
	font-family: "Microsoft Yahei", "SimSun";
	font-size: 16px;
	color: #404040;
}

a {
	color: #404040;
}

a:hover {
	text-decoration: none;
	color: #ee3542 !important;
}

input,
textarea {
	font-family: "Microsoft Yahei", "SimSun";
	outline: none;
}

.fw {
	color: #fff;
}

.fw a {
	color: #fff;
}

.fw a:hover {
	color: #dfdfdf !important;
}

img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.wrapper {
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5 {
	font-family: "Microsoft Yahei", "SimHei";
	overflow: hidden;
}

p,
li {
	overflow: hidden;
}

.photo {
	position: relative;
	overflow: hidden;
}

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

.photo2 {
	position: relative;
	overflow: hidden;
}

.photo2 img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s;
}

.photo2:hover img {
	transform: scale(1.03, 1.03);
}

#top {
	height: 42px;
	line-height: 42px;
	background: #f4f4f4;
	border-bottom: 1px solid #e9e9e9;
	overflow: visible;
	font-size: 12px;
	position: relative;
	z-index: 9;
}

#top,
#top a {
	color: #6e6e6e;
}

#top .left {
	padding-left: 20px;
}

#top .left span,
#top .left a {
	float: left;
	margin-left: 25px;
}

#top .right {
	padding-right: 20px;
}

#top .right span,
#top .right a,
#top .right .search-btn,
#top .right .drop {
	float: left;
	margin-right: 25px;
}

#top .haibao {
	background: url("../img/top-haibao.png") no-repeat left center;
	padding-left: 16px;
}

#top .tel {
	background: url("../img/top-tel.png") no-repeat left center;
	padding-left: 18px;
}

#top .drop {
	position: relative;
}

#top .drop label {
	cursor: pointer;
	background: url("../img/top-arrow1.png") no-repeat right center;
	padding-right: 15px;
}

#top .drop .box {
	position: absolute;
	right: 0px;
	top: 42px;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 1px 2px #c3c3c3;
	background: #fff;
	padding: 5px 10px;
	white-space: nowrap;
	display: none;
	z-index: 99;
}

#top .drop .box p {
	line-height: 26px;
	font-size: 14px;
}

#top .drop .box p a {
	margin: 0px;
}

#top .drop:hover .box {
	display: block;
}

#top .weibo {
	border: 1px solid #e9e9e9;
	background: #f8f8f8 url("../img/top-weibo.png") no-repeat 3px center;
	padding: 0px 4px 0px 24px;
	border-radius: 1px;
	height: 22px;
	line-height: 22px;
	margin-top: 9px;
}

#header {
	height: 95px;
}

#header .logo {
	float: left;
	margin-top: 21px;
}

#header .search {
	float: left;
	margin: 32px 0px 0px 50px;
	width: 550px;
	height: 38px;
	border: 1px solid #ececec;
	background: #fff;
}

#header .search .text {
	float: left;
	padding: 0px;
	margin-left: 18px;
	height: 38px;
	line-height: 38px;
	border: none;
	font-size: 14px;
	width: 430px;
	color: #6e6e6e;
	background: #fff;
}

#header .search .text::-webkit-input-placeholder {
	color: #bebebe;
}

#header .search .text:-moz-placeholder {
	color: #bebebe;
}

#header .search .text::-moz-placeholder {
	color: #bebebe;
}

#header .search .text:-ms-input-placeholder {
	color: #bebebe;
}

#header .search .sub {
	float: right;
	width: 80px;
	height: 40px;
	margin: -1px -1px 0px 0px;
	border: none;
	background: #ee3542 url("../img/header-search.png") no-repeat center center;
	cursor: pointer;
}

#header .right {
	position: relative;
}

#header .drop {
	float: left;
	margin: 32px 0px 0px 25px;
}

#header .drop label {
	display: block;
	line-height: 40px;
	height: 40px;
	color: #666;
	font-size: 14px;
	background: url("../img/header-arrow1.png") no-repeat right center;
	padding-right: 16px;
	cursor: pointer;
}

#header .drop.link2 label img {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-top: 11px;
}

#header .drop .box {
	position: absolute;
	right: 0px;
	top: 72px;
	background: #fff;
	border-top: 1px solid #e9e9e9;
	padding: 15px 0px;
	box-shadow: 0px 6px 10px #c3c3c3;
	display: none;
	z-index: 99;
}

#header .drop:hover .box {
	display: block;
}

#header .drop.link1 .box {
	width: 360px;
}

#header .drop.link1 li {
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin: 0px 15px;
	min-width: 87px;
}

#header .drop.link2 .box {
	width: 250px;
}

#header .drop.link2 .part1 {
	margin-top: -10px;
}

#header .drop.link2 .part1 li {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 20px;
}

#header .drop.link2 .part1 img {
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: top;
}

#header .drop.link2 .part1 p {
	line-height: 16px;
	height: 16px;
	font-size: 12px;
	margin-top: 5px;
}

#header .drop.link2 .part2 {
	margin: 25px 22px 0px 22px;
}

#header .drop.link2 .part2 h5 {
	font-size: 14px;
	line-height: 18px;
}

#header .drop.link2 .part2 .code {
	float: left;
	width: 85px;
	margin-top: 12px;
	text-align: center;
	margin-left: -2px;
}

#header .drop.link2 .part2 .code img {
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: top;
}

#header .drop.link2 .part2 .code p {
	line-height: 16px;
	color: #999;
	font-size: 12px;
	margin-top: 3px;
}

#header .drop.link2 .part2 .text {
	float: right;
	width: 113px;
	margin-top: 5px;
}

#header .drop.link2 .part2 .text p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}

.banner-ad img {
	width: 100%;
}

#navWrap {
	background: #f4f4f4;
	border-top: 2px solid #ee3542;
}

#navWrap a {
	position: relative;
	display: inline-block;
	padding: 10px 19px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: center;
}

#navWrap a:hover,
#navWrap a.cur {
	text-decoration: none;
	background-color: #ee3542;
	color: #fff !important;
}

#links-nav {
	line-height: 20px;
	font-size: 14px;
	padding: 10px 0px;
	text-align: center;
	background: #f8f8f8;
	border-bottom: 1px solid #fafafa;
}

#links-nav a {
	color: #375d7b;
	margin: 0px 5px;
}

#headline {
	margin-top: 20px;
	border: 1px solid #f2f2f2;
	width: 1158px;
	text-align: center;
	padding: 17px 20px;
}

#headline h2 {
	font-size: 36px;
	line-height: 40px;
	height: 40px;
}

#headline h2 a {
	color: #333;
}

#headline p {
	line-height: 20px;
	height: 20px;
	margin-top: 12px;
}

#headline p a {
	margin: 0px 10px;
	color: #142f65;
}

#headline p .more {
	font-size: 14px;
}

#main {
	margin-top: 30px;
}

#main .main-left {
	float: left;
	width: 270px;
}

#main .main-left .block {
	margin-top: 25px;
}

#main .main-middle {
	float: left;
	width: 550px;
	margin-left: 40px;
}

#main .main-middle .block {
	margin-top: 35px;
}

#main .main-right {
	float: right;
	width: 300px;
}

#main .main-right .block {
	/* margin-top: 30px; */
}

.title1 {
	border-bottom: 1px solid #e5e5e5;
	height: 34px;
}

.title1 span {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	height: 33px;
	border-bottom: 2px solid #fc2d3a;
}

.title1 span,
.title1 span a {
	color: #333;
}

.title1 span a:hover {
	color: #ec3046 !important;
}

.title1 span img {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
}

.title1 .more {
	float: right;
	font-size: 14px;
	color: #acacac;
	line-height: 40px;
}

.title2 {
	border-bottom: 2px solid #e5e5e5;
	height: 36px;
	position: relative;
}

.title2 span {
	float: left;
	font-size: 20px;
	margin-right: 28px;
	height: 36px;
	line-height: 24px;
}

.title2 span,
.title2 span a {
	color: #333;
}

.title2 .on {
	border-bottom: 2px solid #ec3046;
	font-weight: bold;
}

.title2 .on,
.title2 .on a {
	color: #ee3542;
}

.title2 .arrow {
	float: left;
	width: 36px;
	height: 36px;
	background: url("../img/title-arrow1.png") no-repeat 6px 9px;
	margin: 0px 0px 0px -28px;
	cursor: pointer;
}

.title2 .arrow:hover {
	background-image: url("../img/title-arrow3.png");
}

.title2 .drop {
	position: absolute;
	width: 100%;
	top: 36px;
	left: 0px;
	background: #fff;
	border-top: 1px solid #e9e9e9;
	box-shadow: 0px 8px 10px #c3c3c3;
	z-index: 99;
	display: none;
}

.title2 .arrow:hover .drop {
	display: block;
}

.title2 .drop ul {
	padding: 10px;
}

.title2 .drop li {
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin: 0px 15px;
}

.title2 .drop .current,
.title2 .drop .current a {
	font-weight: bold;
	color: #ee3542;
}

.title3 {
	height: 24px;
	line-height: 24px;
	padding-top: 20px;
}


/* .title3:nth-of-type(1){
	padding-top: 0;
} */

.swiper-slide img {
	width: 100%;
}

.title3 .bar {
	float: left;
	width: 3px;
	height: 20px;
	border-radius: 2px;
	margin-top: 2px;
	background: #fc2d3a;
	margin-right: 10px;
}

.swiper3 img {
	height: 260px;
}

.swiper4 {
	margin-top: 25px !important;
}

.swiper4 .swiper-slide {
	background: #f3f3f3;
}

.swiper4 img {
	height: 260px;
}

.title3 label,
.title3 span {
	float: left;
	font-size: 20px;
}

.title3 label,
.title3 span,
.title3 label a,
.title3 span a {
	color: #333;
}

.title3 label.on {
	font-weight: bold;
}

.title3 span {
	font-weight: bold;
}

.title3 .line {
	float: left;
	width: 1px;
	height: 20px;
	background: #e5e5e5;
	margin: 2px 10px 0px 10px;
}

.title3 .change {
	float: right;
	font-size: 14px;
	color: #acacac;
	background: url("../img/title-change.png") no-repeat right center;
	padding-right: 24px;
}

.title3 .change:hover {
	background-image: url("../img/title-change2.png");
}

.title3 .more {
	float: right;
	font-size: 14px;
	color: #acacac;
	background: url("../img/title-more3.png") no-repeat right center;
	padding-right: 24px;
}

.title3 .more:hover {
	background-image: url("../img/title-more4.png");
}

.title4 {
	height: 35px;
	border-bottom: 2px solid #e5e5e5;
}

.title4 span {
	float: left;
	height: 35px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #ec3046;
	padding: 0px 2px;
}

.title4 span img {
	max-height: 24px;
}

.title4 span i {
	font-style: normal;
	color: #d0d0d0;
	font-weight: normal;
	margin: 0px 8px;
}

.title4 p {
	float: left;
	height: 20px;
	line-height: 20px;
	border-left: 1px solid #dcdcdc;
	margin: 2px 0px 0px 25px;
}

.title4 p a {
	margin-left: 25px;
	color: #888;
}

.title4 .more {
	float: right;
	width: 27px;
	height: 5px;
	margin: 10px 0px 0px 0px;
}

.main-left .show01 {
	margin-top: 15px;
}

.main-right .show01 {
	margin-top: 10px;
}

.show01 li {
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
}

.show02 .photo2 {
	height: 170px;
	border-radius: 5px;
	margin-top: 15px;
}

.show02 .photo2 .tag {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #ee3542 url("../img/photo-live.png") no-repeat 8px center;
	border-radius: 0px 5px 0px 0px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	padding: 0px 8px 0px 29px;
}

.show02 p {
	line-height: 20px;
	height: 20px;
	margin-top: 8px;
}

.show02 p a {
	color: #000;
}

.show03 .pic {
	width: 133px;
	margin-top: 20px;
}

.show03 .pic .photo2 {
	height: 90px;
	border-radius: 3px;
}

.show03 .pic .photo2 i {
	position: absolute;
	width: 20px;
	height: 21px;
	background: url("../img/photo-play1.png");
	right: 5px;
	bottom: 5px;
}

.show03 .pic p {
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	margin-top: 5px;
}

.show04 li {
	margin-top: 18px;
}

.show04 .photo2 {
	height: 180px;
	border-radius: 5px;
}

.show04 .shadow {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background: url("../img/photo-shadow1.png");
}

.show04 .time {
	position: absolute;
	left: 10px;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	z-index: 9;
}

.show04 .play {
	position: absolute;
	width: 35px;
	height: 25px;
	right: 0px;
	bottom: 0px;
	background: url("../img/photo-play2.png");
	z-index: 9;
}

.show04 p {
	line-height: 20px;
	max-height: 48px;
	margin-top: 5px;
}

.show05 {
	margin-top: 30px;
}

.show05 img {
	width: 100%;
	border-radius: 5px;
}

.show06 {
	height: 340px;
	border-radius: 5px;
}

.show06 .shadow {
	position: absolute;
	width: 100%;
	height: 71px;
	background: url("../img/photo-shadow2.png");
	left: 0px;
	bottom: 0px;
}

.show06 p {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: bold;
	max-width: 100%;
	z-index: 9;
	padding: 0 10px;
	box-sizing: border-box;
	background: rgb(0, 0, 0, 0.6);
}

.show06 .point {
	position: absolute;
	right: 12px;
	height: 7px;
	bottom: 24px;
	z-index: 9;
}

.show06 .point span {
	float: left;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 5px;
	background: #fff;
	cursor: pointer;
	transition: transform 0.2s;
}

.show06 .point .current {
	background: #fc2d3a;
}

.show06 .point span:hover {
	transform: scale(1.2, 1.2);
}

.show08 {
	margin-top: 35px;
}

.show08 ul li:nth-of-type(1) a {
	font-size: 18px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
}

.show08 h3 a {
	color: #333;
}

.show08 .photo2 {
	float: left;
	width: 160px;
	height: 100px;
	border-radius: 5px;
	margin-top: 11px;
	margin-right: 20px;
}

.show08-style2 .photo2 {
	display: none;
}

.show08 ul {
	margin-top: 10px;
}

.show08 li {
	height: 34px;
	line-height: 34px;
	font-size: 18px;
}

.show08 li a {
	color: #333;
	margin-right: 7px;
}

.show08 li span {
	display: inline-block;
	vertical-align: top;
	background: #162f63;
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
	margin: 7px 9px 0px 0px;
	font-size: 14px;
	color: #fff;
	padding: 0px 7px;
}

.show08 li .video {
	background: url("../img/text-video1.png") no-repeat 0px center;
	padding-left: 23px;
}

.show09 {
	margin-top: 35px;
}

.show09 li {
	height: 20px;
	line-height: 20px;
	margin-top: 16px;
	font-size: 18px;
}

.show09 li a {
	color: #333;
}

.show09 li span {
	color: #142f65;
	border-right: 1px solid #ccc;
	padding-right: 8px;
	margin-right: 8px;
}

.show10 {
	margin-left: -20px;
	margin-top: 10px;
}

.show10 li {
	float: left;
	width: 265px;
	margin: 25px 0px 0px 20px;
}

.show10 .photo2 {
	border-radius: 5px;
	height: 140px;
}

.show10 .photo2 .time,
.show10 .photo2 .play,
.show10 .photo2 .tag {
	display: none;
}

.show10 .video .photo2 .shadow {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background: url("../img/photo-shadow1.png");
}

.show10 .video .photo2 .time {
	position: absolute;
	left: 10px;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	display: block;
	z-index: 9;
}

.show10 .video .photo2 .play {
	position: absolute;
	width: 35px;
	height: 25px;
	right: 0px;
	bottom: 0px;
	background: url("../img/photo-play2.png");
	display: block;
	z-index: 9;
}

.show10 .text .photo2 .tag {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 26px;
	line-height: 26px;
	padding: 0px 7px;
	font-size: 12px;
	color: #fff;
	background: #162f63;
	border-radius: 5px 0px 0px 0px;
	display: block;
	z-index: 9;
}

.show10 p {
	line-height: 20px;
	height: 20px;
	margin-top: 10px;
}

.show11 li {
	margin-top: 20px;
}

.show11 h3 {
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
}

.show11 .style1 h3 {
	height: 60px;
	margin-top: -3px;
	max-width: 393px;
}

.show11 .style2 h3 {
	margin-top: -5px;
}

.show11 .style3 h3 {
	height: 30px;
}

.show11 .style3 img {
	width: 135px;
	height: 85px;
	float: left;
}

.show11 .style3 div {
	float: right;
	width: 400px;
}

.show11 p {
	line-height: 20px;
	height: 20px;
	color: #999;
	font-size: 14px;
	margin-top: 8px;
}

.show11 p span {
	margin-right: 15px;
}

.show11 .style1 .photo2 {
	float: left;
	width: 135px;
	height: 85px;
	border-radius: 3px;
	margin-right: 22px;
}

.show11 .style2 dl {
	margin-left: -12px;
}

.show11 .style2 dd {
	float: left;
	width: 175px;
	height: 110px;
	border-radius: 3px;
	margin-left: 12px;
	margin-top: 8px;
}

.show11 .more {
	text-align: center;
	position: relative;
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
}

.show11 .more .line {
	height: 1px;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	border-top: 1px dashed #bbb;
}

.show11 .more a {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 0px 12px;
	font-size: 14px;
	color: #bbb;
	position: relative;
	z-index: 9;
}

.show12 img {
	width: 100%;
	border-radius: 3px;
}

.show13 {
	border-radius: 5px;
	margin-top: 20px;
	height: 185px;
}

.show13 p {
	position: absolute;
	width: 100%;
	height: 46px;
	line-height: 46px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 9;
}

.show13 .shadow {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 48px;
	background: url("../img/photo-shadow3.png");
}

.show14 {
	margin-top: 20px;
}

.show14 .photo2 {
	border-radius: 5px;
	height: 185px;
}

.show14 .photo2 .shadow {
	position: absolute;
	width: 100%;
	height: 41px;
	background: url("../img/photo-shadow4.png");
	left: 0px;
	bottom: 0px;
}

.show14 .photo2 p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	z-index: 9;
}

.show14 .tab {
	text-align: center;
	margin-top: 8px;
	height: 6px;
}

.show14 .tab span {
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	margin: 0px 4px;
	background: #dcdcdc;
	cursor: pointer;
	transition: transform 0.2s;
}

.show14 .tab .current {
	width: 12px;
	background: #fc2d3a;
}

.show14 .tab span:hover {
	transform: scale(1.2, 1.2);
}

.show15 {
	margin-top: 20px;
}

.show15 li {
	border-radius: 5px;
	height: 150px;
	margin-top: 15px;
}

.show15 .shadow {
	position: absolute;
	width: 100%;
	height: 41px;
	left: 0px;
	bottom: 0px;
	background: url("../img/photo-shadow4.png");
}

.show15 .photo2 p {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 34px;
	line-height: 34px;
	width: 100%;
	text-align: center;
	z-index: 9;
}

.show16 {
	margin-top: 20px;
}

.show16 li {
	height: 105px;
	border-radius: 5px;
	margin-top: 10px;
}

#hb-video {
	margin-top: 40px;
}

.show17 {
	background: #f3f3f3;
	width: 540px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 25px;
	position: relative;
}

.show17 .photo {
	height: 355px;
}

.show17 .photo .shadow {
	position: absolute;
	width: 100%;
	height: 61px;
	background: url("../img/photo-shadow5.png");
	left: 0px;
	bottom: 0px;
}

.show17 .photo .play {
	width: 59px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url("../img/photo-play3.png");
	margin: -30px 0px 0px -30px;
}

.show17 p {
	line-height: 55px;
	height: 55px;
	text-align: center;
}

.show17 .arrow1,
.show17 .arrow2 {
	position: absolute;
	width: 18px;
	height: 29px;
	cursor: pointer;
	top: 163px;
}

.show17 .arrow1 {
	background: url("../img/photo-arrow1.png");
	left: 15px;
}

.show17 .arrow2 {
	background: url("../img/photo-arrow2.png");
	right: 15px;
}

.show17 .arrow1:hover {
	background: url("../img/photo-arrow3.png");
}

.show17 .arrow2:hover {
	background: url("../img/photo-arrow4.png");
}

.show18 {
	width: 100%;
	margin-top: 25px;
}

.show18 ul {
	margin-left: -18px;
}

.show18 li {
	float: left;
	width: 195px;
	background: #f3f3f3;
	margin-left: 18px;
	border-radius: 5px;
}

.show18 .photo2 {
	height: 320px;
}

.show18 .photo2 .play {
	position: absolute;
	width: 35px;
	height: 25px;
	background: url("../img/photo-play2.png");
	right: 0px;
	bottom: 0px;
}

.show18 p {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	margin: 13px 10px;
}

.show18 .bar {
	position: relative;
	height: 8px;
	margin-top: 12px;
	background: #f3f3f3;
}

.show18 .bar span {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 40%;
	background: #e5e5e5;
	cursor: pointer;
}

.show18 .bar span:hover {
	background: #d4d4d4;
}

.channel {
	margin-top: 35px;
}

.channel .block {
	width: 380px;
	margin-right: 30px;
}

.channel .block:nth-child(3n) {
	margin-right: 0;
}

.channel .middle {
	float: left;
	margin-left: 30px;
}

.show19 {
	margin-top: 20px;
	border-radius: 5px;
	height: 200px;
}

.show19 p {
	position: absolute;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	left: 0px;
	bottom: 0px;
	z-index: 9;
	padding: 0 10px;
	box-sizing: border-box;
	background: rgb(0, 0, 0, 0.6);
}

.show19 .shadow {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 55px;
}

.show19 .play {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 8px;
	bottom: 28px;
	z-index: 10;
}

.show20 {
	margin-top: 10px;
}

.show20 li {
	height: 32px;
	line-height: 32px;
	background: url("../img/list-dot3.png") no-repeat left center;
	padding-left: 12px;
}


/*底部*/

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

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

.wrap {
	margin-bottom: 40px;
}

.footer a {
	color: #333;
}

.footer a:hover {
	color: #333 !important;
	text-decoration: none;
}

.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;
}

#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/arr.png) no-repeat center center #fff;
	text-indent: -999em;
	background-size: 60%;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #ee3542;
	border-radius: 10%;
	z-index: 999;
	cursor: pointer;
}

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

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

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

.gaoList {
	margin-top: 20px !important;
}

.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;
}

.box_l #politics .mid .list li,
#sdlh2022 .area3 .focus p,
#headline h2,
#headline p,
.show22 p,
.show02 p,
.show03 .pic p，.show06 p,
.show01 li,
.show17 p,
.show19 p,
.show20 li,
.show08 li,
#sdlh2022 .area2 li,
.list_content .area2 h2,
.list_content .area2 p,
.box_right .photo1 p,
.entry-title,
.news-list5 li,
.news-list6 li a,
.bnewsList .innerbox ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.show21 li,
.show11 h3,
.show18 p,
.show04 p,
.show03 .pic p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.entry-site p,
.gdsp li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}