﻿@charset "utf-8";

/* CSS Document*/


/* 全局*/

html {
	width: 100%;
}

body {
	width: 100%;
	color: #555;
	font: normal 15px/24px \5FAE\8F6F\96C5\9ED1, Simhei, SimSun, Tahoma, Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
	padding: 0;
	margin: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
	font-weight: normal;
	font-style: normal;
}

ol,
ul,
li {
	list-style-type: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
	zoom: 1;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

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

a:hover {
	/*color: #005ead!important;
	text-decoration: none;*/
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
	/*height: 60px;*/
	/*padding-top: 5px;*/
}

.clear {
	clear: both;
}

.wrap_all {
	width: 1260px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	box-shadow: 0 0 5px #000 inset;
	position: relative;
}

.top_mar {
	background: #FFFFFF;
	margin-top: -20px;
}

.index_body {
	background-image: url(../img/bg-content.png);
	background-repeat: repeat-x;
}

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

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

.tbheight {
	padding: 15px 0;
}

.theight {
	padding-top: 10px;
}

.bheight {
	padding-bottom: 10px;
}

.left {
	width: 870px;
}

.right {
	width: 300px;
	overflow: hidden;
	zoom: 1;
}

.bgcolor {
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

.tbborder {
	border-top: #eee solid 1px;
}

.b-se {
	color: #005ead;
}

.y-se {
	color: #005ead;
}

.y-bg-se {
	background-color: #005ead;
	color: #fff;
	border-radius: 0 10px 10px 0;
	padding: 0 10px 2px 10px;
}

.m-title {
	border-bottom: #CCC solid 1px;
	font: bold 16px/2 \5FAE\8F6F\96C5\9ED1;
	height: 42px;
	margin-bottom: 12px;
}

.b-title {
	border-bottom: 1px #005ead solid;
	margin-bottom: -1px;
	padding: 5px 10px;
	color: #005ead;
}

.b-title a {
	color: #005ead;
}

.More {
	width: 20px;
	height: 20px;
	margin: 0 auto;
}

.More:hover {
	transform: rotate(180deg);
	-webkit-transition: 300ms;
	transition: 300ms;
}

#top {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: rgba(255, 255, 255, 0.01);
}

.logo {
	height: 42px;
}

#top,
#top a {
	color: #fff;
	font-size: 16px;
	/*字体阴影*/
	text-shadow: 5px 5px 5px #000000;
}


/*导航*/

.navBar {
	position: relative;
	z-index: 999;
	color: #fff;
}

.nav {
	width: 950px;
	margin: 0 auto;
}

.nav h3 {
	font-size: 100%;
	font-weight: normal;
}

.nav li {
	position: relative;
	float: left;
	padding: 0 15px;
	line-height: 42px;
	display: inline;
	text-align: center;
}

.nav li.active a {
	font-weight: bold;
}

.nav li:hover a {
	font-weight: bold;
}

.nav li h3 i {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	background: url(../img/aicon.png) no-repeat;
	margin: 0 5px;
	overflow: hidden;
	vertical-align: middle;
}

.nav h3 a {
	zoom: 1;
	display: block;
	color: #fff;
}

.nav .on h3 a i {
	transform: rotate(180deg);
	-webkit-transition: 300ms;
	transition: 300ms;
}

.nav .sub {
	float: left;
	display: none;
	/*默认隐藏*/
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 70px;
	background: #39c;
	border-radius: 0 0 10px 10px;
}

.nav .sub li {
	text-align: center;
	padding: 5px 10px;
	background: #39c;
	line-height: 20px;
}

.nav .sub li a {
	display: block;
	zoom: 1;
}

.nav .sub li a:hover {
	background-color: #005ead;
	color: #fff !important;
	border-radius: 8px;
}

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

#searchform {
	display: block;
	height: 30px;
	width: 200px;
	position: absolute;
	right: 30px;
	top: 10px;
}

.inp_srh {
	border: 1px solid #999;
	display: inline;
	height: 30px;
	width: 200px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 45px;
	border-radius: 10px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
}

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

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

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


/*顶部*/

#head {
	padding: 10px 0 0 0;
	overflow: hidden;
}

#head .logo {
	width: 120px;
	height: 100px;
	/*padding-bottom:10px;*/
	padding-top: 20px;
}

#head .pinpai {
	font: normal 14px/24px \5FAE\8F6F\96C5\9ED1;
	color: #ddd;
	padding-left: 15px;
}

#head .pinpai li {
	float: left;
	padding-left: 8px;
}

#head .pinpai li a {
	padding-right: 8px;
}


/*新闻封面*/

.FoScroll {
	width: 1200px;
	height: 260px;
	position: relative;
	margin: 0 auto;
	zoom: 1;
	background: #FFFFFF;
	overflow: hidden;
}

.FoScroll .prev,
.FoScroll .next {
	width: 35px;
	height: 80px;
	position: absolute;
	top: 40%;
	margin: -20px 0 0;
	display: none;
	background: url(../img/btn.png) no-repeat 0 0;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
}

.FoScroll .prev {
	left: 0px;
}

.FoScroll .next {
	right: 0px;
	background-position: -35px 0;
}

.FoScroll .prev:hover,
.FoScroll .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.FoScroll .scrollWrap {
	width: 1200px;
	position: absolute;
	left: -1px;
}

.FoScroll dl {
	float: left;
	width: 385px;
	text-align: center;
	position: relative;
	margin: 8px 7px 8px 8px;
}

.FoScroll span {
	display: block;
	width: 385px;
	height: 60px;
	position: absolute;
	bottom: 0;
	background: url(../img/focusBoxbg.png) repeat-x top;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.FoScroll dt {
	margin: 0 auto;
	width: 385px;
	overflow: hidden;
}

.FoScroll img {
	display: block;
	width: 385px;
	height: 245px;
}

.FoScroll dd a {
	color: #FFF;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.FoScroll dd {
	width: 385px;
	height: auto;
	font: normal 18px/130% \5FAE\8F6F\96C5\9ED1, Simhei;
	color: #fff;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
}

.FoScroll .FM-right {
	position: absolute;
	width: 40px;
	height: 38px;
	padding-top: 5px;
	text-align: center;
	top: 15px;
	right: 0;
	background-color: #005ead;
	font: normal 14px/100% "Microsoft YaHei", SimSun, SimHei;
	border-radius: 10px 0 0 10px;
	z-index: 10;
}

.FoScroll .FM-right a {
	color: #fff !important;
}


/*头条*/

#headLine {
	margin: 20px auto 0;
	width: 100%;
	position: relative;
	border-bottom: #CCC dashed 1px;
}

#headLine .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 60px;
	background: url(maintitle.png) no-repeat left top;
	z-index: 1;
}

.headTT {
	position: relative;
	height: 70px;
	padding-top: 20px;
	overflow: hidden;
	margin: 5px;
	text-align: center;
}

.headTTs li {
	width: 100%;
}

.headTTs li h2 {
	font: bold 26px/55px \5FAE\8F6F\96C5\9ED1, Simhei;
	overflow: hidden;
}

.headTTs li h2 a {
	color: #005ead;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.headTTs li p {
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
}

.headTTs li p a {
	color: #666;
	margin: 0 10px;
}

.headTT .num {
	overflow: hidden;
	height: 55px;
	position: absolute;
	top: 2px;
	right: 0px;
	zoom: 1;
	z-index: 1
}

.headTT .num li {
	width: 9px;
	height: 9px;
	text-align: center;
	background: #ddd;
	margin-top: 8px;
	border-radius: 50%;
	cursor: pointer;
	text-indent: -9999px;
}

.headTT .num li.on {
	background: #005ead;
}

.right li,
.gov li {
	line-height: 28px;
	white-space: nowrap;
}

.right strong a,
.gov strong a {
	color: #005ead;
}

.right strong:hover,
.gov strong:hover {
	color: #005ead;
}

.right h3 a,
.gov h3 a {
	font: bold 18px/32px \5FAE\8F6F\96C5\9ED1, Simhei;
	color: #005ead;
}

button,
.showMorehandle {
	font: bold 18px/32px \5FAE\8F6F\96C5\9ED1, Simhei;
	margin: 10px;
	padding: 4px 22px;
	border-radius: 6px;
	border: #005ead 1px solid;
	background: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn-a {
	color: #005ead;
	border-color: #005ead;
	background: -webkit-linear-gradient(left, #005ead, #005ead) no-repeat;
	background: linear-gradient(to right, #005ead, #005ead) no-repeat;
	background-size: 0% 100%;
}

.btn-a:hover {
	background-size: 100% 100%;
	color: #fff;
}

.btn-b {
	color: #005ead;
	border-color: #005ead;
	background: -webkit-linear-gradient(left, #005ead, #005ead) no-repeat;
	background: linear-gradient(to right, #005ead, #005ead) no-repeat;
	background-size: 0% 100%;
}

.btn-b:hover {
	background-size: 100% 100%;
	color: #fff;
}

.slider {
	width: 300px;
	height: 82px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

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

.slider .bd ul {
	height: auto;
}

.slider .bd li {
	height: 85px;
	overflow: hidden;
}

.slider .bd li img {
	display: block;
	width: 300px;
	height: 85px;
}

.slider .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 15px;
	line-height: 15px;
}

.slider .hd ul {
	text-align: center;
}

.slider .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #fff;
	overflow: hidden;
	filter: alpha(opacity=70);
	opacity: 0.7;
	vertical-align: top;
	line-height: 9999px;
}

.slider .hd ul .on {
	background-color: #005ead;
}

.slider .timer {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	font-size: 0;
	overflow: hidden;
}


/*新华社产品*/

.txtMarquee-left {
	position: relative;
}

.txtMarquee-left .hd {
	overflow: hidden;
	height: 20px;
	padding: 7px 0;
}

.txtMarquee-left .hd .prev,
.txtMarquee-left .hd .next {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 1px;
	overflow: hidden;
	cursor: pointer;
	cursor: pointer;
	background: url(../img/arrow.png) no-repeat;
}

.txtMarquee-left .hd .next {
	background-position: -20px 0;
}

.txtMarquee-left .bd {
	padding: 5px 10px;
}

.txtMarquee-left .bd .tempWrap {
	width: 500px !important;
}

.txtMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.txtMarquee-left .bd ul li {
	list-style-type: none;
	margin-right: 20px;
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: left;
	_display: inline;
	width: auto !important;
	padding-left: 15px;
}


/*主体区域*/

.midSidebar {
	width: 580px;
	margin-left: 30px;
}

.she_rtab li {
	height: 115px;
}

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


/*主体中间区域切换*/

.slideTxtBox {
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.slideTxtBox .hd {
	background-color: #f1f1f1;
	height: 50px;
	border-top: #005ead solid 1px;
	margin-bottom: 12px;
}

.slideTxtBox .hd ul {
	overflow: hidden;
	zoom: 1;
}

.slideTxtBox .hd ul li {
	float: left;
	color: #999;
	text-align: center;
	font: normal 18px/50px \5FAE\8F6F\96C5\9ED1, Simhei;
	width: 90px;
}

.slideTxtBox .hd ul li a {
	display: block;
}

.slideTxtBox .hd ul li.on a {
	color: #fff !important;
	background-color: #005ead;
}


/*三联图*/

.thumb-p,
.thumb-p3 {
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.thumb-p:hover,
.thumb-p3:hover {
	background-color: #f1f1f1;
}

.thumb-p h3,
.thumb-p3-tit {
	font-size: 18px;
	margin-bottom: 12px;
	height: 22px;
	overflow: hidden;
}

.thumb-p3-tit {
	margin-left: 9px;
}

.thumb-p3-imgs {
	margin-left: 4px;
}

.thumb-p3-imgs img {
	float: left;
	width: 180px;
	height: 115px;
	margin: 0 5px;
}

.thumb-p3-date {
	text-align: right;
	font: normal 12px/30px \5FAE\8F6F\96C5\9ED1, Simhei;
	color: #ddd;
	margin-right: 10px;
}


/*中间区域单条新闻*/

.thumb-p {
	position: relative;
	padding: 12px 10px 12px 10px;
	border-bottom: 1px solid #eee;
}

.thumb-p img {
	float: left;
	width: 180px;
	height: 115px;
	padding-right: 15px;
}

.thumb-p p {
	font: normal 15px/22px \5FAE\8F6F\96C5\9ED1, Simhei;
	color: #888;
}

.thumb-p em {
	position: relative;
	float: right;
	color: #999;
}

.leftSidebar {
	width: 260px;
}

.side_tops {
	margin-top: 30px;
	height: 350px;
}

.zi_tiao {
	margin-top: 30px;
}

.zjltoutiao {
	width: 100%;
	height: 100px;
	box-shadow: 0 1px 4px 0 rgb(2 29 54 / 20%);
	padding: 10px;
	margin: 15px 0 10px 0;
	box-sizing: border-box;
}

.zjltoutiao .zjltoutiao_tit {
	font-size: 15px;
	font-weight: 700;
	line-height: 28px;
	color: #333;
	min-height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.zjltoutiao .zjltoutiao_info {
	font-size: 12px;
	color: #999;
	text-align: right;
}

.zjltoutiao:hover .zjltoutiao_tit {
	color: #005ead;
}

.zjltoutiao:hover {
	box-shadow: 0 4px 10px 0 rgba(4, 44, 82, .3);
	-webkit-transition: .5s;
	transition: .5s
}


/*TAB切换*/

.notice {
	width: 100%;
	padding-bottom: 20px;
}

.notice .tab-hd {
	border-bottom: #CCC solid 1px;
	font: bold 16px/42px \5FAE\8F6F\96C5\9ED1;
	height: 42px;
	margin-bottom: 12px;
}

.notice .tab-hd li {
	float: left;
}

.notice .tab-hd li a {
	display: block;
	padding: 0 14px;
	color: #005ead;
}

.notice .tab-hd li.on {
	position: relative;
	border-bottom: 1px #005ead solid;
	margin-bottom: -1px;
	color: #005ead;
}

.notice .tab-bd {
	padding: 5px 0;
}

.notice .tab-bd ul {
	overflow: hidden;
	zoom: 1;
}

.notice .tab-bd li {
	text-align: left;
	line-height: 28px;
	background: url(../img/Left-Dot.png) left no-repeat;
	padding-left: 15px;
	white-space: nowrap;
}


/*新媒体切换*/

.TfocusBox {
	position: relative;
	width: 260px;
	height: 230px;
	margin-bottom: 5px;
}

.TfocusBox .vod {
	position: absolute;
	background: url(vbg.png) no-repeat;
	width: 60px;
	height: 40px;
	top: 20px;
	left: -5px;
	z-index: 8;
}

.TfocusBox .pic img {
	width: 260px;
	height: 166px;
	display: block;
}

.TfocusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.TfocusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.TfocusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.TfocusBox .txt li a {
	display: block;
	padding: 0 0 0 10px;
	font-size: 16px;
	text-decoration: none;
	color: #005ead;
	width: 100%;
	box-sizing: border-box;
}

.TfocusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 38px;
	right: 30%;
}

.TfocusBox .num li {
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
	border-radius: 50%;
}

.TfocusBox .num li a,
.TfocusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.TfocusBox .num li span {
	z-index: 1;
	background: #ddd;
}

.TfocusBox .num li.on a,
.TfocusBox .num a:hover {
	background: #005ead;
}


/*小导航*/

.snav li {
	float: left;
	padding: 0 3px 2px 2px;
	margin: 5px 4px;
	border-radius: 10%;
	border: #ddd 1px solid
}

.snav li:hover {
	background-color: #005ead;
	color: #fff!important;
}

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

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

.main .imgBox img {
	width: 100%;
	height: 180px;
}

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

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

.main .imgBox p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}

.frp-news-list li {
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
}

.frp-news-list li:last-child {
	margin-bottom: 0;
}

.frp-news-list li .order {
	display: block;
	width: 20px;
	height: 20px;
	background: #d0d0d0;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

.frp-news-list li .order~a {
	padding-left: 10px;
	width: 90%;
}

.frp-news-list li .point {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: 10px;
	background-color: #8095bf;
	line-height: 20px;
}

.frp-news-list li .point~a {
	padding-left: 10px;
	width: 95%;
}

.frp-news-list li>a {
	display: block;
	float: left;
	width: 100%;
	font-size: 15px;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.g-white-box {
	padding-bottom: 10px;
}

.frp-news-list ul li:nth-of-type(1) span {
	background: #005ead;
}

.frp-news-list ul li:nth-of-type(2) span {
	background: #005ead;
}

.frp-news-list ul li:nth-of-type(3) span {
	background: #005ead;
}


/*专题*/

.LslideBox {
	width: 260px;
	height: 195px;
	position: relative;
	margin-bottom: 15px;
}

.LslideBox .tod {
	position: absolute;
	background: url(tbg.png) no-repeat;
	width: 60px;
	height: 40px;
	top: 20px;
	left: -5px;
	z-index: 8;
}

.LslideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 31%;
	bottom: 0;
	z-index: 10;
}

.LslideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.LslideBox .hd ul li {
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	line-height: 15px;
	background-color: #ddd;
	overflow: hidden;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
	border-radius: 50%;
}

.LslideBox .hd ul li.on {
	background: #005ead;
}

.LslideBox .bd li {
	position: relative;
}

.LslideBox .bd {
	height: 100%;
	z-index: 0;
}

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

.LslideBox .bd .pic img {
	width: 260px;
	height: 166px;
	display: block;
}

.LslideBox .bd .bg {
	position: absolute;
	z-index: 1;
	bottom: 0;
	background: url(../img/focusBoxbg.png) repeat-x bottom;
	width: 260px;
	height: 60px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.LslideBox .bd .tit {
	width: 100%;
	height: 50px;
	line-height: 20px;
	position: absolute;
	bottom: 0 !important;
	text-align: center;
	z-index: 2;
	color: #fff;
}

.LslideBox .bd .tit a {
	color: #fff;
}

.leftpic {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.leftpic .pic img {
	width: 260px;
	height: 166px;
	display: block;
}

.leftpic .txt-bg {
	position: absolute;
	bottom: 0;
	background: url(../img/focusBoxbg.png) repeat-x bottom;
	z-index: 1;
	height: 60px;
	width: 100%;
	filter: alpha(opacity=60);
	opacity: 0.6;
	overflow: hidden;
}

.leftpic .txt a {
	position: absolute;
	bottom: 15px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	z-index: 2;
}

.rightSidebar {
	width: 300px;
}

.dotList {
	padding: 0 0 10px 0;
}

.dotList li {
	width: 100%;
	text-align: left;
	line-height: 28px;
	background: url(../img/Left-Dot.png) left no-repeat;
	padding-left: 15px;
	box-sizing: border-box;
	white-space: nowrap;
}


/*右图切换*/

.slideBox {
	width: 300px;
	height: 195px;
	position: relative;
	margin-bottom: 10px
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 10;
	color: #FFF;
	font: italic 14px/18px Arial;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: absolute;
}

.slideBox .bd li a {
	color: #fff;
}

.slideBox .bd li .bg {
	position: absolute;
	z-index: 10;
	bottom: 0;
	background: url(../img/focusBoxbg.png) repeat-x bottom;
	width: 100%;
	height: 60px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slideBox .bd li .txt {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	font: normal 14px/120% \5FAE\8F6F\96C5\9ED1, Simhei;
	color: #FFF;
	text-align: left;
	margin-left: 15px;
}

.slideBox .bd li img {
	display: block;
	width: 300px;
	height: 195px;
}

.slideBox .prev,
.slideBox .next {
	width: 35px;
	height: 80px;
	top: 40%;
	margin: -20px 0 0;
	display: none;
	background: url(../img/btn.png) no-repeat 0 0;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
}

.slideBox .prev {
	left: -12px;
}

.slideBox .next {
	right: -12px;
	background-position: -35px 0;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.pageState span {
	font-size: 18px;
	color: #005ead;
}


/*新华访谈*/

.talking {
	padding-bottom: 15px;
}

.talking ul {
	margin: 0 10px;
	zoom: 1;
}

.talking ul li {
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.talking ul li img {
	margin-left: 10px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	vertical-align: middle;
}

.talking .pic_r {
	position: absolute;
	left: 130px;
	top: 0;
	line-height: 24px
}

.talking .pic_r em {
	display: block;
	font: bold 16px/30px \5FAE\8F6F\96C5\9ED1, Simhei;
}

.talking .pic_r i {
	font: normal 14px/1.3 \5FAE\8F6F\96C5\9ED1, Simhei;
	display: block
}

.talking ul li p {
	clear: both;
	font: normal 14px/1.1 \5FAE\8F6F\96C5\9ED1, Simhei;
	padding: 10px 0 10px 15px;
	background: url(../img/Left-Dot.png) left no-repeat;
	margin-left: 5px;
	white-space: nowrap;
}

.talking .dis_pi {
	display: none
}

.talking ul .last {
	border-bottom: 0;
}

.talking .on {
	height: 144px;
	position: relative;
	line-height: 30px;
	margin-top: 10px;
}

.talking .on a {
	color: #005ead;
}

.talking .on .dis_pi {
	display: block
}

.showMorehandle {
	text-align: center;
	font-weight: normal;
	color: #005ead
}


/*新推荐专题*/

.scrollBox {
	width: 1200px;
	padding: 0 0 20px 0;
	margin: 0 auto;
}

.scrollBox .piclist {
	overflow: hidden;
	zoom: 1;
}

.scrollBox .ohbox {
	overflow: hidden;
	position: relative;
	width: 1195px;
}

.scrollBox {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.scrollBox .piclist img {
	width: 180px;
	height: 115px;
}

.scrollBox .piclist li {
	float: left;
	display: inline;
	width: 180px;
	height: 115px;
	margin: 0 5px;
	padding: 5px;
}

.scrollBox .piclist li span {
	height: 20px;
	line-height: 20px;
	display: block;
	text-align: center;
}

.scrollBox .pageBtn span {
	background: url(../img/btn.png) no-repeat;
	width: 35px;
	height: 80px;
	position: absolute;
	top: 25%;
	margin: -20px 0 0;
	filter: alpha(opacity=10);
	opacity: 0.1;
	cursor: pointer;
	text-indent: -999em;
}

.scrollBox .pageBtn .prev {
	left: 0;
}

.scrollBox .pageBtn .next {
	right: 0;
	background-position: -35px 0;
}

.scrollBox .pageBtn span:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.scrollBox .pageBtn .list {
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 0 545px;
}

.scrollBox .pageBtn .list li {
	float: left;
	display: inline;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border-radius: 50%;
	margin-left: 10px;
	line-height: 10000px;
	overflow: hidden;
	background: #ddd;
}

.scrollBox .pageBtn .list li.on {
	background: #005ead;
}


/*瞬间图片*/

#iFocus .m-title {
	margin: 0;
}

#iFocus .tempWrap {
	margin: 0;
	margin-top: 0;
}

#iFocus {
	width: 1200px;
	position: relative;
	background: #000;
	margin: 0 auto;
}

#iFocus ul {
	border-top: 20px solid #F5F5F5;
	z-index: 88
}

#iFocus ul li {
	width: 1200px;
	overflow: hidden;
	position: relative;
	z-index: 81
}

#iFocus ul li a {
	position: relative;
	display: block;
	float: left;
	font-size: 16px;
	color: #fff;
	width: 33.333%;
	height: 260px;
}

#iFocus ul li a img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#iFocus ul li a .picBg {
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	z-index: 89;
	background: url(../img/focusBoxbg.png) repeat-x bottom;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#iFocus ul li a .picTxt {
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 90;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}

#iFocus .btn {
	width: 460px;
	position: absolute;
	height: 22px;
	left: 0;
	bottom: 15px;
	padding-left: 10px;
	text-align: right;
	z-index: 90
}

#iFocus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 12px;
	height: 12px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	background-color: #fff;
	margin-right: 10px;
}

#iFocus .btn span.on {
	background-color: #005ead;
}


/*主体区域*/

.B-Links p {
	text-align: left;
	font: normal 14px/24px \5FAE\8F6F\96C5\9ED1, Simhei;
}

.B-Links p a {
	margin: 6px 8px;
}


/*头部专题*/

.top_zt {
	width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
}

.top_zt ul {
	padding: 0 0 15px 0;
	overflow: auto;
	zoom: 1;
}

.top_zt ul li {
	width: 373px;
	float: left;
	margin: 20px 0 0 20px;
	display: inline;
	text-align: center;
}

.top_zt ul li a {
	display: block;
}

.top_zt ul li img {
	margin-bottom: 3px;
}


/*本网原创*/

.top_slider {
	background-color: #f1f1f1;
	height: 50px;
	border-top: #005ead solid 1px;
	margin-bottom: 12px;
}

.bwyc {
	height: 40px;
	width: 150px;
	background-color: #005ead;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
}

.bwyc a {
	color: #fff;
	background-color: #005ead;
}


/*新华社媒体矩阵*/

.languages {
	margin: 20px auto 0 auto;
	width: 580px;
	height: 80px;
}

.languages .xhWindow {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0;
	width: 580px;
	height: 80px;
}

.languages .xhWindow .xhWindow-nav {
	position: absolute;
	bottom: 20px;
	left: 6px;
	width: 570px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #5781d5;
	color: #fff;
	text-align: center
}

.languages .xhWindow .xhWindow-nav a {
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	color: #fff!important;
	padding: 0 22px
}

.languages .xhWindow .xhWindow-nav a:hover {
	color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#febd23), to(#fe9225));
	background-image: -webkit-linear-gradient(bottom, #febd23 0, #fe9225 100%);
	background-image: -moz-linear-gradient(bottom, #febd23 0, #fe9225 100%);
	background-image: linear-gradient(0deg, #febd23 0, #fe9225 100%);
	-webkit-box-shadow: 0 3px 13px 0 rgba(254, 148, 37, .3);
	-moz-box-shadow: 0 3px 13px 0 rgba(254, 148, 37, .3);
	box-shadow: 0 3px 13px 0 rgba(254, 148, 37, .3)
}

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

.detail_top {
	width: 100%;
}

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

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

.userCreateTime span {
	display: inline-block;
	color: #999;
	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;
}

.sty_margin {
	margin-top: 30px;
}


/*åº•éƒ¨*/

.footbgs {
	padding: 20px 0;
	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: #fff;
	box-shadow: 0 0 5px #87C4ED;
	background-size: 80%;
	/*	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: #005ead;
	border: 1px solid #005ead;
	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 {
	color: #333;
	font-size: 15px;
}

.post-navigation div:hover a {
	text-decoration: underline;
	color: #005ead;
}

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

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

.wrap_list {
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
}

.wrap_left {
	width: 860px;
	float: left;
}

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

.wrap_all_list {
	background-color: rgba(255, 255, 255, 1);
}

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

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

.entry-site {
	font-size: 16px;
	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;
	text-align: right;
}

.tuijian .zi_tiao {
	margin-top: 20px;
}

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

.loaction img {
	vertical-align: middle;
	padding-right: 5px;
	width: 25px;
}

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

.tuijian .side_tops {
	height: auto;
}

.tuijian .thumb-p {
	padding: 5px 10px;
	width: 49%;
	float: left;
	box-sizing: border-box;
}
.tuijian .thumb-p:nth-child(2n){
	float: right;
}

/*=======*/

.headTTs li h2 a,
.entry-title,
#iFocus ul li a .picTxt,
#iFocus ul li a .picBg,
.dotList li,
.post-navigation div a,
.bd_ul ul li a,
.TfocusBox .txt li a {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main .imgBox p,
.entry-site,
.FoScroll dd a,
.thumb-p p {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}