body {
    background-color: #f5f5f5;
    font-family: "Microsoft YaHei";
}

.inner {
    width: 1200px;
    margin: 0 auto;
}


/* header */

.header {
    height: 140px;
    background-color: #00467f;
}

.header .logo {
    width: 390px;
    height: 140px;
    float: left;
}

.header .logo img {
    margin-top: 35px;
}

.header .header-r {
    float: right;
    width: 300px;
    height: 140px;
}

.header .header-r .swsy-sc {
    margin-top: 40px;
    float: right;
    margin-right: 15px;
}

.header .header-r .swsy-sc .swsy-sc-li {
    float: left;
    font-size: 12px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 5px;
}

.header .header-r .swsy-sc .li-anniu a {
    color: #ffffff;
}

.header .header-r .sousuo {
    float: right;
    width: 223px;
    height: 32px;
    margin-top: 20px;
    position: relative;
    background: url(../img/srk_bj.png) center no-repeat;
}

.header .header-r .sousuo .sousuo-srk {
    width: 170px;
    height: 32px;
    background-color: transparent;
    margin-left: 15px;
    line-height: 32px;
    color: #e6eaef;
    font-size: 12px;
}

.header .header-r .sousuo .sousuo-img {
    position: absolute;
    top: 8px;
    right: 15px;
}


/* nav */

.nav {
    height: 49px;
}

.nav .menu {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    line-height: 49px;
    display: flex;
    justify-content: space-between;
}

.nav .menu .menu-li {
    width: 9.09%;
    /* float: left; */
    position: relative;
    text-align: center;
    box-sizing: border-box;
    flex: 1;
}

.nav .menu .menu-li span a {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
}

.nav .menu .menu-li:hover span a {
    color: #ffffff;
    background-color: #00467f;
}

.nav .menu .menu-li .menu-box {
    width: 100%;
    display: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 49px;
}

.nav .menu .menu-li .menu-box li {
    min-height: 40px;
    background-color: #00467f;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 5px;
    line-height: 20px;
}

.nav .menu .menu-li .menu-box li:hover {
    background-color: #105994;
}

.nav .menu .menu-li .menu-box li a {
    color: #ffffff;
}


/* banner */

.banner {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    margin-bottom: 51px;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner-li {
    zoom: 1;
    vertical-align: middle;
}

.banner-li img {
    display: block;
}

.banner .prev,
.banner .next {
    position: absolute;
    top: 236px;
    cursor: pointer;
    z-index: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.banner .prev {
    left: 60px;
}

.banner .next {
    right: 60px;
}

.banner .prev:hover,
.banner .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* content */

.content {
    min-height: 600px;
    margin-top: 20px;
}

.content-left {
    float: left;
    width: 227px;
    min-height: 500px;
    background: url(../img/xtdxyxwz_zkx_list_zuobj.png) bottom no-repeat;
    box-sizing: border-box;
    padding-bottom: 40px;
    border: 1px solid #cccccc;
}

.content-left-box-tit {
    width: 225px;
    height: 93px;
    background: url(../img/xtdxyxwz_zkx_list_lmmc.png) center no-repeat;
    font-size: 24px;
    color: white;
    line-height: 70px;
    text-align: center;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.content-left-box-con span {
    display: inline-block;
    padding:15px 0 15px 24px;
    box-sizing: border-box;
    line-height: 24px;
    position: relative;
}

.content-left-box-con span em {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 18px;
    height: 11px;
    background: url(../img/jyyou.png) center no-repeat;
    cursor: pointer;
}

.content-left-box-con span.now em {
    background: url(../img/jtx.png) center no-repeat;
}

.content-left-box-con span a {
    width: 180px;

box-sizing: border-box;
    padding-right: 15px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid;
    font-size: 16px;
    color: #444444;
    border-bottom: 1px solid #b3b3b3;
}

.content-left-box-con span.now a {
    color: #00467f;
    font-weight: bold;
}


/* 
 .content-left-box-con li img {
     position: absolute;
     top: 20px;
     right: 0;
 } */

.biaoshi {
    position: absolute;
    left: 0;
    top: 20px;
    height: 14px;
    border: 2px solid #00467f;
    display: none;
}

span.now .biaoshi {
    display: block;
}

ul.sanji {
    width: 180px;
    /* height: 101px; */
    margin-left: 24px;
    border-bottom: 1px solid #b3b3b3;
    padding-left: 0;
    line-height: normal;
    padding: 15px 0;
}

.sanji-li {
    position: relative;
}

li.sanji-li a {
    font-size: 16px;
    height: 35px;
    color: #444444;
    line-height: 35px;
    border-bottom: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

li.sanji-li a:hover {
    color: #00467f;
}

.sanji-li .sanji-li-quan {
    position: absolute;
    left: 0;
    top: 16px;
}

.content-right {
    margin-left: 39px;
    min-height: 500px;
    width: 913px;
    float: right;
}

.content-right-tit {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #b3b3b3;
    box-sizing: border-box;
}

.tit-left {
    float: left;
    position: relative;
    font-size: 20px;
    color: #00467f;
    font-weight: bold;
    border-bottom: 3px solid #00467f;
    margin-top: 3px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}

.tit-left img {
    position: absolute;
    left: 20px;
    bottom: -4px;
}

.tit-right {
    float: right;
    line-height: 53px;
}

.tit-right ul li {
    float: left;
    padding: 0 5px;
    color: #888888;
    font-size: 14px;
}

.tit-right ul li span {
    color: #888888;
    font-size: 14px;
}

.tit-right ul li a {
    color: #888888;
    font-size: 14px;
}

.tit-right ul li .jiansuojieguo {
    color: #888888;
    font-size: 14px;
}

.tit-right ul li .jiansuojieguo a {
    color: #888888;
    font-size: 14px;
}

.content-right-con {
    padding: 30px 0;
}

.content-right-con ul li a {
    color: #454545;
}

.content-right-con ul li {
    color: #454545;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    border-bottom: 1px solid #e9e8e8;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}

.spot {
    position: absolute;
    left: 0;
    top: -3px;
}

.content-right-con ul li a:hover {
    text-decoration: underline;
}

.date {
    position: absolute;
    right: 0;
    color: #999999;
    font-size: 12px;
}


/* footer */

.footer {
    height: 160px;
    box-sizing: border-box;
    padding-top: 30px;
    background-color: #00467f;
}

.footer .foot-logo {
    margin-right: 60px;
    float: left;
}

.footer .foot-logo img {
    display: block;
}

.footer .bq {
    float: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
}

.footer .xxgl {
    width: 189px;
    height: 40px;
    float: right;
    margin-top: 20px;
    background-color: #96b3ca;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
}

.footer .xxgl a {
    display: block;
    color: #00467f;
}

.footer .xxgl a img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}



.nav .menu .menu-li .menu-box {
  width: 100%;
  display: none !important;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 49px;
}
.nav .menu >.now:hover> .menu-box {
  
  display: block !important;
  
}