@charset "utf-8";
html{font-size: 100%; /* 默认16px */}
*{margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;outline: 0;background: transparent;font-family: microsoft yahei;}
table,caption,tbody,tfoot,thead,tr,th,td {vertical-align: middle;}
li {list-style: none outside none;}
:focus {outline: 1;}
nav ul {list-style: none;}
blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: "";content: none;}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #383838;
	text-decoration: none;
}
a:hover,a:focus {
	text-decoration: none !important;
}
ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input,select {
	vertical-align: middle;
}
img{
    max-width: 100%;
}

.td-flex{display: flex;}
.td-jc-sa{justify-content: space-around;}
.td-jc-sb{justify-content: space-between;}
.td-jc-c{justify-content: center;}
.td-ai-c{align-items: center;}
body{
    background: url(../images/index_bg.jpg) center top no-repeat;
    background-size:550px;
}

.wap_top{display: block;background: #f0f0f0;font-size: 14px;line-height: 36px;}
.wap_top ul{display: flex;justify-content: space-between;padding:0 5px}
.wap_top ul li a{padding:0 5px;white-space: nowrap;}
.head .top{height: 35px;line-height: 35px;font-size: 15px;justify-content: space-between;padding: 0 10px;background-color: #20a7e7;}
.head .top a{color: #fff;}
.head .logo{padding: 30px 0;}
.head .logo img{width: 70%;display: block;margin: 0 auto;}
.head .search{width:70%;height: 35px;margin: 0 auto;border: 2px solid #2bdaff;border-radius: 3px;padding: 3px;background:url(../images/icon_search.png) no-repeat left center #fff;background-size:35px 30px;}
.head .search .searchSelect{width: 130px;height: 35px;font-size:16px;padding-left:22px;font-weight: bold;overflow: hidden;}
.search .searchInfor{width: 154px;height: 35px;line-height: 35px;font-size: 16px;border: transparent;outline: none;background: transparent;padding-left: 30px;}
.search .searchBtn{width:80px;height: 35px;background: transparent;border: none;cursor: pointer;background:#1fa6e7;color: #fff;text-align: center;border-radius: 4px;}
.head .nav ul{background-color: #0084bc;margin-top: 60px;height: 90px;}
.head .nav ul a{color: #fff;}
.head .nav ul li{flex: 1;text-align: center;}
.head .nav ul li .item{line-height: 45px;}
body.UseInMobile .head .nav ul li:nth-child(3n){
    padding-right: 16px;
}

.main{margin: 30px 20px;background-color: #fff;}
.main .toutiao{padding: 20px;}
.main .toutiao .hd{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.main .toutiao .hd a{color: #0084bc;font-size: 26px;}
.main .toutiao .bd{margin-top: 10px;}
.main .toutiao .bd p{color: #515151;}
.main .toutiao .redText a{color: #0084bc;}


.focusnews {
	position: relative;
	width: 100%;
	max-width: 700px;
	height: 260px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

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

.focusnews .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

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

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

.focusnews .txt li a {
	display: block;
	width: 72%;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.focusnews .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}

.focusnews .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}
.focusnews .num li.ariafontcontent {
	height: 28px;
}

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

.focusnews .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusnews .num li.on a,
.focusnews .num a:hover {
	background: #f60;
}

.index_part{margin-top: 10px;}
.index_part .hd{line-height: 35px;flex-wrap: wrap;}
.index_part .hd .title{font-size: 16px;position: relative;margin-right: 15px;font-weight: bold;color: #6f6f6f;}
.index_part .hd .on{color: #0084bc;}
.index_part .hd .title:after {
    content: "";
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    right: -8px;
    bottom: 9px;
    background: #b5b5b5;
    }
.index_part .hd .title:last-child:after{background:none}
.index_part .bd ul li{display: flex;justify-content: space-between;line-height: 150%;margin-top: 10px;}
.index_part .bd ul li a{width: 203px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index_part .bd ul li span{
    font-size: 14px;
}
.index_part .more{background-color: #ededed;height: 40px;line-height: 40px;text-align: center;margin-top: 15px;}

.ztzl{margin-top: 20px;}
.ztzl .row{display: flex;margin-top: 5px;}

.index_box .hd{background: url(../images/title.png) no-repeat center bottom;text-align: center;height: 40px;margin-top: 15px;color: #0084bc;font-weight: bold;}
.xxgk .bd ul{flex-wrap: wrap;justify-content: space-around;}
.xxgk .bd ul li{background: #0084bc;width: 48%;padding-left: 1%;margin-top: 10px;line-height: 45px;box-sizing: border-box;font-size: 14px;}
.xxgk .bd ul li a{
    white-space: nowrap;
    color: #fff;
}

.bsfw .onething{margin-top: 10px;}
.bsfw .conZpyc a{background: url(../images/bs_icon.png) #cde8f6 no-repeat 17% 50%;height: 60px;line-height: 20px;padding: 0 15px 0 51px;display: flex;align-items: center;font-size: 13px;text-align: center;white-space: nowrap;flex: 1;}
.bsfw .conZpyc a:last-child{
    margin-left: 10px;
}
.bsfw .conZpyc {margin-top: 10px;}
.bsfw .conFwsxqd{
    margin-top: 10px;
}
.bsfw .conFwsxqd a{background: url(../images/bs_icon.png) #cde8f6 no-repeat 28% 50%;height: 60px;line-height: 20px;padding: 0 15px 0 35%;display: flex;align-items: center;white-space: nowrap;}
.bsfw .conWsbsdt{background: url(../images/bs_icon2.png) #cde8f6 no-repeat 28% 50%;line-height: 60px;padding:0 15px 0 40px;text-align: center;margin-top: 10px;}
.bsfw .ariaskiptheme{color: #006d9c;}
.bsfw .conBsList{margin-top: 10px;}
.bsfw .conBsList ul{
    flex-wrap: wrap;
}
.bsfw .conBsList ul li{background: url(../images/bs_icon.png) #cde8f6 no-repeat 10% 50%;line-height: 50px;width: 33%;box-sizing: border-box;}
.bsfw .conBsList ul li a{
    white-space: nowrap;
    margin-left: 30%;
}
body.UseInMobile .conBsList ul li a{
    margin-left: 35%;
}
body.UseInMobile .conBsList ul li{
    background: url(../images/bs_icon.png) #cde8f6 no-repeat 28% 50%;
}
.bsfw .conFwList{margin-top: 10px;}

.zmhd{margin-top: 10px;}
.zmhd .hd .write{background: url(../images/bs_icon.png) no-repeat 10% 50%;padding:0 0 0 40px;}
.zmhd .botm{margin-top: 20px;}
.zmhd .botm .botm-l{flex: 1;border: 2px solid #cfcfcf;box-sizing: border-box;padding: 5px;margin-right: 5px;}
.zmhd .botm .botm-r{flex: 1;background-color: #0086bf;}
.zmhd .botm .botm-r a{display: block;background-color: #19b9ff;border-radius: 5px;width: 100px;height: 25px;line-height: 25px;color: #fff;margin: 8px auto;text-align: center;}
.zmhd .bd ul li{
    flex-direction: row-reverse;
}
.zmhd .bd ul li a{}
.zmhd .bd ul li span{
    flex-shrink: 0;
}

.ver ul{display:flex;justify-content: space-between;margin-top: 10px;}
.ver ul li{width: 43%;height:50px;line-height: 50px;text-align: center;background:#19b9ff}
.ver ul li a{color:#fff}

.foot{background-color: #0084bc;color: #fff;text-align: center;padding: 30px 0;font-size: 14px;line-height: 170%;}
.foot a{color: #fff;}
.foot .zfbs{margin-top: 20px;}