*{
	margin: 0;
	padding: 0;
	border: 0;
}
#main-nav{
	background-color: #143270;
	height: 50px;
	width: 100%;
}
.navbar{
	height: 50px;
	width: 100%;
}
#wp_nav_w2{
	height: 50px;
}
.wp_nav .nav-item a {
	z-index: 1;
}
.wp_nav .nav-item .mark{
	z-index: 0;
}
.nav-item{
	line-height: 49px;
	height: 49px;
	width: 100px;
}
.nav-item:hover>a{
	background-color: rgb(157,119,2);
	color: #fff !important;
}
.nav-item>a{
	color: #fff;
	font-size: 15px;
	background-color: #143270 ;
	text-align: center !important;
}
.sub-nav{
	background: #e8e8e8;
	padding: 5px 0;
	box-sizing: content-box;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.sub-nav>.nav-item>a,.sub-nav>.nav-item{
	width: 98px;
	height: 36px;
	background: #e8e8e8;
	line-height: 36px;
       border-top: 0 !important;
       color: #143270 !important;
}
.sub-nav>.nav-item>a:hover{
	background-color: rgb(208,208,208) !important;
}
#header>.container>.row img{
	height:90px;
}
#header-carousel{
	background-color: #143270;
	/*height: 400px;*/
	width: 100%;
}
.Carousel{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 400px;
}
.Carousel img{
	height:400px;
	width:100%;
	position: absolute;
}
.Caro-control{
	width: 60px;
	height: 80px;
	background: #666;
	position: absolute;
	opacity: 0.4;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.Carousel .Caro-control:first-of-type{
	left: 0;
}
.Carousel .Caro-control:last-child{
	right: 0;
}
.Caro-control:hover{
	opacity: 0.8;
}
.Caro-control>i{
	font-size: 24px;
	color: white;
	line-height: 80px;
}
@media only screen and (max-width: 768px){
	.Carousel,.Carousel img{
		height: 150px;
	}
	.Caro-control{
		height: 0;
	}
}
#welcome{
	background: #eaeae8;
	height: 50px;
	width: 100%;
	line-height: 50px;
	overflow: hidden;
}
#news-arousel{
	margin-top: 40px;
	/*height: 320px;*/
	width: 100%;
	background-color: gray;
}
#news-arousel .focus-container,#news-arousel .sudyfocus_w2{
	width: 100%;
	height: 321px!important;
}
#Search input[type=text]{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color:#fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px
	    rgba(0,0,0,.075);
	    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#Search input[type=submit]{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	height: 34px;
	margin-left: 10px;
	margin-top: -3px;
}
#Search input[type=submit]:hover{
	background-color: rgb(230,230,230);
}
.news-header{
	border-bottom: 1px #bcbcbc solid;
	width: 100%;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	margin-top: 20px;
}
.news-header h3 {
    color: #016599;
    font-size: 18px;
    font-weight: 900;
    float: left;
}
.news-header h3>span:last-child {
    color: #666;
    font-size: 15px;
    font-weight: 900;
}
.more_btn{
	transform: translateY(10px);
}
.date {
    width: 94px;
    height: 60px;
    border: 1px solid #edebeb;
}
.date_time, .date_year {
    line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.date_time {
    font-family: georgia;
    color: #666;
}
.date_year {
    background: #016599;
    color: #fff;
}
.newnr{
	padding-left: 100px;
}
.newnr h3 {
    font-size: 14px;
    font-weight: 900;
    color: #016599;
    margin: 0;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}
.newnr p {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    min-height: 16px;
}
.tztit {
    display: block;
    margin-left: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    font-size: 14px;
    color: #333;
}
#friendlink{
	background: #1a3d84;
	margin-top: 30px;
	width: 100%;
}
ul>li {
    list-style: none;
}
#friendlink>.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
#friendlink ul li {
    float: left;
    padding: 10px;
}
#friendlink ul li a {
    color: #bcd0f8;
    font-size: 14px;
    padding: 20px;
    line-height: 36px;
}
@media only screen and (max-width: 768px){
	.yqlja {
		width: 100%;
	}
}
.article-list .news-info{
	line-height: 42px;
	padding: 0px 20px;
    display: block;
    line-height: 42px;
    padding: 0px 20px;
    background: url(/_upload/tpl/05/e6/1510/template1510/images/ls1.png) no-repeat 5px 0;
}
.article-list .news-info:first-child{
	background: url(/_upload/tpl/05/e6/1510/template1510/images/ls0.png) no-repeat 5px 0;
}
.article-list .news-info:last-child{
	background: url(/_upload/tpl/05/e6/1510/template1510/images/ls2.png) no-repeat 5px 0;
}
.article-list .news-info:nth-child(odd) {
    background-color: #f2f2f2;
}
.time {
    color: #0661A8;
    float: right;
    font-family: georgia;
    font-size: 15px;
}
#footer{
	background: #143270;
	padding-top: 20px;
	/*height: 90px;*/
	width: 100%;
	text-align: center;
}
#footer p {
    color: #fff;
    font-size: 14px;
}
.listmenu h3 {
    background: #143270;
    color: #fff;
    font-size: 19px;
    line-height: 40px;
    padding: 10px;
    margin-top: -60px;
}
.listmenu ul li.active {
    background: #f2f2f2;
}
.listmenu ul li a {
    padding: 10px;
    line-height: 32px;
    font-size: 14px;
    color: #143270;
    width: 100%;
    display: block;
}
.list-head {
    border-bottom: 2px solid #004374;
    overflow: hidden;
}
.list-head .pull-left {
    font-size: 19px;
    color: #143270;
}
.list-head span {
    line-height: 56px;
    color: #666;
}
.list-head span {
    line-height: 56px;
    color: #666;
}
.listnr {
    padding: 40px 20px;
}
.hdlist {
    overflow: hidden;
    display: block;
    padding: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}
a {
    color: #428bca;
    text-decoration: none;
}
.hdnr {
    width: auto;
}
.hdnr h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    color: #143270;
	margin-bottom:5px;
}
.hdnr p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
	color: #333;
}
.hdnr span {
    font-size: 12px;
    color: #666;
}
.active:hover>a{
	background: white;
}
.article-content h3 {
    font-size: 24px;
    color: #843534;
	text-align: center;
    margin-bottom: 20px;
}
.arti_metas{
	text-align: center;
}
#hotnews{
	height: 184px;
	width: 342px;
	background-color: darkgray;
	opacity: 0.8;
	position: fixed;
	z-index: 1000;
	top: 50%;
	right: 0;
	border-radius: 5px;
	padding:0 10px;
}
.hotnews-header{
	border-bottom: 1px white solid;
	width: 100%;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
}
.hotnews-header h4{
	color: #016599;
	font-size: 18px;
	font-weight: 900;
	line-height: 40px;
}
#hotnews .hotnews-img img{
	height: 90px;
	width:100%;
}
.hotnews-content{
	height: 98px;
	padding-top: 10px;
}
.close_hotnews{
	font-size: 28px;
	line-height: 64px;
	cursor: pointer;
}
.hotnews-info p:first-of-type{
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hotnews-info p:last-of-type{
	margin: 0;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.hotnews-info p a{
	color: black;
}
.hotnews-info p a:hover{
       color: rgb(34,156,247);
}
.hotnews-info p:first-of-type a{
       font-size: 14px;
       font-weight: 900;
}
.hotnews-info p:last-of-type a{
       font-size: 12px;
}
.focus-title{
       top:-16px!important;
}
/* 
       如需配置友情链接及轮播图，请将注释掉下面的样弄17
*/
.getinfo{
	display: none;
}