﻿@charset "UTF-8";

/* 1.共用样式，header,nav,title,footer部分,新闻列表
 * 2.工具类
 */


/*
正文字号：16px
文字颜色#333 弱化色#666
*/


/*通用样式*/

body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	text-decoration: none;
	color: #333;
}

li {
	list-style: none;
}

.c3 {
	color: #333333;
}

.c6 {
	color: #666666;
}

.c9 {
	color: #999999;
}

.c-ui {
	color: #2164B7;
}

.bgc-ui {
	background-color: #2164B7;
}

a:hover {
	color: #2164b7;
}

a {
	transition: all 0.5s;
}


/*body,html{    margin: 0;    padding: 0;    background: #fefefe;}
a{    text-decoration: none;}
ul,li{    list-style: none;    padding: 0;}*/


/***** 工具类 *****/


/* 单行省略 */

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* 清除浮动 */

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.clear-float:after {
	display: block;
	clear: both;
	content: "";
}

.clear-float {
	zoom: 1;
}


/* 禁止被选中 */

.no-selection {
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}


/* 内容宽度 */

.set-width {
	width: 1200px;
	margin: 24px auto;
}


/* 左侧蓝色边框 */

.border-left {
	border-left: 4px solid #2164B7;
}


/* 红色 */

.color-red {
	color: #d22929;
}


/* 设置footer */

html, body {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	/*给body设置最小宽度=可视区的宽度用以解决浏览器非最大化的情况和手机设备浏览的时候导致的可视区太小的问题*/
}

.container {
	min-height: 100%;
	box-sizing: border-box;
	/*padding-bottom: 125px;*/
}

.foot-cont {
	/*margin: -125px auto 0;*/
}


/***** header样式 *****/

.header {
	background-image: url("../images/header-bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 145px;
	overflow: hidden;
}

.head {
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size: 36px;
	margin-top: 34px;
}

.english-title{
	font-size: 14px;
}

.logo {
	float: left;
	margin-top: 6px;
}

.logo img {    
	width: 588px;
    height: 77px;
    margin-top: 40px;
}

.search {
	float: right;
	width: 320px;
	height: 42px;
	line-height: 42px;
	margin-top: 30px;
	margin-right: 20px;
    background: #89c5fd;
    margin-top: 64px;
	/*border: 1px solid rgb(33, 100, 183);*/
	border-radius: 10px;
}
#search-header-input{
    background: #89c5fd;
    position: relative;
}
#search-header-input:before{

	content:'';
	width: 1px;
	height: 16px;
	position: absolute;
	top: 14px;
	right: 0;
	background: #e0e0e0;	
}
#search-header-input::-webkit-input-placeholder{
	color:#0a65af;
}
.search-icon {
	float: left;
	display: inline-block;
	width: 50px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

.search-icon i {
	font-size: 24px;
	color: rgb(33, 100, 183);
	font-weight: bold;
}

.search-input {
	display: inline-block;
	height: 100%;
	overflow: hidden;
}

.search-input input {
	border: none;
	outline: none;
	width: 265px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 5px;
	font-size: 16px;
	color: #fff;
	font-family: "微软雅黑";
}

input::-webkit-input-placeholder {
	color: #999;
}


/***** footer样式 *****/

.fixed-foot {
	position: fixed;
	bottom: 0
}

#footerFrame {
	width: 100%;
	height: 121px;
	position: relative;
	bottom: -4px;
}

.footer {
	background: #024DB3;
}

.foot {
	margin: 0 auto;
	height: 95px;
	color: #fff;
	padding: 13px 0;
	text-align: left;
	line-height: 31px;
	position: relative;
}
.foot-wxcode{
	position: absolute;
	right: 0;
	top: 8px;
}

.footer-right {
	vertical-align: middle;
	height: 95px;
	line-height: 90px;
	font-size: 14px;
	float: right;
}

.f-img {
	display: table-cell;
	height: 100%;
	float: left;
	vertical-align: middle;
	margin-left: 20px;
}

.f-img img {
	vertical-align: middle;
}

.f-cont {
	float: left;
	height: 100%;
	margin-left: 20px;
	line-height: 24px;
	box-sizing: border-box;
	font-size: 14px;
}

.footer-right a {
	margin-left: 10px;
}


/***** nav样式 *****/

.hover {
	background: #2164b7;
  	margin-left: 0px;
}

.nav-bg {
	background: rgb(33, 100, 183);
    border-top: 4px solid rgb(33, 100, 183);
}

.nav {
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
}

.nav li {
	float: left;
    width: 12.5%;
	text-align: center;
	position: relative;
	height: 48px;
}
.nav>li:before{
	content:'';
	width: 1px;
	height: 16px;
	position: absolute;
	top: 16px;
	right: 0;
	background: #e0e0e0;
}
.nav>li:last-child:before{
	width: 0px;
}
.nav-sub li{
}
.nav li i.iconfont {
	margin-right: 10px;
	line-height: 0;
}

.nav li a {
	font-size: 18px;
	display: block;
    color: #fff;
	font-weight: bold;
}

.nav li:hover {
	background-color: #0a65af;
	/*background-color: #2D6CBA;*/
	color: #fff;
}
.nav .hover:after,
.nav .hover:hover:after{
	content:'';
	width: 1px;
	height: 16px;
	position: absolute;
	top: 16px;
	left: -1px;
}
.nav .hover:after{
	background: #0a65af;
}
.nav .hover:hover:after{
    background: #e0e0e0;
}
.nav>li:first-child:hover:after {
    width: 0px;
}
.nav li.hover a{
    color: #0a65af;
    height: 48px;
    background: #fff;
}
 .nav>li:hover a {
    color: #fff;
    background: #0a65af;
}

.nav .nav-sub {
	position: absolute;
	display: none;
	top: 48px;
    width: 100%;
	z-index: 9999;
}

.nav :hover .nav-sub {
	display: block;
}

.nav-sub li {
	background-color: #2D6CBA;
	transition: all 0.5s;
	width: 100%;
}

.nav-sub li:hover {
	background-color: #1478db;
}

.nav-sub li a {
	font-size: 16px;
	display: block;
    height: 100%;
}


/***** 共用title *****/

.common-title {
	height: 45px;
	width: 100%;
	line-height: 45px;
	box-sizing: border-box;
	/*border-left: 4px solid rgb(33, 100, 183);*/
	/*padding-left: 18px;*/
	padding-left: 27px;
	color: rgb(33, 100, 183);
	font-size: 20px;
	font-weight: 600;
}

.common-title:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 19px;
	margin-left: -15px;
	margin-right: 9px;
	margin-top: -5px;
	background: #2164B7;
	vertical-align: middle;
}


/***** 共用下边框 *****/

.l-title {
	/*border-bottom: 2px solid #79A2D3;*/
	border-bottom: 1px solid #ccc;
}


/***** 文章列表样式 *****/

.com-ul {
	padding: 10px;
}

.com-li {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.wsdw-cont .com-li {
	height: 40px;
	line-height: 40px;
}

.com-li a:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin-right: 8px;
	/*background-color: rgb(204, 204, 204);*/
	background: url("../images/icon_news_list.png") center no-repeat;
	vertical-align: middle;
	margin-top: -38px;
	/*display: none;*/
}
	.wsdw-cont .com-li:hover span:before{
	 content: '';
    display: inline-block;
    position: absolute;
    width: 8px;
    top: 17px;
    margin-left: -20px;
    height: 8px;
    border-radius: 8px;
    /* margin-right: 8px; */
    /* background-color: rgb(204, 204, 204); */
    background: url('../images/ds.png') center no-repeat;
    /* vertical-align: middle; */
    /* margin-top: -38px; */
	}
.com-li:hover a .com-cont
/*, .com-li:hover a .com-time*/

{
	color: #2164B7;
}


/*.com-li:hover a:before{*/


/*background-color: #79A2D3;*/


/*}*/

.com-li {
	display: inline-block;
	width: 100%;
}

.com-li .com-time {
	float: right;
	font-size: 14px;
}

.com-cont {
	display: inline-block;
	width: 380px;
}

.com-time {
	display: inline-block;
	width: 90px;
}


/***** 导航地址 *****/

.loc {
	/*height: 50px;*/
	/*line-height: 50px;*/
	height: 30px;
	line-height: 30px;
	margin: 15px auto 0;
	box-sizing: border-box;
	padding-left: 12px;
	color: #2164b7;
	/*font-size: 20px;*/
	/*font-weight: 600;*/
	font-size: 14px;
	font-weight: 500;
}

.loc .loc-icon {
	position: relative;
	top: -2px;
	/*font-size: 22px;*/
	font-size: 14px;
}

.loc-url a {
	color: #2164b7;
}

.loc-url span {
	color: #999;
}


/***** 分页 *****/

.pages {
	margin: 0 auto;
	text-align: right;
}

.pages .layui-laypage {
	font-size: 14px;
}

.pages .layui-laypage .layui-laypage-count {
	font-size: 16px;
	width: auto;
	padding: 0 20px;
	background: #fefefe;
}

.pages .layui-laypage a, .pages .layui-laypage span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin: 0 5px;
	box-sizing: border-box;
	background-color: rgb(236, 237, 239);
}

.pages .layui-laypage .layui-laypage-limits {
	width: auto;
	background: #fefefe;
}

.layui-laypage select {
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}

.pages .layui-laypage .layui-laypage-skip {
	width: auto;
	background: #fefefe;
}

.pages .layui-laypage button, .pages .layui-laypage input {
	height: 40px;
}

.pages .layui-laypage a.layui-laypage-next, .pages .layui-laypage a.layui-laypage-prev {
	color: #2164B7;
	background: #fefefe;
	border: none;
}

.pages .layui-laypage a.layui-laypage-next .iconfont, .pages .layui-laypage a.layui-laypage-prev .iconfont {
	font-size: 22px;
	font-weight: 600;
}

.pages .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #2164B7;
}
.nav-sub li:hover a {
    background: #1478db !important;
}
.hovers:before{
	display: none !important;
}
/* 公用板块样式 */
.plate-box .plate-header{
	overflow: hidden;
	clear: both;
	height: 40px;
	background: #F5F5F5;
}
.plate-header .plate-header-title{
	background: #0366C3;
	line-height: 40px;
	color: white;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	float: left;
}
.plate-header-link{
	float: right;
	line-height: 40px;
	font-size: 16px;
	color: #0366C3;
	padding: 0 20px;
}
.plate-header-link>a{
    color: #0366C3;
}
.plate-box .plate-body{
	padding: 20px;
	border: 1px solid #ececec;
	border-top: none;
}
.plate-list>li{
	line-height: 52px;
	padding-right: 165px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.plate-list>li .list-icon{
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url("../images/css-sp.png") 0 -139px;
    position: relative;
    margin-right: 5px;
    top: 4px;
}
.plate-list>li .plate-list-right{
	position: absolute;
	right: 0;
	top: 0;
}
.plate-header-icon{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url("../images/css-sp.png");
	position: relative;
	top: 8px;
	margin-right: 5px;
}
.text-ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 公用板块样式 结束 */
.text-center{
	text-align: center;
}
table{
	border-collapse: collapse;
}
.examRemainingTime{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	float:right;
	margin-right:20px;
	
}
.examRemainingTime span{
	font-size:26px;
	letter-spacing:2px ;
}