@charset 'utf-8';
@import url(main.css);

/*+++++++++++++++++++++ main ++++++++++++++++++++++++++*/

body {
	font-family: Microsoft YaHei, simsun, sans-serif;
	font-size: 100%;
	line-height: 1.75;
	color: #333;
}

a {
	color: #333;
}

a:hover {
	color: #39f;
}

.wrapper {
	min-width: 1220px;
}

.header,
.content,
.footer {
	font-size: 15px;
	width: 1200px;
	margin: 0 auto;
	/*padding: 0 10px;*/
}

.time,
.more {
	float: right;
}

.hide {
	display: none;
}

.pic img {
	display: block;
	width: 100%;
	height: 100%;
	background: #ccc;
}

.c_f00 {
	color: #f00;
}

.c_39f {
	color: #39f;
}

.c_369 {
	color: #39f;
}

/*+++++++++++++++++++++ header ++++++++++++++++++++++++++*/


/*搜索框*/

div.search {
	float: right;
}

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

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

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

.inp_srh {
	border: 1px solid #666;
	float: left;
	display: inline;
	height: 40px;
	width: 350px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 45px;
	border-radius: 10px;
	box-sizing: border-box;
}

.btn_srh {
	background: url(../img/sear.png) no-repeat;
	width: 30px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin-top: 9px;
	position: absolute;
	right: 0;
	border-radius: 20px;
	background-size: 80%;
}

.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: 180px;
	max-height: 62px;
}

.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: #089de2;
	width: 100%;
}

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

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

.nav ul.cons li:hover a {
	color: #fff;
	background: #015eac;
}

.header .search {
	float: right;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}


/*+++++++++++++++++++++ content ++++++++++++++++++++++++++*/


/*newslist*/

.newslist_01 li {
	line-height: 30px;
	position: relative;
	overflow: hidden;
	height: 30px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
}

.newslist_01 li:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 3px;
	height: 3px;
	margin-top: -1.5px;
	content: '';
	border-radius: 100%;
	background: #39f;
}

.newslist_02 li {
	line-height: 30px;
	position: relative;
	overflow: hidden;
}

.newslist_02 li a {
	color: #666;
}

.newslist_02 li span {
	color: #39f;
}

.newslist_02 li i {
	padding: 0 3px;
	font-style: normal;
}


/*picholder*/

.picholder {
	position: relative;
}

.picholder .pic,
.picholder .pic img {
	width: 100%;
	height: 100%;
}

.picholder .title {
	line-height: 28px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
	height: 28px;
	overflow: hidden;
}

:root .picholder .title {
	background-color: rgba(0, 0, 0, .5);
	filter: none;
}

.picholder .title a {
	color: #fff;
}

.border_line {
	height: 17px;
	background: url(../img/icon_line_02.png) top no-repeat;
}

.border_line_bottom {
	margin-top: -9px;
}


/*合作链接*/

.hotlink {
	font-size: 14px;
	margin-top: -9px;
	padding: 15px 0;
	border-right: 1px solid #edebeb;
	border-left: 1px solid #edebeb;
	position: relative
}

.ad_mid {
	width: 660px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -330px
}

.ad_mid img {
	width: 660px;
	height: 60px;
}

.ad_link ul {
	width: 1170px;
	margin: 0 auto;
}

.ad_link li {
	float: left;
	width: 380px;
	height: 60px;
	margin: 5px;
}

.ad_tip_box {
	position: relative;
}

.ad_tip_box {
	position: relative;
}

.ad_tip {
	font-size: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	padding: 0 3px;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#B2000000", endColorstr="#B2000000");
	white-space: nowrap;
	cursor: pointer;
}

.hotlink_list a,
.hotlink_list span {
	line-height: 16px;
	display: inline-block;
	border-left: 1px solid #edebeb;
}

.hotlink_list a {
	padding: 0 11px;
}

.hotlink_list span:first-child {
	border: 0;
}

.hotlink_list a.first {
	border: 0;
	padding-left: 0;
}

.hotlink_list_01,
.hotlink_list_01 a {
	color: #015eac;
}

.hotlink_list a:hover {
	color: #39f;
}

.hotlink_list_02 span.off {
	color: #999
}


/*专热点题*/

.hot_events {
	overflow: hidden;
	width: 1200px;
	padding-bottom: 22px;
	border-bottom: 1px solid #edebeb;
}

.hot_events ul {
	width: 1210px;
}

.hot_events li {
	float: left;
	width: 236px;
	height: 50px;
	overflow: hidden;
	margin-right: 5px;
}

.hot_events li .pic {
	float: left;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-right: 10px;
}

.hot_events li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #ccc;
}

.hot_events li .txt {
	line-height: 25px;
	float: left;
	width: 170px;
	position: relative;
}

.hot_events li .txt p {
	padding-left: 1em;
}

.hot_events li .txt:before {
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	background-position: -200px -59px;
	width: 1em;
	height: 1em;
}


/*今日头条*/

.news_headline {
	text-align: center;
	position: relative;
	padding-top: 20px;
}

.news_headline_h1 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}

.news_headline_h1 a {
	color: #39f;
}

.news_headline_more {
	overflow: hidden;
	width: 1105px;
	white-space: nowrap;
}

.news_headline_more a {
	font-size: 15px;
	color: #333;
}

.news_headline_more a:hover {
	color: #39f;
}

.news_headline_more span {
	margin: 0 0.5em
}


/*热点推荐*/

.news_hot i {
	display: block;
	width: 60px;
	height: 40px;
	background-position: -90px -140px;
	position: absolute;
	top: 0;
	left: 0;
}

.news_hot {
	color: #666;
	line-height: 36px;
	position: relative;
}

.news_hot a {
	margin-left: 10px;
	color: #333;
	white-space: nowrap;
	float: left;
	display: block;
}

.news_hot a:hover {
	color: #39f;
}


/* .news_area_01 { border-bottom: 1px solid #edebeb; } */

.news_hot_line_1 {
	float: left;
	width: 1140px;
	padding-left: 60px;
	height: 36px;
	overflow: hidden;
}

.news_hot_line_2 {
	float: left;
	width: 260px;
	height: 72px;
	overflow: hidden;
}

.news_hot_line_3 {
	float: right;
	width: 260px;
	height: 72px;
	overflow: hidden;
}

.news_hot_line_4 {
	float: left;
	width: 100%;
	height: 34px;
	overflow: hidden;
}


/*main left*/

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

.xxqg {
	background-position: 0 -74px;
	height: 44px;
	padding: 10px 0 10px 200px;
	line-height: 22px;
	font-size: 14px;
}

.xxqg li {
	float: left;
	margin-left: 2px;
}


/*main right*/

.main_right {
	width: 510px;
	float: right;
}

.dlwb {
	position: relative;
	height: 80px;
	overflow: hidden;
	line-height: 22px;
}

.dlwb h2 {
	margin-bottom: 5px;
	line-height: 30px;
}

.dlwb span {
	padding: 0 2px;
}


/*今日大连*/

.news_todayDalian_title {
	overflow: hidden;
	width: 100%;
	height: 48px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background-position: 0 0;
}

.news_todayDalian_con h2 {
	font-size: 24px;
	line-height: 24px;
	padding: 12px 0 6px 0;
	text-align: center;
}

.news_todayDalian_con p {
	line-height: 24px;
}

.news_todayDalian_con p a {
	color: #333;
	font-size: 15px;
}

.news_todayDalian_con p a:hover {
	color: #39f;
}

.foregin_weather {
	padding: 10px 0 0;
	border-top: 1px solid #edebeb;
}


/*热线*/

.contact_02 {
	padding: 20px 0;
}

.contact_02 span {
	margin-left: 10px;
	vertical-align: middle;
}

.c_ic_tel {
	width: 20px;
	height: auto;
	vertical-align: middle;
}


/*搜索*/

.searchBox {
	padding-top: 5px;
}


/*时政快讯*/

.szkx {
	background-position: 0 -230px;
	height: 40px;
	padding-left: 150px;
	line-height: 40px;
	overflow: hidden;
}

.szkx a {
	color: #015eac;
}

.szkx a:hover {
	color: #39f;
}

.txtMarquee {
	width: 1050px;
	overflow: hidden;
	position: relative;
}

.txtMarquee li {
	float: left;
	margin: 0 10px 0 5px;
}


/*col width*/

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

.news_col_02 {
	overflow: hidden;
	width: 410px;
}

.news_col_03 {
	overflow: hidden;
	width: 350px;
}

.news_col_01 .picholder {
	font-size: 12px;
	width: 175px;
	height: 120px;
}

.news_col_01 .news_grid h2 {
	height: 45px;
	overflow: hidden;
}


/*slider*/

.slider_01 {
	position: relative;
	overflow: hidden;
	width: 660px;
	height: 370px;
}

.slider_01 .bd {
	position: relative;
	z-index: 0;
}

.slider_01 .bd li {
	position: relative;
	overflow: hidden;
	width: 660px;
	height: 370px;
}

.slider_01 .bd li .pic {
	position: relative;
	z-index: 0;
}

.slider_01 .bd li .pic img {
	width: 660px;
	height: 370px;
	background: #ccc;
}

.slider_01 .bd li .title {
	line-height: 45px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	font-size: 20px;
	width: 660px;
	height: 50px;
	background: url(../img/silder_bg.png) repeat-x\0;
	background-image: linear-gradient(transparent, #000);
	background-size: auto 100%;
}

.slider_01 .bd li .title a {
	width: 100%;
	box-sizing: border-box;
}

.slider_01 .bd li .title a,
.slider_01 .bd li .title a:hover {
	padding-left: 10px;
	text-decoration: none;
	color: #fff;
}

.slider_01 .hd {
	position: absolute;
	z-index: 10;
	bottom: 8px;
	right: 10px;
	overflow: hidden;
	height: 20px;
	text-align: center;
}

.slider_01 .hd a {
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 100%;
	background: #fff\0;
	background: rgba(255, 255, 255, .2);
}

.slider_01 .hd a.on {
	background: #39f;
}

.slider_01 .prev,
.slider_01 .next {
	position: absolute;
	z-index: 15;
	top: 42%;
	width: 26px;
	height: 44px;
	cursor: pointer;
	text-indent: -9999px;
	opacity: .5;
	filter: alpha(opacity=50);
}

.slider_01 .prev {
	left: 0;
	background-position: -175px -140px;
}

.slider_01 .next {
	right: 0;
	background-position: -200px -140px;
}

.slider_01 .prev:hover,
.slider_01 .next:hover {
	opacity: .8 !important;
	filter: alpha(opacity=80) !important;
}

.slider_small {
	width: 380px;
	height: 285px;
}

.slider_small .bd li {
	width: 380px;
	height: 285px;
}

.slider_small .bd li .pic img {
	width: 380px;
	height: 285px;
}

.slider_small .bd li .title {
	width: 380px;
	font-size: 16px;
	line-height: 40px;
}

.slider_small .hd {
	width: 100%;
	right: auto;
}


/*栏目*/

.col_tit_01 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}

.col_tit_01 i {
	color: #39f;
	font-size: 22px;
	padding: 0 2px;
	font-style: normal;
}

.col_con_01 .picholder {
	font-size: 14px;
	width: 180px;
	height: 130px;
}

.col_con_01 ul {
	width: 400px;
}

.col_con_01 li {
	float: left;
	margin: 0 20px 20px 0;
}

.ic_vp:before {
	position: absolute;
	right: 5px;
	bottom: 33px;
	width: 23px;
	height: 23px;
	content: '';
	background-position: -246px -140px;
}

.minyi_hotnews {
	margin-bottom: 13px;
}

.minyi_hotnews_tit {
	position: relative;
	height: 40px;
	background-position: -270px -90px;
}

.btn_area_01 {
	position: absolute;
	top: -5px;
	right: 0;
}

.btn_area_01 a,
.btn_area_01 a:hover {
	font-size: 14px;
	padding: 0 8px;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
}

.btn_area_01 .btn_01 {
	background: #5cb4ad;
}

.btn_area_01 .btn_02 {
	background: #39f;
}

.minyi_hotnews_con ul {
	overflow: hidden;
	width: 165px;
}

.nl_br {
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #edebeb;
}

.music_album {
	float: right;
	overflow: hidden;
	width: 84px;
	height: 84px;
	background: #000;
}

.music_album img {
	display: block;
	width: 100%;
	height: 100%;
}

.music_list {
	float: left;
	overflow: hidden;
	width: 260px;
}

.music_list li {
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 2px;
	background: #f9f9f9;
}

.music_list .ml_no {
	font-weight: bold;
	color: #39f;
}

.music_list .ml_nm {
	font-weight: bold;
	padding: 0 5px;
}

.music_list .ml_at {
	padding-left: 5px;
	color: #999;
}

.col_area_01 {
	padding-bottom: 20px;
	background: url(../img/icon_line_02.png) bottom no-repeat;
}

.col_list_01 {
	overflow: hidden;
	width: 760px;
}

.col_tit_02 {
	height: 35px;
	background: url(../img/icon_line_01.png) left bottom no-repeat;
}

.col_tit_02 a {
	color: #3399FF;
	font-size: 20px;
	font-family: fangsong;
	font-weight: bold;
}

.channel_tit {
	font-size: 16px;
	font-weight: bold;
}

.channel_more_list {
	float: right;
	color: #089de2;
}

.channel_more_list a {
	padding: 0 5px;
	color: #089de2;
}

.col_con_02 {
	overflow: hidden;
	height: 200px;
}

.col_con_02 .picholder {
	font-size: 14px;
	width: 320px;
	height: 200px;
}

.col_con_02 .news_grid {
	width: 430px;
}

.col_con_02 .news_grid h2 {
	margin-top: -5px;
	width: 100%;
}

.col_con_02 .newslist_01 li {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
}

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

.col_tit_03 {
	line-height: 40px;
	position: relative;
	height: 40px;
	padding-bottom: 5px;
	border-bottom: 3px solid #e6edf3;
}

.col_tit_03 .col_tt {
	position: absolute;
	top: 0;
	border-bottom: 3px solid #2b7deb;
}

.col_tit_03 .col_tt i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
}

.col_tit_03 .col_tt span {
	font-size: 16px;
	font-weight: bold;
	padding-left: 35px;
	cursor: default;
}

.col_tit_03 .col_tt i.ctt_01 {
	background-position: -10px -10px;
}

.col_tit_03 .col_tt i.ctt_02 {
	background-position: -60px -10px;
}

.col_tit_03 .col_tt i.ctt_03 {
	background-position: -10px -60px;
}

.col_tit_03 .col_tt i.ctt_04 {
	background-position: -60px -60px;
}

.col_tit_03 .col_tt i.ctt_05 {
	background-position: -110px -10px;
}

.col_tit_03 .col_tt i.ctt_06 {
	background-position: -110px -60px;
}

.col_tt_more {
	font-size: 14px;
	float: right;
}

.col_con_03 h3 {
	font-size: 20px;
	margin-bottom: 13px;
}

.col_con_03 .pic {
	width: 190px;
	height: 120px;
}

.col_con_03 .txt {
	font-size: 14px;
	overflow: hidden;
	width: 185px;
	height: 120px;
	color: #999;
}

.col_grid_02 .newslist_01 li {
	padding-left: 15px;
}

.col_grid_02 .newslist_01 li:after {
	width: 8px;
	height: 8px;
	margin-top: -4px;
}


/*栏目切换*/

.tab_switch01 {
	height: 128px;
	overflow: hidden;
	position: relative;
}

.tab_switch01 .hd,
.tab_switch02 .hd {
	position: absolute;
	right: 0;
	top: 0;
}

.tab_switch01 .hd a,
.tab_switch02 .hd a {
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 100%;
	background: #edebeb
}

.tab_switch01 .hd a:hover,
.tab_switch01 .hd a.on,
.tab_switch02 .hd a:hover,
.tab_switch02 .hd a.on {
	background: #39f;
}


/*国内国际切换*/

.tab_switch02 {
	position: relative;
}

.tab_switch02 .bd {
	overflow: hidden;
}

.tab_switch02 .hd {
	top: 5px;
}

.fl_wm dl {
	margin-bottom: 15px;
}

.fl_wm dl dt {
	font-weight: bold;
	color: #369;
}

.fl_wl ul li {
	float: left;
	margin-right: 15px;
}

.fl_ydyl a,
.fl_fl a,
.fl_ydyl span {
	display: inline-block;
	margin-right: 15px;
	white-space: nowrap;
	*display: inline;
	*zoom: 1;
}


/*19.8改版新增*/

.minyi_wenzheng .hd {
	background: url(../img/icon_line_03.jpg) -180px bottom no-repeat;
	height: 45px;
}

.minyi_wenzheng .hd li {
	float: left;
}

.minyi_wenzheng .hd .tit_minyi {
	background: url(../img/icon_line_03.jpg) -180px bottom no-repeat;
	height: 40px;
	padding-bottom: 5px;
}

.minyi_wenzheng .hd .tit_minyi a {
	background: url(../img/tit_01.png) 0 -30px no-repeat;
	width: 135px;
	height: 30px;
	display: block;
	overflow: hidden;
}

.minyi_wenzheng .hd .tit_minyi.on {
	background-position: 0 bottom;
}

.minyi_wenzheng .hd .tit_minyi.on a,
.minyi_wenzheng .hd .tit_minyi a:hover {
	background-position: 0 0;
}

.minyi_wenzheng .hd .tit_wenzheng {
	background: url(../img/icon_line_03.jpg) -180px bottom no-repeat;
	height: 40px;
	padding-bottom: 5px;
}

.minyi_wenzheng .hd .tit_wenzheng a {
	background: url(../img/tit_02.png) 0 -30px no-repeat;
	width: 135px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.minyi_wenzheng .hd .tit_wenzheng.on {
	background-position: 0 bottom;
}

.minyi_wenzheng .hd .tit_wenzheng.on a,
.minyi_wenzheng .hd .tit_wenzheng a:hover {
	background-position: 0 0;
}

.minyi_wenzheng .bd {
	position: relative;
}

.minyi_hotnews_tit {
	position: absolute;
	top: -48px;
	right: 0;
	white-space: nowrap;
}

.news_col_04 {
	width: 770px;
}

.news_col_04 .wenyu_zuqiu {
	margin-bottom: 15px;
}

.newslist_02_border {
	border-bottom: 1px solid #edebeb;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.wenyu_zuqiu .hd {
	background: url(../img/icon_line_01.jpg) -120px bottom no-repeat;
	height: 45px;
}

.wenyu_zuqiu .hd li {
	float: left;
}

.wenyu_zuqiu .hd .tit_wenyu {
	background: url(../img/icon_line_01.jpg) -200px bottom no-repeat;
	height: 40px;
	padding-bottom: 5px;
}

.wenyu_zuqiu .hd .tit_wenyu a {
	background: url(../img/tit_06.png) 0 -40px no-repeat;
	width: 80px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.wenyu_zuqiu .hd .tit_wenyu.on {
	background-position: -50px bottom;
}

.wenyu_zuqiu .hd .tit_wenyu.on a,
.wenyu_zuqiu .hd .tit_wenyu a:hover {
	background-position: 0 0;
}

.wenyu_zuqiu .hd .tit_zuqiu {
	background: url(../img/icon_line_01.jpg) -200px bottom no-repeat;
	height: 40px;
	padding-bottom: 5px;
}

.wenyu_zuqiu .hd .tit_zuqiu a {
	background: url(../img/tit_07.png) 0 -40px no-repeat;
	width: 80px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.wenyu_zuqiu .hd .tit_zuqiu.on {
	background-position: -50px bottom;
}

.wenyu_zuqiu .hd .tit_zuqiu.on a,
.minyi_wenzheng .hd .tit_wenzheng a:hover {
	background-position: 0 0;
}

.col_gird_img {
	width: 385px;
	height: 213px;
}

.col_grid_02 h2 a {
	color: #004097;
}

.header_weather {
	padding-top: 15px;
}


/*背景点击链接*/

.link_f_a {
	display: block;
	width: 1200px;
	margin: 0 auto;
	height: 235px;
}

.link_f {
	position: absolute;
	top: 0;
	width: 1200px;
	height: 215px;
	display: block;
}

.link_f img {
	width: 1200px;
	height: 235px;
}


/*20210528*/

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

.xiaofei_zuqiu .hd .tit_xiaofei {
	background: url(../img/icon_line_01.jpg) -200px bottom no-repeat;
	height: 40px;
	padding-bottom: 5px;
}

.xiaofei_zuqiu .hd .tit_xiaofei a {
	background: url(../img/tit_10.png) 0 -40px no-repeat;
	width: 80px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

.xiaofei_zuqiu .hd .tit_xiaofei.on {
	background-position: -50px bottom;
}

.xiaofei_zuqiu .hd .tit_xiaofei.on a,
.xiaofei_zuqiu .hd .tit_xiaofei a:hover {
	background-position: 0 0;
}


/*==========*/


/*详情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: 32px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
	text-align: center;
}

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


/*底部*/

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

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

.footer a {
	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;
}

#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: #089de2;
	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: 20px 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: #39f;
	border: 1px solid #39f;
	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: 30px;
	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 {
	font-size: 16px !important;
	color: #089de2;
	font-size: 90%;
}

.post-navigation div:hover a {
	color: #089de2;
}

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


/*列表内容*/

.list_left {
	width: 850px;
	float: left;
}

.list_right {
	width: 300px;
	float: right;
}

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

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

.loaction a {
	font-size: 15px;
	color: #333;
	vertical-align: middle;
}

.content-ajax article {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0;
	position: relative;
}

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

.content-ajax article:first-child {
	/*padding-top: 0px;*/
}

.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 {
	font-size: 18px;
	font-weight: 700;
	color: #444;
	width: 100%;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
}

.entry-img img {
	width: 200px;
	height: 130px;
}

.entry-site {
	font-size: 14px;
	color: #999;
	padding-top: 10px;
	line-height: 24px;
	font-weight: 400;
}

.entry-content .time {
	color: #bbbbbb;
	font-size: 14PX;
	line-height: 25PX;
	margin-right: 18px;
	padding-top: 5px;
}


/*列表右侧*/

.n4_left ul {
	padding-top: 10px;
	overflow: hidden;
}

.n4_left ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	background: url(../img/dian.jpg) no-repeat 0px 14px;
}

.n4_left ul li span {
	font-size: 14px;
	color: #888;
	float: right;
}

.n4_left ul li a {
	width: calc(100% - 60px);
	float: left;
}


/*==================*/

.right_box {
	margin: 10px 0;
	overflow: hidden;
}

.ul_img {
	margin-bottom: 20px;
}

.ul_img ul li {
	width: 100%;
	height: 200px;
	position: relative;
	margin-top: 15px;
}

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

.ul_img ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	padding: 0 10px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	line-height: 40px;
}

.tuijian .n4_left ul li {
	width: 48%;
	float: left;
}

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

.dts01 {
	line-height: 38px;
	position: relative;
	height: 38px;
	border-bottom: 1px solid #e5e5e5;
}

.dts01 h3 {
	font-weight: normal;
	font-size: 20px;
}

.more {
	float: right;
	color: #999;
	font-size: 14px;
	display: block;
	line-height: 20px;
	margin-top: 10px;
}

.dts01TitBorder {
	position: absolute;
	top: -1px;
	left: 0;
	border-bottom: 2px solid #39f;
	height: 38px;
	overflow: hidden;
	color: #39f;
}

.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: 180px;
}

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

.side-mod .defList {
	margin: 10px 0px;
}

.side-mod .defList li {
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	width: 100%;
}

.main {
	/*border-top: 2px solid rgb(0, 0, 0);*/
}

.main .area {
	width: 48%;
	float: left;
}

.main .area:nth-child(2n) {
	float: right;
}

.main .imgBox a {
	overflow: hidden;
	display: inline-block;
}

.main .imgBox img {
	float: left;
	width: 130px;
	height: 90px;
}

.main .defList li {
	font-size: 15px;
	line-height:28px;
	position: relative;
	overflow: hidden;
	padding-left: 13px;
	width: 100%;
}

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

.main .imgBox p {
	margin-left: 150px;
	font-size: 15px;
	line-height: 25px;
	padding-top: 5px;
}


/*========*/

.slider_01 .bd li .title a,
.n4_left ul li a,.side-mod .defList li,
.ul_img ul li p,.main .defList li,
.newslist_01 li,.side-mod .imgBox p,
.col_con_02 .news_grid h2,
.picholder .title {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.entry-site,
.classify-module a p,
.news_r .text {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}