﻿body {
    background: url(../body.jpg) no-repeat top;
    background-size: 100% 100%;
}
input{
    -webkit-box-shadow:0 0 0 1000px transparent inset !important;
}

.container {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.mt24 {
    margin-top: 10px;
}

.mt40 {
    margin-top: 40px;
}

.mod {
    height: 100%;
}

.mod {
    width: 48.5%;
    height: 100%;
}

.modl {
    float: left;
}

.modr {
    float: right;
}

.modl2 {
    float: left;
    width: 40%
}

.modz2 {
    float: left;
    width: 29%;
    background: #fff;
    margin: 0 0 0 1%;
    padding: 0.5% 1% 1% 1%;
}

.modr2 {
    float: right;
    width: 29%;
    background: #fff;
    margin: 0 0 0 1%;
    padding: 0.5% 1% 1% 1%;
}


/** index **/


/* 头部 */

.head {
    height: 200px;
}

.head .container {
    padding: 30px 0;
}

.logo {
    width: 60%;
    height: 110px;
    float: left;
}

.logo img {
    height: 100%;
    margin-top: 15px
}

.headRBox {
    display: inline-block;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}

.headRBox a {
    font-size: 12px;
    color: #000;
	background: #fff;
	border-radius: 20px;
	padding: 5px 10px;
}
.headRBox a:hover{
	font-size: 12px;
	color: #fff;
	background: #015293;
	border-radius: 20px;
	padding: 5px 10px;
}

.headRBox a:hover {
    font-size: 12px;
    color: #fff;
    background:#015293; 
}

.headRBox span {
    margin: 0 2px;
}


/* 导航 */

.navbar {
    height: 60px;
    background: #015293;
}

.navbar ul li {
    display: block;
    width: 144px;
    height: 60px;
    line-height: 60px;
    float: left;
    position: relative;
}

.navbar ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.navbar ul li a:hover,.navbar ul li a:active {
    background: #286cb9;
    animation: 1s fadeIn ease-in;
}

.navbar ul li .drop_down_menu {
    width: 400px;
    height: 260px;
    padding: 10px;
    background: #015293;
    opacity: 0.9;
    position: relative;
    z-index: 999;
    display: none;
}

.navbar ul li .drop_down_menu li {
    width: 190px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.navbar ul li .drop_down_menu li.long {
    width: 190px;
}

.navbar ul li .drop_down_menu li a {
    padding: 0 2px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding-left: 7px;
}

.navbar ul li a:hover+.drop_down_menu,
.navbar ul li:hover>.drop_down_menu {
    display: block;
}

.search {
    width: 260px;
    height: 38px;
    margin-top: 11px;
    float: right;
    border-radius: 50px;
    background: #19639e;
    position: relative;
}

.search input {
    width: 200px;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    border-radius: 50px;
    background: #19639e;
    float: left;
    color: #fff;
	border:0px;
}

.search button {
    width: 44px;
    height: 38px;
    float: right;
    background: url(../search_bg.png) no-repeat center;
	border:0px;
}

.navbar ul li .drop_down_menu2 {
    width: 150px;
    height: 220px;
}

.navbar ul li .drop_down_menu2 li.long {
    width: 130px;
}

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}


/* 新闻 */

.newsBox {
    height: 305px;
}

.picSlideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.picSlideBox .hd {
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 1;
}

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

.picSlideBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.picSlideBox .hd ul li.on {
    background: #f00;
}

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

.picSlideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.picSlideBox .bd li a.picSlideBox_a_title {
    display: block;
    width: 100%;
    height: 68px;
    padding-left: 2%;
    padding-right: 16%;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
}

.picSlideBox .bd img {
    width: 100%;
    height: 343px;
    display: block;
}

.picSlideBox .prev,
.picSlideBox .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 30px;
    height: 60px;
}

.picSlideBox .next {
    left: auto;
    right: 0;
    background-position: 8px 5px;
    background: url(../right_btn.png) no-repeat;
}

.picSlideBox .prev {
    background: url(../left_btn.png);
}

.picSlideBox .prev:hover,
.picSlideBox .next:hover {}

.texSlideBox {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.texSlideBox .hd {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #015293;
    position: relative;
}

.texSlideBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
}

.texSlideBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    width: 100px
}

.texSlideBox .hd ul li a {
    color: #000;
}
.texSlideBox .hd ul li span {
    color: #000;
    float: right;
    position: relative;
}

.texSlideBox .hd ul li.on {
    height: 48px;
    width: 138px;
    background: url(../tt.png) no-repeat 0px 15px
}

.texSlideBox .hd ul li.on a {
    color: #000;
    font-size: 18px;
    padding-left: 6px;
    font-size: 18px;
    font-weight: bold
}
.date4 {
    font-size: 12px;
    color: #999;
    float: right;
    text-align: right;
    margin-top: 0px;
}

.texSlideBox .bd ul {
    padding-top: 12px;
    zoom: 1;
}

.texSlideBox .bd li a {
    color: #343434;
    font-size: 14px;
    float: left;
    width: 83%;
    background: url(../a_bg.png) no-repeat 0px 13px;
    display:-webkit-box;/*对象作为伸缩盒子模型展示*/
	-webkit-box-orient:vertical;/*设置或检索伸缩盒子对象的子元素的排列方式*/
	word-break:break-all;/*强制换行*/
	-webkit-line-clamp:2;/*显示的行数*/
	overflow:hidden;	/*隐藏超出的内容*/
    text-overflow: ellipsis; /*省略号(...)*/
    padding-left: 14px;
}

.texSlideBox .bd li {
    line-height: 32px;
}

.texSlideBox .bd li .date {
    float: right;
    color: #999;
    padding-left: 2%;
    font-size: 12px;
    font-weight: normal;
    width: 13%;
}


.texSlideBox .bd li a:hover {
    color: #015293;
    text-decoration: underline;
    background: url(../a_hover.png) no-repeat 0px 13px;
    padding-left: 14px;
}


/* 快捷导航/近期考试 */

.navExm {
    height: 170px;
    padding: 20px;
    background: #fff;
}

.navExm div,
.navExm a {
    display: block;
    float: left;
}

.navExm div {
    width: 20px;
    height: 150px;
    padding-top: 19px;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.jqks {
    margin: 0 10px;
}

.lh150 {
    line-height: 160px;
}


/* 默认6列的时候 */

#navExm6 a {
    width: 150px;
    height: 150px;
    border-radius: 3px;
    margin: 0 16px;
    text-align: center;
    color: #fff;
    position: relative;
}

/* 默认7列的时候 */

#navExm7 a {
    width: 120px;
    height: 150px;
    border-radius: 3px;
    margin: 0 16px;
    text-align: center;
    color: #fff;
    position: relative;
}
/* 默认8行 */
#navExm8 a {
    width: 105px;
    height: 150px;
    border-radius: 3px;
    margin: 0 16px;
    text-align: center;
    color: #fff;
    position: relative;
    box-shadow: 5px 3px 2px rgba(0, 0, 0, 0.2)
}
#navExm8 a:last-child{
    margin-right: 0;
    padding-right: 0px;
    float: right
}
.ml10{
    margin-left: 30px;
}

.navExm a.kjdh_a img {
    display: block;
    width: 35px;
    margin: 32px auto 0;
}

.navExm a.kjdh_a span {
    line-height: 40px;
}

.navExm a.ptgkwsbm span,
.navExm a.gdk span,
.navExm a.xinj span,
.navExm a.xinj8 span {
    line-height: 22px;
    display: block;
    text-align: center;
}

.navExm a.ptgkwsbm span {
    margin-top:10px;
    padding: 10px;
}

.navExm a.gdk span {
    margin-top:10px;
    padding: 10px;
}

.navExm a.xinj span {
    margin-top: 10px;
    padding: 10px;
}
.navExm a.xinj8 span {
    margin-top: 10px;
    padding: 10px;
}

.ksbm {
    background: #065ea4;
}

.cjcx {
    background: #0d6ebc;
}

.zytb {
    background: #197dcd;
}

.lqcx {
    background: #2891e6;
}



.ptgkwsbm {
    background: #369ca0;
}

.gdk {
    background: #279d91;
}

.xinj {
    background:#279d91;
}
.xinj8 {
    background:#56c495;
}

.btnHover:hover {
    animation: 1s pulse ease-in;
    background: #015293
}


/* 考试类Tab切换 */

.tabsBox {
    height: 600px;
    padding: 32px 0 30px;
    background: url(../tabs_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.tabsSlideBox {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 2%;
}

.tabsSlideBox .hd {
    height: 55px;
    padding: 3px 0px;
    line-height: 30px;
    background: #fff;
    position: relative;
    border-bottom: 2px solid #015293;
}

.tabsSlideBox .hdBottn {
    height: 52px;
    padding: 0px 0px;
    line-height: 30px;
    background: #fff;
    position: relative;
    border-top: 2px solid #015293;
    border-bottom: 0
}

.tabsSlideBox .hd ul {
    float: left;
}

.tabsSlideBox .hd ul li {
    float: left;
    padding: 0 11px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
}

.tabsSlideBox .hd ul li.on {
    background: #015293 url(../h.png) no-repeat 50% 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 50px;
}

.tabsSlideBox .hdBottn ul li.on {
    background: #015293 url(../hb.png) no-repeat 50% 3px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 50px;
}

.tabsSlideBox .hd ul li a {
    color: #585858;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px
}

.tabsSlideBox .hdBottn ul li a {
    color: #585858;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px
}

.tabsSlideBox .hd ul li.on a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.tabsSlideBox .hdBottn ul li.on a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.tabsSlideBox .bd {
    width: 98%;
    height: 360px;
    margin: 20px 1%;
    padding-bottom: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bdBox {
    clear: both;
}
.items2 {
    width: 48.5%;
    height: 214px;
}
.items3 {
    width: 31.5%;
    height: 214px;
}


.items4 {
    width: 48.5%;
    height: 270px;
    overflow: hidden;
}

.modmdl {
    float: left;
    margin: 0 2.75%;
}

.itemTit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #c9c8cc;
}

.itemTit4 {
    border-bottom: 2px solid #3f5ed3;
}

.itemTit h4 {
    float: left;
    width: 150px;
}
.itemTit2 h4 {
    float: left;
    width: 150px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    background: url(../tt.png) no-repeat 0px 15px;
    border: 0;
    padding-left: 15px;
    padding-top: 5px;
}
.itemTit2{
    border-bottom: 1px solid #015293;
    height: 50px;
}

.itemTit a {
    float: right;
    color: #7c7c7e;
    font-size: 12px;
    font-weight: normal;
}


.itemTit a:hover {
    color: #3f5ed3;
}

.bdBox ul {
    margin-top: 14px;
}

.bdBox ul li {
    line-height: 61px;
    display: inline-block;
    width: 100%;
}

.bdBox ul li a {
    color: #555;
    font-size: 14px;
    background: url(../a_bg.png) no-repeat 0px 12px;
    padding-left: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 80%;
    float: left;
}
.date{
    float: right;
    color: #999;
    font-size: 12px;
    margin-top: -14px;
}

.bdBox ul li a:hover {
    color: #3f5ed3;
    background: url(../a_hover.png) no-repeat 0px 12px;
    padding-left: 14px;
}
.fggg {
    margin-top: 15px;
}
.fggg li a{
    width: 90%;
    float: left;
    color: #000;
    background: url(../a_bg.png) no-repeat 0px 17px;
    line-height: 32px;
    padding: 5px 0 5px 14px;
    font-size: 14px;
}
.fggg li a:hover{
    width: 90%;
    float: left;
    color: #015293;
    background: url(../a_hover.png) no-repeat 0px 17px;
    line-height: 32px;
    padding: 5px 0 5px 14px;
    font-size: 14px;
}
.date2 {
    font-size: 12px;
    color: #999;
    width: 10%;
    float: right;
    text-align: right;
    margin-top: 10px;
}


/* 广告位1/广告位2 */

.zar {
    height: 160px;
}

.zar2 {
    height: 120px;
}
.zar3 {
    height: 275px;
    overflow: hidden;
}
.zar5 {
    height: 86px;
}

.zarSlideBox {
    width: 100%;
    height: 100%;
    padding:0;
    overflow: hidden;
    position: relative;
    background: #fff
}

.zarSlideBox2 {
    border: 1px solid #efefef;
    height: auto;
}
.zarSlideBox3 {
    border: 1px solid #efefef;
}
.zarSlideBox5 {
    border: 1px solid #efefef;
}

.zarSlideBox .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    bottom: 10px;
    z-index: 1;
}

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

.zarSlideBox .hd ul li {
    float: left;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d1d1;
    cursor: pointer;
}

.zarSlideBox .hd ul li.on {
    background: #286cb9;
}

.zarSlideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    top: 0px;
    background: #fff;
}

.zarSlideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    padding: 5px;
}

.zarSlideBox .bd li a {
    display: inline-block;
    width: 18.98%;
    height: auto;
    margin: 4px 0.34%;
    color: #000;
    overflow: hidden;
}
.ac10 .bd li a {
    display: inline-block;
    width: 19.4%;
    height: auto;
    margin: 4px 1px;
    color: #000;
    overflow: hidden;
}

.zarSlideBox .bd li a img{
    width: 100%;
    height:100% ;
    display:block;
}

.zarSlideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.zarSlideBox .bd img:hover {
    animation: 1s pulse ease-in;
}
.newsTit{
    color: #000;
    font-size: 18px;
    padding-left: 6px;
    font-size: 18px;
    font-weight: bold;
    background: url(../tt.png) no-repeat 0px 15px;
    border: 0;
    padding-left: 15px;
    padding-top: 5px;
}
.newsTit a {
    float: right;
    color: #7c7c7e;
    font-size: 12px;
    font-weight: normal;
}


/* 底部 */

/* 无缝轮播 */
.picsBox{ 
    height: 80px; 
    background: #eff4f8;
    margin-top: 50px
}
.picsSlideBox{ 
    overflow:hidden; 
    position:relative;
}
.picsSlideBox .hd{ 
    position: absolute; 
    left: 0; 
    top: 43%; 
    margin-top: -15px; 
    overflow:hidden; 
    width: 100%; 
    height:40px; 
    line-height: 40px; 
    padding:0 10px; 
}
.picsSlideBox .hd .prev,.picsSlideBox .hd .next{ 
    display:block;
     width:20px; 
     height: 40px; 
     text-align: center; 
     overflow:hidden; 
     cursor:pointer;
    }
.picsSlideBox .hd .prev{ 
    float: left;
    background: url(../lBtn.png) no-repeat;
    background-size: 100% 100%;
 }
.picsSlideBox .hd .next{ 
    float:right;
    background: url(../rBtn.png) no-repeat;
    background-size: 100% 100%;
}
.picsSlideBox .hd ul{ 
    float:right; 
    overflow:hidden; 
    zoom:1; 
    margin-top:10px; 
    zoom:1; 
}
.picsSlideBox .hd ul li{ 
    float:left;  
    width:9px; 
    height:9px; 
    overflow:hidden; 
    margin-right:5px; 
    text-indent:-999px; 
    cursor:pointer; 
    background:url("../icoCircle.gif") 0 -9px no-repeat; 
}
.picsSlideBox .hd ul li.on{ 
    background-position:0 0;
 }
.picsSlideBox .bd{ 
    padding:15px 31px;
 }
.picsSlideBox .bd ul{
     overflow:hidden; zoom:1; 
    }
.picsSlideBox .bd ul li{
     margin:0 8px; 
     float:left;
      _display:inline; 
      overflow:hidden; 
      text-align:center; 
    }
.picsSlideBox .bd ul li .pic{ 
    text-align:center; 
}
.picsSlideBox .bd ul li .pic img{ 
    width:268px; 
    height:auto; 
    display:block; 
 }
 .pic001 img{
     width: 100%;
     height: 100%;
     display: block
 }

.jyb_slct {
    width: 140px;
}

.jyt_slct {
    width: 180px;
    margin-left: 20px;
}

.zsks_slct {
    width: 200px;
    margin-left: 20px;
}

.foot {
        width: 100%;
        padding: 30px 0;
        background: #dee8f1;
        display: inline-block;
}

.footl {
    width: 28%;
    height: 100%;
	float:left;
}

.footr {
    width: 50%;
    height: 100%;
	float:left;
}
.footrr {
    width: 10%;
    height: 100%;
	float:right;
}
.footr ul {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #706f6d;
    font-weight: bold;
    font-size: 18px;
}

.footr ul li {
    float: left;
}

.footr ul li span {
    margin: 0 6px;
}

.footr ul li a {
    color: #706f6d;
    font-weight: bold;
    font-size: 14px;
}

.footr ul li a:hover {
    color: #015293;
    font-weight: bold;
    font-size: 14px;
}

.footr p {
    line-height: 30px;
    color: #706f6d;
    font-size: 14px;
}

.cle {
    clear: both;
}
.blue {
    color: #015293
}

/** index **/

/* 大于1920时候 */
@media (min-width:1920px) {
    .container {
        max-width: 1500px;
    }
    .zar {
        height: 190px;
    }
/* 默认6列的时候 */

    #navExm6 a {
        width: 201px;
        height: 150px;
        border-radius: 3px;
        margin: 0 16px;
        text-align: center;
        color: #fff;
        position: relative;
    }
    
    /* 默认7列的时候 */
    
    #navExm7 a {
        width: 165px;
        height: 150px;
        border-radius: 3px;
        margin: 0 16px;
        text-align: center;
        color: #fff;
        position: relative;
    }
    /* 默认8行 */
    #navExm8 a {
        width: 143px;
        height: 130px;
        border-radius: 3px;
        margin: 0 16px;
        text-align: center;
        color: #fff;
        position: relative;
    }
    #navExm8 a:last-child{
        padding-right: 0px;
        margin-right: 0px;
        float: right
    }
    .ml10{
        margin-left: 26px;
    }
    .navExm a.xinj span {
        margin-top:10px;
    padding: 10px;
    }
    .navExm a.xinj8 span {
        margin-top:10px;
    padding: 10px;
    }
	.tabsSlideBox .hd ul li {
	    float: left;
	    padding: 0 25px;
	    cursor: pointer;
	    height: 50px;
	    line-height: 50px;
	    margin: 0 7px;
	}
	.tabsSlideBox .hdBottn ul li a {
	    color: #585858;
	    font-size: 18px;
	    font-weight: bold;
	    letter-spacing: 1px;
	    padding: 0px 6px;
	}
	.bdBox ul li {
        line-height: 48px;
        height:48px;
	}
	.items4 {
	    width: 48.5%;
	    height: 320px;
	}
    .picsSlideBox{ 
        overflow:hidden; 
        position:relative;
        top:0px; 
    }
    .zar3 {
        height: 325px;
        overflow: hidden;
    }
    .zarSlideBox3 .bd {
        position: relative;
        height: 100%;
        z-index: 0;
        top: 0px;
    }
    .zar5 {
        height: 102px;
    }
    .picsBox{ 
        height: 100px; 
        background: #eff4f8;
        margin-top: 0px
    }
    .picsSlideBox .bd ul li .pic img{ 
        width:343px; 
        height:auto; 
        display:block;  
    }
    .bdBox ul li a {
        color: #555;
        font-size: 14px;
        background: url(../a_bg.png) no-repeat 0px 8px;
        padding-left: 14px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        line-height: 22px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .bdBox ul li a:hover {
        color: #3f5ed3;
        background: url(../a_hover.png) no-repeat 0px 8px;
        padding-left: 14px;
    }
    .date{
        float: right;
        color: #999;
        font-size: 12px;
        margin-top: -17px;
    }
    /* .zarSlideBox78 .bd li a {
        display: inline-block;
        width: 19.3%;
        height: auto;
        margin: 4px 0.34%;
        color: #000;
        overflow: hidden;
    } */
    /* .vb .bd li a {
        display: inline-block;
        width: 19%;
        height: auto;
        margin: 4px 0.34%;
        color: #000;
        overflow: hidden;
    } */
    /* .zarSlideBox .bd li a {
        display: inline-block;
        width: 19.4%;
        height: auto;
        margin: 4px 1px;
        color: #000;
        overflow: hidden;
    } */
    /* .ac10 .bd li a {
        display: inline-block;
        width: 19.4%;
        height: auto;
        margin: 4px 1px;
        color: #000;
        overflow: hidden;
    } */
	
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .container {
        max-width:100%;
        padding: 1%;
    }
    .zarSlideBox .bd li a {
        display: inline-block;
        width: 18.4%;
        height: auto;
        margin: 4px 0.5%;
        color: #000;
        overflow: hidden;
    }
    .picSlideBox .bd li a.picSlideBox_a_title  {
        display: block;
        width: 100%;
        height: 61px;
        padding-left: 2%;
        padding-right: 21%;
        line-height: 33px;
        color: #fff;
        font-size: 16px;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .navbar ul li {
        width: 15%;
        line-height: 35px;
    }
    .search {
        width: 25%;
        margin-top: 1px;
    }
    .zar {
        height:auto;
    }
    .zar5 {
        height: 77px;
    }
    .search input {
        width: 50%;
    }
    .navExm {
        height: 200px;
        padding: 1px;
    }
    .jqks{
        padding-right: 0px
    }
    /* 默认6列的时候 */

    #navExm6 a {
        width: 10%;
        height: 150px;
        border-radius: 3px;
        margin: 0 16px;
        text-align: center;
        color: #fff;
        position: relative;
    }

    /* 默认7列的时候 */

    #navExm7 a {
        width: 8%;
        height: 150px;
        border-radius: 3px;
        margin: 0 16px;
        text-align: center;
        color: #fff;
        position: relative;
    }
    /* 默认8行 */
    #navExm8 a {
        width: 19.7%;
        height: 132px;
        border-radius: 3px;
        margin: 7px 16px;
        text-align: center;
        color: #fff;
        position: relative;
    }
    #navExm8 a:last-child {
        margin-right: 0;
        padding-right: 0px;
        float: left;
        
    }
    .kjdh {
        width: 20px;
        height: 105px;
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
    }
    .jqks {
        width: 20px;
        height: 105px;
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
    }
    #navExm8 a:nth-child(7){
        padding-left: 0px;
        margin-left: 7px;
    }
    .navExm a.kjdh_a img {
        display: block;
        width: 35px;
        margin: 35px auto 0;
    }
    .navExm a.ptgkwsbm span {
        margin-top: 30px;
    }
    .navExm a.gdk span {
        margin-top: 24px;
    }
    .navExm div {
        width: 20px;
        height: 105px;
        font-weight: normal;
        padding: 0;
        color: #000;
        font-size: 16px;
    }
    .tabsSlideBox .hd ul li.on a {
        font-size: 14px;
    }
    .tabsSlideBox .hd ul li {
        float: left;
        padding: 0 2px;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        margin: 0 5px;
    }
    .tabsSlideBox .hd ul li a {
        font-size: 12px;
    }
    .ml20{
       margin-left: 0px
    }
    .navExm a.ptgkwsbm span, .navExm a.gdk span, .navExm a.xinj span,.navExm a.xinj span {
        line-height: 17px;
    }
    .tabsBox {
        height: 600px;
        padding: 15px 0 30px;
    }
    .mt24 {
        margin-top: 0px;
    }
    .items4 {
        width: 48.5%;
        height: 250px;
        overflow: hidden;
    }
    .picsSlideBox .bd {
        padding: 6px 31px;
    }
}

@media (max-width:767px){
    .container {
        max-width:100%;
    }
    .xiLan img{
        width: 100%;
        height: auto;
        display: block;
    }
    
    .foot{
        display: none
    }
    .footMo{
        background: #efefef;
    padding: 0;
    margin: 0;
    height: 100px;
    text-align: center;
    display: inline-block;
    width: 100%;
    }
    .head {
        height: 100px;
    }
    .logo {
        width: 60%;
        height: 110px;
        float: none;
    }
    .logo img {
        height: 55%;
        margin-top: 0px;
        margin-left: 15px;
    }
    .headRBox{
        display: none
    }
    .navbar {
        height: 40px;
        background: #015293;
    }
    .navbar ul li {
        width: 20%;
        height: 40px;
        line-height: 40px;
        float: left;
        position: relative;
    }
    .navbar ul li a {
        font-size: 14px;
        font-weight: normal
    }
    .search{
        display: none
    }
    .drop_down_menu{
        display: none
    }
    .drop_down_menu2{
        display: none
    }
    .newsBox {
        height: 219px;
    }
    .modl2{
        width: 100%;
        height: 210px;
    }
    .modz2{
        width: 98%;
        margin-left: 1%;
        height: 300px;
    }
    .modr2{
        width: 98%;
        margin-left: 1%;
        float: left;
        height: 300px;
    }
    .mtNum {
        display: block;
    }
    .zarSlideBox {
        width: 100%;
        height: auto;
        padding: 0px 0px 14px 0px;
        overflow: hidden;
        position: relative;
        background: #fff;
        display: contents;
    }
/*    
    .Btn7 {
        margin-top:0;
    } */
    .picSlideBox .bd img {
        width: 100%;
        height: 220px;
        display: block;
    }
    .picSlideBox .bd li a.picSlideBox_a_title {
        display: block;
        width: 100%;
        height: 60px;
        padding-left: 2%;
        padding-right: 16%;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .navExm {
        height: 0px;
        padding: 10px;
        background:transparent;
    }
    
    .zar2 {
        height: 250px;
    }
    
    .zarSlideBox .bd li a {
        display: block;
        width: 48%;
        height: auto;
        margin: 3px 1%;
        float: left;
    }
    .zar5 {
        height: 194px;
    }
    .sksBox{
        display: none
    }
    .navExm{
        clear: both;
    }
    .navExm a.xinj span {
        margin-top: 0px;
    }
    .navExm a.xinj8 span {
        margin-top: 0px;
    }

/* 默认6列的时候 */

#navExm6 a {
    width: 22%;
    height: 90px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0px;
    font-size: 14px;
    margin: 5px
}
#navExm6 a:nth-child(7){
    width: 46% !important;
    height: 90px;
}
#navExm6 a:nth-child(8){
    width: 46% !important;
    height: 90px;
}

/* 默认7列的时候 */

#navExm7 a {
    width: 100%;
    height: 48px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0px;
    font-size: 14px;
    margin: 5px
}
#navExm7 a:nth-child(7){
    width: 100% !important;
    height: 50px;
}
#navExm7 a:nth-child(8){
    width: 100% !important;
    height: 65px;
}
#navExm7 a:nth-child(9){
    width: 100% !important;
    height: 65px;
}
/* 默认8行 */
#navExm8 a {
    width: 22%;
    height: 90px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0px;
    font-size: 14px;
    margin: 5px
}
#navExm8 a:nth-child(7){
    width: 100% !important;
    height: 50px;
}
#navExm8 a:nth-child(8){
    width: 100% !important;
    height: 50px;
}
#navExm8 a:nth-child(9){
    width: 100% !important;
    height: 47px;
}
#navExm8 a:nth-child(10){
    width: 100% !important;
    height: 50px;
}
#navExm8 a:last-child{
    width: 100% !important;
    height: 50px;
}
.navExm div {
    width:100%;
    height: 20px;
    padding: 0px;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin: 0
}
    .navExm a.kjdh_a img {
        display: block;
        width: 35px;
        margin: 9px auto 0;
    }
    .navExm a.ptgkwsbm span {
        margin-top: 0px;
    }
    .navExm a.gdk span {
        margin-top: 0px;
    }
    .kszxBox{
        padding: 0px;
        border: 0;
    }
    .zarSlideBox3 .bd li a{
        background: #f5f5f5;
        font-size: 14px;
        padding: 10px 0;
        display: block;
        width: 48%;
        height: auto;
        margin: 3px 1%;
        text-align: center;
        color: #000;

    }
    .zarSlideBox77 .bd li a {
        background: #fff;
        font-size: 14px;
        padding: 0;
        display: block;
        width: 48%;
        height: auto;
        margin: 3px 1%;
        text-align: center;
        color: #000;
    }
    .zarSlideBox3 .bd li a:active{
        background: #015293;
        color: #fff;

    }
    .items4 {
        width: 96%;
        margin: 0 auto;
        margin-left: 2%;
        height: 345px;
    }
    .items5 {
        width: 96%;
        margin: 0 auto;
        margin-right: 2%;
        height: 345px;
    }
    .zar3 {
        width: 96%;
        margin:  0 auto;
        height: 672px;
        overflow: hidden;
    }
    .fggg li a {
        width: 80%;
        float: left;
        color: #000;
        background: url(../a_bg.png) no-repeat 0px 17px;
        line-height: 32px;
        padding: 5px 0 5px 14px;
        font-size: 14px;
        display:-webkit-box;/*对象作为伸缩盒子模型展示*/
        -webkit-box-orient:vertical;/*设置或检索伸缩盒子对象的子元素的排列方式*/
        word-break:break-all;/*强制换行*/
        -webkit-line-clamp:2;/*显示的行数*/
        overflow:hidden;	/*隐藏超出的内容*/
        text-overflow: ellipsis; /*省略号(...)*/
    }
    .date2 {
        font-size: 12px;
        color: #999;
        width: 20%;
        float: right;
        text-align: right;
        margin-top: 10px;
    }
    .picLunbo{
        display: none
    }
    .footr {
        width: 96%;
        height: 100%;
        margin:  0 auto;
    }
    .foot {
        height: 325px;
        padding-top: 20px;
        background: #dee8f1;
        margin-top: 10px;
    }
    .picL{
        display: none
    }
    .picR{
        padding-top: 25px;
    }
    
    
    
}
/* 大于769时候  考试中心14个考试类不显示*/
@media (min-width:768px){
    .kszxBox{
        display: none
    }
    .footMo{
        display: none;
    }
    /* .zarSlideBox3{
        display: none
    } */
}
/* 概览样式 */
.mbx{
    font-size: 14px;
    color: #000;
    margin: 10px;
}
.mbx a{
    color: #286cb9;
}
.gailan{
    background: #fff;
    padding: 20px;
    display:inline-block;
    height: 100%;
    width: 100%;
}
.glLeft{
    width: 22%;
    float: left;
}
.glLeft ul li{
    list-style: none;
    margin: 4px 0px;
    text-align: center
}
.glLeft ul li:first-child{
    background: #286cb9;
    font-size: 20px;
    padding: 15px 0px;
    color: #fff;
    font-weight: bold
}
.glLeft ul li a{
    background: #f3f3f3 url(../gl.png) no-repeat 20px 20px ;
    display: block;
    font-size: 18px;
    color: #000;
    padding: 15px 0px;
    
}
.glLeft ul li:hover a{
    background: #4b8dd8 url(../glh.png) no-repeat 20px 20px ;
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 15px 0px;
    
}
#ejlm{
    background: #559ae9 url(../glh.png) no-repeat 20px 20px ;
    color: #fff;
    display: block
}
.glRight{
    width: 75%;
    float: right
}
.date3 {
    font-size: 12px;
    color: #999;
    float: right;
    text-align: right;
    margin-top: 10px;
}
.line{
    clear: both;
    border-bottom: 1px solid #efefef;
    padding: 10px 0px;
}
/* 细揽 */
.xiLan{
    border-top: 3px solid #5390d7;
}
.gailan-xlTit{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.time-souce{
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #Efefef;
    padding-bottom: 20px;
    margin-top: 20px;
}
.xiCon{
    font-size: 16px;
    line-height: 36px;
    margin-top: 20px;
}
.wzgl{
    width: 100%;
}

@media (max-width:767px){

    .gailan {
        background: #fff;
        padding: 10px;
        display: inline-block;
        height: 100%;
        width: 100%;
    }
    .glLeft{width: 100%}
    .glLeft ul li:first-child {
        background: #286cb9;
        font-size: 14px;
        padding:10px 0px;
        color: #fff;
        font-weight: bold;
    }
    .glLeft ul li a{
        background: #f3f3f3;
        display: block;
        font-size: 14px;
        color: #000;
        padding:5px 7px;
        float: left;
        margin: 0px 15px 5px 0px;
    }
    .glLeft ul li:hover a{
        background: #286cb9 ;
        color: #fff;
        display: block
    }
    .glRight{
        width: 100%;
        float: left
    }
    .outIndex{
        margin-top: 10px;
    }
    .gailan-xlTit{
        font-size: 18px;
    }
}

.ejRight1{
    width: 75%;
    padding:0px;
}
.ejRight1 ul li{
    width: 100%;
    line-height: 30px;
    height: auto;
}
.ejRight1 ul li:nth-child(odd){
    background: #f5f5f5;
}
.ejRight1 ul li a{
    color: #015293;
    font-size: 14px;
    text-overflow:ellipsis;
    width: 85%;
    margin: 0 auto;
    line-height: 20px;
    padding: 10px 0px;
    display: block;
}
.ejRight1 ul li:hover,
.ejRight1 ul li a:hover{
    background: #015293;
    display: block;
    color:#fff;
}
.lieBiao{
    width: 100%; 
    padding: 0;
}

/* 飘窗 */
.pcycdj{
    width: 30px;
    height: 85px;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 19px;
    padding-top: 8px;
    background: #1887e0;
    position: fixed;
    bottom:30%;
    display: block;
    right: 150px;
    z-index: 999;
    transition: all .4s ease;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}
.pcyc{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position:fixed;
    bottom:30%;
    right:-2px;
    width:150px;
    z-index: 998;
    transition:all .2s ease;
    overflow:hidden;
    border: 1px solid #ccc;
    background: #fff;
    
}
.pcccc{
    float:left;
    overflow:hidden;
    text-align: center;
    background: #fff;
    padding: 5px;
    max-height: 800px;
    
}
.weiZhi{
    background: #015293;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.weiZhi a{
    color: #fff;
}
.jqks:hover{
    color: #015293;
    text-shadow: 2px 1px 2px #a6a6a6
}


/* 之前html 文件里面站过来的*/

.a-container {
	border: 1px solid #efefef;
	margin: 0 auto;
	display: table;
	margin-top: 20px;
	margin-bottom: 20px;
}

.a-right ul {
	vertical-align: middle;
}

.a-left {
	width: 5%;
	float: left;
}

.tt {
	background: #3279da;
    width: 43px;
    color: #fff;
    height: 159px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-table;
    padding: 31px 0px;
    writing-mode: tb-rl;
    line-height: 43px;
}

.a-right {
	float: left;
	width: 95%;
	border: 1px solid #efefef;
	padding: 14px 0px;
}

.a-right ul li {
	list-style: none;
	float: left;
	padding: 5px 7px;
	background: #f5f5f5;
	margin: 5px 10px;
	border: 1px dashed #ccc;
}

.a-right ul li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.a-right ul li a:hover {
	font-size: 14px;
	color: #3279da;
}

/*2021年9月29日修改--敖日其楞*/

.zarSlideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    padding: 0px;
}

.zarSlideBox .bd li a {
    box-sizing: border-box;
    width: 20%;
    height: auto;
    color: #000;
    overflow: hidden;
    display: inline-flex;
    margin: 5px -3px;
    padding: 0px;
}

.zarSlideBox .bd li a img {
    width: 96%;
    height: 96%;
    display: block;
}

.fenye_2021{
	padding:15px;
	margin:10px 0px;
	color:#333;
	font-size:14px;
}
.fenye_2021 a {
    color: #333;
    padding: 5px 12px;
    border: 1px solid #efefef;
    font-size: 14px;
    border-radius: 3px;
    line-height: 50px;
    margin: 0px 3px;
}



@media (max-width:767px){
	
.glLeft ul li a {
    background: #f3f3f3;
    display: block;
    font-size: 14px;
    color: #000;
    float: left;
	width:48%;
	padding:10px 0px;
	margin:3px 3px;
}
.glLeft ul li:hover a{
    background: #286cb9;
    display: block;
    font-size: 14px;
    color: #fff;
    float: left;
	width:48%;
	padding:10px 0px;
	margin:3px 3px;
}
.fggg li a {
    width: 70%;
}
#ejlm {
    background: #559ae9 url(../glh.png) no-repeat 18px 13px;
    color: #fff;
    display: block;
}
.zarSlideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    padding: 0px;
    width: 100%;
}
.a-left {
    width: 100%;
    float: left;
}
.tt {
    background: #3279da;
    width: 100%;
    color: #fff;
    height: 40px;
	line-height:40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
	writing-mode: initial;
    padding:0px;
	margin-top:15px;
	
}
.a-right {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 5px 0px;
	padding-left: 5px;
}
.zar {
   height:auto;
}
.zarSlideBox .bd li a {
    margin: 1px 0px;
}
.a-right ul li {
    list-style: none;
    float: left;
    padding: 10px 5px;
    width: 48%;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin: 2px 2px;
}
.ksItem1 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 20px;
}
.ksItem2 {
    width: 100%;
    float: right;
    margin-bottom: 30px;
    margin-top: 0px;
}
.zz_yc .zz_yc_r .zz_yc_three ul li a {
    color: #000;
    font-weight: normal;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    padding:10px;
}
}
.gnban{
    position: relative;
    top: 4px;
    margin-right: 5px;
}
