* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: #014a96;
}

img {
    border: none;
}

ul li {
    list-style: none;
}

body {
    font-size: 16px;
    font-family: "Î¢ÈíÑÅºÚ";
    width: expression(document.body.clientWidth <=1250? "1250px" : "auto"
        );
    min-width: 1250px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.topBG {
    width: 100%;
    min-width:
        1350px;
    height: 170px;
    background: url(/images/side_bg.png) no-repeat center;
    background-size: cover;
    background-position: 100% 50%;
}

.w1250 {
    width: 1500px;
    margin: 0 auto;
}

.logoBox {
    display: block;
    width: 500px;
    height: 150px;
    margin-top: 15px;
    margin-left: 40px;
    background: url(/images/logo.png) no-repeat left center;
}

.yuanxunBox {
    width: 500px;
    height: 149px;
    margin-top: 20px;
    margin-left: 100px;
    background: url(/images/yuanxun.png) no-repeat left center;
}

.searBox {
    width: 220px;
    height: 58px;
    margin-top: 110px;
    margin-right: 10px;
}

.seaTxt {
    width: 185px;
    margin-right: 7px;
    line-height: 38px;
    color: #5e5e5e;
    font-size: 14px;
    border: none;
    background: none;
    text-indent: 15px;
    border-bottom: 1px solid #d4d4d4;
}

.seaBtn {
    width: 35px;
    height: 35px;
    background: url(/images/searchBtn.png) no-repeat center;
    border: none;
}

.navBox {
    width: 100%;
    background: #2764b3;
    height: 65px;
}

.menu {
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
    height: 61px;
    width: 100%;
    min-width: 1350px;
    background: #2764b3;
    display: flex;
    justify-content: center;
    padding-left: 20px;
}

.menu .center {
    width: 1350px;
}

.menu .ul-list {
    display: flex;
    margin: 0px;
    padding: 0px;
    width: 1500px;
    height: 60px;
}

.menu .ul-list>li {
    flex: auto;
    position: relative;
    width: 100px;
}

.menu .ul-list>li:last-child {
    border-right: none;
}

.menu .ul-list>li>a {
    font-weight: 600;
    font-size: large;
    display: flex;
    height: 40px;
    width: 100px;
    color: white;
    background-color: #2764b3;
    line-height: 40px;
    text-align: center;
    padding: 10px 10px;
}

.menu .ul-list>li>a:hover {
    background-color: #2e56ba;
}

.menu .ul-list>li:hover .ol-list {
    display: block;
}

.menu .ul-list>li {
    float: left;
}

.menu .ol-list {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    background: #2764b3;
    width: 100%;
}

.menu .ol-list>li>a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .ol-list>li>a:hover {
    background: #fff;
    color: #000000;
}


.bannerBox {
    width: 100%;
    height: 375px;
}

#full-screen-slider {
    width: 100%;
    height: 375px;
    float: left;
    position: relative
}

#slides {
    display: block;
    width: 100%;
    height: 375px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#slides li {
    display: block;
    width: 100%;
    height: 375px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 30%;
    top: 340px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0
}

#pagination li {
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #FFF
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #0092CE
}




.mid_conBox {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 36px 0;
}

.mid_con1 {
    overflow: hidden;
    margin-bottom: 25px;
}

.mid_con1 ul {
    display: float;
    padding
}

.mid_con3 {
    height: 400px;
}

.mid_con4 {
    height: 200px;
    margin-top: 20px;
}

.jdt {
    width: 650px;
    height: 385px;
}

.txyw {
    width: 560px;
    height: 385px;
}

.titBox {
    height: 43px;
    margin-bottom: 16px;
    border-bottom: 2px solid #2764b3;
}

.tit {
    display: block;
    font-size: 20px;
    color: #333;
}

.tit span {
    display: inline-block;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
    text-transform:
        uppercase;
    font-size: 12px;
    color: #2764b3;
    background: url(/images/enBG.png) no-repeat center;
}

.t_more {
    display: block;
    color: #2764b3;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 8px;
    background: url(/images/more.png) no-repeat left center;
}

.mid_con1 ul li {
    width: 370px;
    float: left;
}

.txyw_ul {}

.txyw_ul li {
    line-height: 50px;
    background: url(/images/list_ico.png) 2px center no-repeat;
}

.txyw_ul li a {
    color: #333;
    font-size: 17px;
    padding-left: 20px;
}

.txyw_ul li a:hover {
    color: #2764b3;
}

.txyw_ul li span {
    float: right;
    color: #2764b3;
    font-size: 13px;
}

.txyw_ul .li_one {
    height: 90px;
    background: none;
    border-bottom: 1px dashed #d8d8d8;
    margin-bottom: 5px;
}

.txyw_ul .li_one h3 {
    height: 30px;
    line-height: 30px;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.txyw_ul .li_one h3 a {
    padding: 0;
    color: #333;
    font-size: 16px;
}

.txyw_ul .li_one h3 a:hover {
    color: #2764b3;
}

.txyw_ul .li_one p {
    color: #5d5c5c;
    height: 35px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
}

.xzzx_ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #d8d8d8;
    background: url(/images/list_icoXZ.png) 2px center no-repeat;
}

.xzzx_ul li a {
    color: #333;
    font-size: 15px;
    padding-left: 25px;
}

.xzzx_ul li a:hover {
    font-weight: bold;
    color: #2764b3;
}

.xzzx_ul li span {
    float: right;
    color: #5e5e5e;
    font-size: 13px;
}

.xyfc {
    width: 470px;
}

.xyfc_ul li {
    padding: 3px 0px;
    padding-bottom: 0;
    display: block;
    margin-bottom: 8px;
    line-height: 25px;
    font-weight: bold;
}

.xyfc_ul li .dateBox {
    float: left;
    line-height: 22px;
    color: #2764b3;
    font-size: 14px;
    padding-right: 14px;
    margin-right: 16px;
    background: url(/images/xian.png) right center no-repeat;
}

.xyfc_ul li .dateBox i {
    display: block;
    color: #2764b3;
    font-size: 22px;
    font-style: normal;
}

.xyfc_ul li a {
    color: #092016;
    font-size: 17px;
}

.xyfc_ul li p {
    line-height: 25px;
    color: #848484;
    font-size: 13px;
}

.xyfc_ul li a:hover {
    color: #2764b3;
}

.stu_fc,
.tzgg {
    width: 470px;
}

.stu_fc_ul .li_one {
    height: 115px;
    padding-top: 13px;
}

.stu_fc_ul .li_one .li_img {
    width: 153px;
    height: 106px;
    margin-right: 13px;
}

.stu_fc_ul .li_one .li_Txt {
    width: 200px;
    height: 106px;
}

.stu_fc_ul .li_one .li_Txt span {
    float: none;
}


.cxcy_ul .li_one {
    height: 120px;
    padding-top: 8px;
}

.cxcy_ul .li_one span {
    float: none;
}

.sjyr_ul {
    width: 1250px;
    overflow: hidden;
    margin-top: 17px;
}

.sjyr_ul li {
    float: left;
}

.sjyr_ul a {
    cursor: default;
}

.footBox {
    width: 100%;
    height: 175px;
    background: #eeeeee;
}

.footL {
    width: 1050px;
    padding-top: 30px;
}

.link_top {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}

.footL ul {}

.footL ul li {
    float: left;
    width: 160px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 18px;
    background: #d9d9d9;
}

.footL ul li a {
    display: block;
    line-height: 50px;
    text-indent: 16px;
    text-align: left;
    font-size: 15px;
    font-weight: bolder;
    color: #333;
}

.footL ul li a:hover {
    font-size: 17px;
}

.footL ul li a img {
    float: left;
    margin-left: 10px;
    margin-top: 11px;
}

.footR {
    width: 450px;
    height: auto;
    padding-top: 27px;
}


.ztlm_tit {
    margin-top: 30px;
    font-size: 14px;
    height: 52px;
    padding-top: 13px;
    padding-left: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #ce7e13;
    border-left: 1px solid #bda873;
}

.ztImgBox img {
    margin-left: 20px;
}


.footR a {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    padding-right: 10px;
}

.banquanBox {
    width: 100%;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #2764b3;
}

.bqTxt {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

.bqLink {
    width: 245px;
    height: 35px;
    background: url(/images/linkBG.png) no-repeat left center;
    color: #fff;
    line-height: 35px;
    text-align: left;
    text-indent: 50px;
}

.nei_bannerBox {
    width: 100%;
    height: 385px;
    background: url(/images/nei_banner.png) center no-repeat;
}

.nei_tit {
    width: 205px;
    text-indent: 50px;
    text-align: left;
    font-size: 22px;
    color: #2764b3;
    height: 79px;
    padding-top: 75px;
    margin-top: -65px;
    background: url(/images/nei_leftTit.png) no-repeat 14px center;
}

.nei_conL {
    width: 225px;
    height: auto;
    padding-bottom: 200px;
    background: #eeeeee url(../images/neiLfetBG.png) no-repeat center bottom;
}

.nei_nav {
    width: 225px;
    min-height: 100px;
    height: auto;
}

.nei_nav li a {
    display: block;
    width: 171px;
    padding-left: 55px;
    height: 42px;
    line-height: 42px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: url(/images/neiXimg_08.png) no-repeat 30px center;
}

.nei_nav li a:hover {
    color: #2764b3;
    font-weight: bold;
}

.nei_nav li .cur {
    color: #2764b3;
    font-weight: bold;
    background: #fff url(../images/nei_navH.png) no-repeat 30px center;
}

.imglist {
    text-align: center;
}

.image-ul {
    margin: 10px -30px 0;
    font-size: 0;
}

.imglist li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 30px;
    margin: 0 0 40px;
    list-style: none;
}

.imglist li a {
    box-sizing: border-box;
    display: block;
    padding: 16px 18px 10px;
    background: #f2f2f2;
    border-radius: 2px;
    transition: all .26s;
    -ms-transition: all .26s;
}

.imageBox {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.imageInnerBox {
    padding: 116.666% 0 0;
    background: no-repeat 50% 20%;
    background-size: cover;
    transition: all .26s;
    -ms-transition: all .26s;
}

.imageTitle {
    font-size: 16px;
    line-height: 45px;
    color: #606060;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nei_conR {
    width: 950px;
}

.nei_now {
    line-height: 60px;
    color: #333333;
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2764b3;
    background: url(/images/now.png) no-repeat left top;
    height: 62px
}


.a-container {
    width: 950px;
    margin: 20px auto;
}


.a-tag {
    background-color: #f4f4f4;
    color: #333;
    border: none;
    padding: 10px 28px;
    cursor: pointer;
    border-radius: 10px;
}

.a-tag.active {
    background-color: #d60300;
    font-weight: border;
}

.a-tag .inactive {
    background-color: #f4f4f4;
    color: white;
}

#vsb_content_1068 {
    text-indent: 2em;
    line-height: 3em;
    font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei";
    font-size: 20px;
    text-align: justify;
}

.toutiaoBox {
    margin-top: -15px;
    margin-bottom: 20px;
}