﻿a{cursor:pointer;}
._top{
	height:100px;width:100%;/*background: linear-gradient(to bottom, black, 20%, #243939);*/
}
._center{
	width:100%;background-color:black;
}
._bottom{min-height:300px;width:100%;overflow:auto;}
.opts{width:100%;height:40px;float: left;padding-right:100px; line-height: 60px;}
.logbtns{padding: 10px 15px 0px 100px;float: left;}
.logbtns a{
	width:20%;
	color:white;
	display: inline-block;
	outline: none;
	border:0px;
	border-radius:0px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 17px/100% Microsoft YaHei, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	/*
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	*/
	padding:0px 50px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	height: 47px; line-height: 47px;
	border-radius: unset;
}
.btn-not-on{
	background: -ms-linear-gradient(top, #1c3053, #1c3053);        /* IE 10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#1c3053), to(#1c3053));
	background: -moz-linear-gradient(top,  #1c3053,  #1c3053);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c3053', endColorstr='#1c3053');
}
.logbtns a:hover,.logbtns button:focus,.logbtns button:active,.btn-on{
	outline:none;
	color:#ddd;border:unset;
	background: -ms-linear-gradient(top, #1c3053, #438cbc); 
	background: -webkit-gradient(linear, left top, left bottom, from(#1c3053), to(#438cbc));
	background: -moz-linear-gradient(top,  #1c3053,  #438cbc);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c3053', endColorstr='#438cbc');
}
.logo{
	float: right;
    height: 40px;
    padding-right: 60px;
    position: relative;
}

._center-imgs{
	width:100%;
	height:330px;
	position:relative;
}
._center-imgs img{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.link{text-align:right;}
.link a{color:#3f6485;}
.link a i{padding-right:2px;}
.link > li + li:before {
	padding: 0 5px;
	color: #627c7f;
	content: "|";
}
.link > li {
	display: inline-block;
}
.title{height:50px;padding:15px 0px 2px 0px;border-bottom: 1px solid #8181ad;}
.title a{height:30px;line-height:30px;font-size:17px;}
.title span{font-size:15px;color:gray;}
.conts{width:100%;}
.conts img{float:left;width:30%;}
.conts > div,.conts > ul{float:left;width:70%;padding:10px;}
ul li{
	list-style-type:none;
}
.conts > ul li > i:before {
	content: "\f0da";
}
.conts > ul li > i{
	padding-right:4px;
	color: #467fa8;
}
.xw-cols a:first-child,.xw-cols a:first-child:hover{color:black;text-decoration:none;
	font-weight:bold;
	border-radius:2px;
	background: -webkit-gradient(linear, left top, left bottom, from(#eff2f8), to(#dbdbdb));
	background: -moz-linear-gradient(top,  #eff2f8,  #dbdbdb);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2f8', endColorstr='#dbdbdb');
}
.xw-cols a{
    margin-top: 5px;
	border: 1px solid #ddd;padding: 0px 15px;
	display:block; width: 100%;height:45px;line-height:45px;
}
.xw-cols a i:before {
	content: "\f0da";
	font-size:12px;
	padding-left:15px;
	padding-right:2px;
}
.xw-cols a:not(:first-child):hover,.btn-news-alive{background-color: #23527c;color:white;text-decoration:none;}
.title a{text-decoration:none;}
.title a:hover{text-decoration:none;color:#7c55d7;}
.title-news {
	width:100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.title-news .txt {
    color: #686868;
	width: 10%;
	font-size: 15px;
	font-weight: bold;
    vertical-align: middle;
}
.title-news .line {
    display: inline-block;
	width:90%;
    border-top: 1px solid #ccc ;
	margin-left: 20px;
}
.news-imgs img{width:100%;height:100%}
.btn_2 ul{padding: 0px 35px 0px 20px;}
.btn_2 ul li{font-size:14px;padding:5px 0px;}
.btn_2 ul li > i:before {
	content: "\f2dc";
	font-size:12px;
	padding-right:2px;
}
.news-imgs img{height:280px;}
.news-item li{padding:2px;color:#337ab7;cursor:pointer;}
.news-item li>div:hover,.news-item li:hover,.news-item li>span:hover{text-decoration:underline;}

.btn_3 .news-imgs p{font-size: 13px;}