@charset "utf-8";

/*reset*/

body,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
tr,
th,
img,
input,
select,
a,
button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'Microsoft Yahei', sans-serif, 'SimSun', 'SimHei';
}

li {
	list-style: none;
}

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

a:hover {
	text-decoration: underline;
}

.auto-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wrapper-full {
	width: 100%;
}

.wrapper {
	width: 1180px;
	margin: 0 auto;
}

* html .clearfix {
	zoom: 1;
}


/*ie6*/

*:first-child+html .clearfix {
	zoom: 1;
}


/*ie7*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}

.undis {
	display: none;
}

.dis {
	display: block;
}

div.search {
	float: right;
}

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

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

#searchform {
	display: block;
	height: 31px;
	margin-top: 10px;
}

.inp_srh {
	border: 1px solid #ddd;
	float: left;
	display: inline;
	height: 31px;
	width: 300px;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}

.btn_srh {
	background: url(../img/btn1.jpg) no-repeat;
	width: 64px;
	height: 31px;
	border: none;
	cursor: pointer;
	margin-top: 0;
	position: absolute;
	right: 0;
}

.w1200 {
	width: 100%;
	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: 50px;
	background: #62c3d0
}

.header_list {
	background: #1E2736;
}

.nav_logo .logo_width {
	padding: 15px 0;
}

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

.nav ul.cons li a {
	font-size: 18px;
	color: #fff;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 31px;
}

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

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

.header .search {
	float: right;
}

.cons li.active a i {
	display: block;
}


/*float*/

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	zoom: 1;
}


/*margin*/

.mgt5 {
	margin-top: 5px;
}

.mgt10 {
	margin-top: 10px;
}

.mgt15 {
	margin-top: 15px;
}

.mgt20 {
	margin-top: 20px;
}

.mgt25 {
	margin-top: 25px;
}

.mgt30 {
	margin-top: 30px;
}

.mgt35 {
	margin-top: 35px;
}

.mgt40 {
	margin-top: 40px;
}

.mgt45 {
	margin-top: 45px;
}

.mgt50 {
	margin-top: 50px;
}

.mgl5 {
	margin-left: 5px;
}

.mgl10 {
	margin-left: 10px;
}

.mgl15 {
	margin-left: 15px;
}

.mgl20 {
	margin-left: 20px;
}

.mgl25 {
	margin-left: 25px;
}

.mgl30 {
	margin-left: 30px;
}

.mgl35 {
	margin-left: 35px;
}

.mgl40 {
	margin-left: 40px;
}

.mgb5 {
	margin-bottom: 5px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb15 {
	margin-bottom: 15px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb25 {
	margin-bottom: 25px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb35 {
	margin-bottom: 35px;
}

.mgb40 {
	margin-bottom: 40px;
}

.mgb45 {
	margin-bottom: 45px;
}

.mgb50 {
	margin-bottom: 50px;
}

.mgr5 {
	margin-right: 5px;
}

.mgr10 {
	margin-right: 10px;
}

.mgr15 {
	margin-right: 15px;
}

.mgr20 {
	margin-right: 20px;
}

.mgr25 {
	margin-right: 25px;
}

.mgr30 {
	margin-right: 30px;
}

.mgr35 {
	margin-right: 35px;
}

.mgr40 {
	margin-right: 40px;
}


/*font-size*/

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}


/* 空行属性 */

.blk {
	LINE-HEIGHT: 0;
	HEIGHT: 0px;
	clear: both;
	FONT-SIZE: 0px
}

.bl5 {
	LINE-HEIGHT: 0;
	HEIGHT: 5px;
	clear: both;
	FONT-SIZE: 0px
}

.bl10 {
	LINE-HEIGHT: 0;
	HEIGHT: 10px;
	clear: both;
	FONT-SIZE: 0px
}

.bl15 {
	LINE-HEIGHT: 0;
	HEIGHT: 15px;
	clear: both;
	FONT-SIZE: 0px
}

.bl20 {
	LINE-HEIGHT: 0;
	HEIGHT: 20px;
	clear: both;
	FONT-SIZE: 0px
}

.bl30 {
	LINE-HEIGHT: 0;
	HEIGHT: 30px;
	clear: both;
	FONT-SIZE: 0px
}

.bl60 {
	LINE-HEIGHT: 0;
	HEIGHT: 60px;
	clear: both;
	FONT-SIZE: 0px
}


/* 宽度 */

.w370 {
	width: 370px;
	overflow: hidden;
}


/* 广告 */

.ad380 {
	width: 380px;
	overflow: hidden;
}

.ad385 {
	width: 385px;
	overflow: hidden;
}

.ad780 {
	width: 780px;
	overflow: hidden;
}


/*line*/

.line2 {
	border-bottom: 2px solid #e10d0d;
}


/*子导航*/

.sub-orange {
	border-bottom: 1px solid #c1c1c1;
}

.sub-orange h3 {
	border-bottom: 3px solid #62c3d0;
	margin-bottom: -2px;
	line-height: 38px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.sub-orange h3 a {
	color: #333
}

.sub-red {
	border-bottom: 1px solid #c1c1c1;
}

.sub-red h3 {
	border-bottom: 3px solid #62c3d0;
	margin-bottom: -2px;
	line-height: 38px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.sub-red h3 a {
	color: #333
}

.sub_big {
	color: #0084cf;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #ddd;
}

.sub_big a {
	border-bottom: 3px solid #0084cf;
	padding-bottom: 5px;
}


/*opacity*/

.div-opa {
	position: absolute;
	left: 0px;
	bottom: 0px;
	_bottom: 15px;
	width: 100%;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1;
}

.main {
	width: 1170px;
	overflow: hidden;
	margin: 0 auto;
}


/*section-headline*/

.headline h1 {
	position: relative;
	margin: 20px;
	padding-left: 50px;
	box-sizing: border-box;
}

.headline h1 img {
	position: absolute;
	left: 0;
	top: 0;
}

.headline h1 a {
	color: #0085c2;
	font-size: 36px;
	padding-top: 10px;
}

.smallline {
	font-size: 14px;
	margin-left: 21px;
	margin-right: 21px;
	text-align: center;
}

.smallline a {
	color: #666464;
	font-size: 18px;
	color: ;
	line-height: 34px;
}

.list13_1 {
	position: relative;
	line-height: 38px;
	height: 38px;
	border: 1px solid #62c3d0;
}

.list13_1 h4 {
	float: left;
	color: #62c3d0;
	padding: 0 15px;
	box-sizing: border-box;
}


/*横向滚动*/

.TickerNews {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 40px;
	margin: 0 auto;
	float: left;
	width: 1060px;
}

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

.ti_slide {
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}

.ti_content {
	width: 8000px;
	position: relative;
	float: left;
}

.ti_news {
	float: left;
}

.TickerNews .ti_content .ti_news {
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}

.TickerNews .ti_content .ti_news a {
	color: #333;
	margin-left: 32px;
	padding-left: 12px;
	font-size: 14px;
	display: block;
	/*background: url(../img/puc.png) no-repeat 0 center;*/
}


/*section-a*/

.lbt {
	width: 770px;
	overflow: hidden;
}

.swiper {
	width: 770px;
	height: 410px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

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

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

.swiper .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: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.9;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #0085c2;
}

.lbr {
	width: 370px;
	overflow: hidden
}

.focuspic-box {
	width: 100%;
}

.focuspic-box {
	overflow: hidden;
	position: relative;
	height: 240px;
}

.focuspic-box .pic img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition-duration: 1.5s;
	-ms-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

.focuspic-box img,
.focuspic-box a {
	width: 100%;
	display: inline-block;
	height: 240px;
	position: relative;
}

.focuspic-box a.title {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	filter: none;
	background: url(../img/line_bg.png) repeat-x rgba(0, 0, 0, 0) scroll 0px 0px !important;
	overflow: hidden;
	display: block;
	color: #fff;
	z-index: 1000;
	text-decoration: none;
	font-size: 16px;
	font-family: "微软雅黑";
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

.vlist-box ul {
	margin-left: 5px;
}

.vlist-box ul li {
	height: 22px;
	line-height: 22px;
	list-style: none;
	background: url(../img/video_r.png) no-repeat 0 12px;
	padding-left: 26px;
	padding-top: 10px;
	background-size: 22px 22px;
}

.vlist-box ul li a {
	color: #242424;
}


/*section-b*/

.section-b {
	overflow: hidden;
}

.section-b-left {
	width: 770px;
	overflow: hidden;
}

.section-b-right {
	width: 370px;
	overflow: hidden;
}

.list-st1 {}

.list-st1 li {
	padding-left: 15px;
	background: url(../img/square.png) left center no-repeat;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.list-st1 li a {
	color: #242424;
	width: 100%;
}

.list-st1 li:nth-of-type(1) {
	padding-left: 0px;
	background: none;
}

.list-st1 li:nth-of-type(1) a {
	font-size: 16px;
	font-weight: bold;
	color: #62c3d0;
}

.section-b .focuspic-box img,
.section-b .focuspic-box {
	height: 230px;
}


/*section-d*/

.mod-a .news-pic {
	margin-bottom: 15px;
}

.mod-a .news-pic h4 {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
}

.mod-a .news-pic dl {
	width: 160px;
	height: 100px;
	overflow: hidden;
	position: relative;
	float: left;
}

.mod-a .news-pic dl dt {
	float: left;
	margin-right: 10px;
}

.mod-a .news-pic dl dt img {
	width: 160px;
	height: 100px
}

.mod-a .news-pic p {
	float: right;
	font-size: 15px;
	line-height: 24px;
	margin-top: 6px;
	width: 196px;
	overflow: hidden;
	color: #013068;
}

.mod-a ul li {
	background: url(../img/dot-grey.jpg) 0 center no-repeat;
	padding-left: 18px;
	font-size: 16px;
	line-height: 34px;
	color: #013068;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mod-a ul li.first-item {
	font-size: 18px;
}


/* 读图 */

.imgLiblist {
	overflow: hidden;
}

.imgLiblist li {
	float: left;
	width: 277px;
	height: 192px;
	position: relative;
	margin: 0 20px 20px 0;
}

.imgLiblist a {
	color: #fff;
}

.imgLiblist img {
	width: 277px;
	height: 192px;
}

.imgLiblist p {
	width: 277px;
	height: 32px;
	line-height: 32px;
	font: 300 14px/32px "\5FAE\8F6F\96C5\9ED1";
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
	background: rgba(0, 0, 0, 0.6);
}

#gallery img {
	width: 100%;
}

.imgl_bottom img {
	height: 260px;
}

.imgl_top .imgs,
.imgl {
	width: 49%;
	float: left;
	position: relative;
}

.imgl {
	width: 32.5%;
	float: left;
}

#gallery .imgl:nth-of-type(2) {
	margin: 0 1.2%;
}

.imgl_top {
	overflow: hidden;
}

.imgl_top .imgs a {
	display: inline-block;
	width: 100%;
	height: 180px;
	position: relative;
}

.imgl_top .imgs a img {
	height: 100%;
	width: 100%;
}

.imgl_top .imgs:nth-child(2n) {
	float: right;
}

.imgl_bottom a {
	display: inline-block;
	width: 100%;
	height: 260px;
	position: relative;
}

.imgl p {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	filter: none;
	background: url(../img/line_bg.png) repeat-x rgba(0, 0, 0, 0) scroll 0px 0px !important;
	overflow: hidden;
	display: block;
	color: #fff;
	z-index: 1000;
	text-decoration: none;
	font-size: 16px;
	font-family: "微软雅黑";
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

.imgl_bottom {
	position: relative;
	margin-top: 5px;
}

.imgLiblist .nomar {
	margin: 0 0 20px 0;
}

.wordad {
	width: 100%;
	height: 76px;
	margin-top: 8px;
	border: 1px solid #c4cfd8;
	background: #f4faff;
	position: relative;
	box-sizing: border-box;
}

.wordzt {
	border-left: 1px solid #c4cfd8;
	background: #d9eeff;
	width: 45px;
	height: 74px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
}

.wordad .wordtxt {
	margin-left: 20px;
}

.wordad .wordtxt ul {
	overflow: hidden;
}

.wordad li {
	line-height: 26px;
	margin-top: 6px;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	color: #1d71b7;
	height: 32px;
	overflow: hidden;
}

.wordad li a {
	color: #1d71b7;
}

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

.detail_top {
	width: 100%;
}

.title_xq h2 {
	font-size: 26px;
	font-weight: normal;
	color: #000;
	line-height: 35px;
}

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

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

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

.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}

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


/*åº•éƒ¨*/

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

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

.footer a {
	color: #333;
}

.footer a:hover {
	color: #333 !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;
}

#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: #62c3d0;
	background-size: 60%;
	border-radius: 10px;
	/*	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: #62c3d0;
	border: 1px solid #62c3d0;
	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-bottom: 20px;
	background: #fff;
	box-sizing: border-box;
}

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

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

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

.post-navigation div span {
	display: block;
	color: #333;
	font-size:15px;
}

.post-navigation div:hover a {
	color: #62c3d0;
	text-decoration: none;
}

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


/*===*/


/*base*/

.column {
	width: 1170px;
	margin: 0 auto;
}

.w850 {
	width: 830px;
}

.w300 {
	width: 300px;
}

.ad1 {
	background-color: #eee;
}

.hline {
	overflow: hidden;
	zoom: 1;
	height: 1px;
}

.hlinedotted {
	overflow: hidden;
	zoom: 1;
	height: 0px;
}

.loaction {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
}

.loaction a {
	font-size: 14px;
	height: 26px;
}


/*面包屑*/

.tt-list {
	padding: 0px 20px 0 0
}

.list14 li,
.list12 li {
	padding: 3px 0;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.list14 li {
	padding: 4px 0;
	font-size: 15px;
}

.list14 li,
.list12 li {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.list12 li {
	padding: 0 0 0 8px;
	background-position: 0 -30px;
	background-position: 0 -31px\9;
}

.list14 h3 {
	height: 32px;
	overflow: hidden;
	font: 16px/32px "\5FAE\8F6F\96C5\9ED1", "\9ED1\4F53"
}

.list14 li a {
	color: #333;
	font-family: "微软雅黑";
	padding-right: 20px;
	font-size: 16px;
}

.list14 li span {
	float: right;
	color: #999;
	font-size: 14px;
	font-family: "微软雅黑"
}

.list14 li:nth-child(7n) {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.defList li {
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}

.defList li:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	content: '';
	margin-top: -2px;
	background: #999;
	display: block;
}

.g-title {
	margin-bottom: 10px;
}

.g-title font {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	line-height: 18px;
	padding-left: 8px;
	border-left: 4px solid #015289;
}

.g-hot-tv ul {
	display: block;
	overflow: hidden
}

.g-hot-tv ul li {
	width: 50%;
	height: 180px;
	box-sizing: border-box;
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0 10px 15px 0;
}

.g-hot-tv ul li:nth-child(2n) {
	padding-right: 0;
}

.g-hot-tv ul li a {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden
}

.g-hot-tv ul li a img {
	width: 100%;
	height: 120px;
	display: block;
	overflow: hidden;
}

.g-hot-tv ul li a strong {
	line-height: 20px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	margin: 6px 0 0;
	display: block;
	overflow: hidden
}

.section-c {
	overflow: hidden;
}

.defList {
	margin-bottom: 15px;
}

.side-mod {
	padding-bottom: 20px;
}

.side-hd {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: rgb(0, 0, 0);
}

.side-mod .imgBox a {
	color: rgb(255, 255, 255);
	display: block;
	position: relative;
}

.side-mod .imgBox img {
	display: block;
	width: 100%;
	height: 165px;
}

.side-mod .imgBox p {
	width: 100%;
	height: 48px;
	line-height: 52px;
	color: rgb(255, 255, 255);
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: linear-gradient(transparent, rgb(0, 0, 0));
	text-align: center;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}

.tuijian .section-c .w370 {
	width: 265px;
}

.tuijian .section-c .w370:nth-of-type(2) {
	margin: 0 15px;
}

.side-mod {
	overflow: hidden;
}

.side-mod .rankList li {
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px dotted rgb(204, 204, 204);
	padding: 15px 0px;
	overflow: hidden;
	width: 48%;
	float: left;
}

.side-mod .rankList li:nth-child(2n) {
	float: right;
}

.side-mod .rankList li em {
	float: left;
	width: 40px;
	text-align: center;
	font-size: 24px;
	font-family: fangsong;
	color: rgb(185, 185, 185);
	padding-right: 10px;
}

.side-mod .rankList li:nth-of-type(1) em,
.side-mod .rankList li:nth-of-type(2) em,
.side-mod .rankList li:nth-of-type(3) em {
	color: #0084cf;
}

.side-mod .rankList li a {
	width: calc(100% - 55px);
	float: right;
	height: 50px;
}

.tuijian .sub_big {
	margin-top: 20px;
	font-size: 18px;
}
.w1200{
	width: 1200px;
	margin: auto;
}
/*=========*/

.headline h1 a,
.defList li,.side-mod .imgBox p,
.list-st1 li a,
.smallline,
.list14 li a,
.imgl_top p,
#gallery span,
.imgl p,
.focuspic-box a.title,
.focuspic-box ul li a.title,
.vlist-box ul li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.g-hot-tv ul li a strong,
.side-mod .rankList li a {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mod-a .news-pic p {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}