.container {
    overflow: hidden;
}

.banner {

    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.banner .banner-con{

    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.banner .banner-con:before,
.banner .banner-con:after{

    content: '';
    width:352px;
    height:240px;
    position:absolute;
    top:0;
}
.banner .banner-con:before{

    background: url('../image/noticeleft.png') no-repeat;
    background-size: 100% 100%;
    left:-352px;
}
.banner .banner-con:after{

    background: url('../image/noticeright.png') no-repeat;
    background-size: 100% 100%;
    right:-352px;
}
.banner .banner-con img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.color-gary {
    background: #F3F6F9
}

.crumbs {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
}

.crumbs a {
    color: #666;
    height: 14px;
    line-height: 14px;
}

.list-box {
    max-width: 1200px;
    margin: 0 auto;
}

.list-left {
    float: left;
    width: 232px;
}

.list-left .left-top {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    color: #192332;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.list-left .left-top h2 {
    background: linear-gradient(0deg, #e2e1e100 0%, #E2E6ED 100%);
    box-shadow: 0 2px 0 0 #E2E2ED;
    height: 50px;
    text-align: center;
    color: #000;
    line-height: 50px;

    font-size: 18px;
    font-weight: 700;
}

.list-left .left-top ul{
    border: 1px solid #e5e5e5;
}

.list-left .left-top ul li {
    position: relative;
    left:0;
    top:0;
    /* border-bottom: 1px solid #E5E5E5;
  
    background-image: linear-gradient(to right,#FEFEFD,#FBFDFA,#FAFDF8); */
}

.list-left .left-top ul li .leave1 {
   
     padding: 0 20px 0 20px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    
}

.list-left .left-top ul li a{
    display: block;
    color:#333;
}

.list-left .left-top .leave1>a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.list-left .left-top ul li span{
    position: absolute;
    left: 176px;
    top:0px;
    width: 56px;
    cursor: pointer;
    height: 40px;
    background: url('../image/menu_arrow.png') center no-repeat ;
    background-size: 16px 16px;
}

.list-left .left-top ul li.active span{

    background-image: url('../image/menu_active_arrow.png')

}

.list-left .left-top ul li:last-child {
    border-bottom: 0;
}

.list-left .left-top .active a {
    /* color: #26A0E6;
    font-weight: 500; */
    background-color: #E6EEFF;
}

.li-level-2{
    padding-left: 36px;
    background-color: #F5F6FA;
}

.list-left .left-top .li-level-2 a {
    /* color: #26A0E6;
    font-weight: 500; */
    padding:9px 12px 9px 0;
    line-height: 22px;
    font-size: 14px;
    height: auto;
    text-align: left;
    background-color: #F5F6FA;
    color: #333333;
}

.list-left .left-top .li-level-2 a:hover{
    color:#355FD5;
}

.list-left .left-top .li-level-2 a.active{
  
    color: #355FD5;
}

/* .list-left .left-top ul li.active:after {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: #26A0E6;
    position: absolute;
    top: 15px;
    left: 0;
} */

.list-left .left-bottom {
    background: #fff;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: url("../image/bookback.png") no-repeat center center;
    background-size: 100% 100%;
}

.list-left .left-bottom .item {
    width: 120px;
    height: 154px;
    border: 1px solid #DCE1EB;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    background: #fff;
}

.list-left .left-bottom .item:first-child {
    margin-top: 30px;
}

.list-left .left-bottom .item img {
    width: 100px;
    height: 100px;
    margin: 10px 0;
}

.list-right {
    margin-left: 252px;
    border: 1px solid #e5e5e5;
}
.list-right .dt_title{
    border-bottom: none;
}
.list-right .news-con{
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    word-wrap: break-word;
    text-align: justify;
    line-height: 2;
}
.list-right .news-con img{
    max-width: 100% !important;
    height: auto !important;
}
.list-right ul {
    background-color: #fff;
    font-size: 12px;
    color: #96A0B4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 40px;

}

.list-right ul li {
    border-bottom: 1px solid #DCE1EB;
    color: #96A0B4;
    position: relative;
    height: 46px;
    display: flex;
    line-height: 46px;
    padding-left: 16px;
    overflow: hidden;
   
    background:url('../image/list_icon.png') 0 center no-repeat ;
    background-size: 4px 8px;
}

/* .list-right ul li:before {
    content: "";
    display: block;
    background: #2F2F2F;
    position: absolute;
    left: 40px;
    top: 29px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
} */

.list-right ul li a {
 
  
    color: #000;
    font-size: 14px;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    flex:1;
    text-overflow: ellipsis;
   
}

.list-right ul li span {
  
    line-height: 46px;
    padding-right: 16px;
    color:rgba(0, 25, 43, 0.5);
    font-size: 12px;
   
}

.list-right ul li:last-child {
    border-bottom: none;
}

/*detail*/
.content {
    background: #fff;
    padding: 30px 60px 40px 60px;
}

.content > h3 {
    color: #192332;
    font-size: 24px;
    font-weight: bold;
}

.content .origin {
    color: #96A0B4;
    font-size: 12px;
    height: 46px;
    line-height: 46px;
}

.content .origin span {
    margin-right: 10px;
}

.content .content-box {
    color: #192332;
    font-size: 14px;
    overflow: hidden;
}

.content .content-box img {
    max-width: 100%;
    margin: 10px 0;
}

.content .content-box p {
    text-indent: 2em;
    word-break: break-word;
    /*line-height: 28px;*/
}

.content .content-box p span {
    line-height: 1;
}


.left-top .active .li-level-2{
    display: block;
}


.li-level-2{
    display: none;
}

.xj_ls_pager .f_yahei {
    display: block;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}

.xj_ls_pager .f_yahei a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #fff;
    color: #192332;
    white-space: nowrap;
}

.xj_ls_pager .f_yahei a:hover {
    border: 2px solid #0099FF;
}

.xj_ls_pager .f_yahei .page_cur {
    border: none;
    background-color: #26A0E6;
    color: #fff;
}

.xj_ls_pager .f_yahei a.page_cur {
    border: none;
}
.footer-box{
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.footer {
    background: #011C37;
    color: #fff;
    width: 1200px;
    /* display: flex; */
    margin: 0 auto;
    overflow: hidden;
    justify-content: space-between;
}

.footer a{
    color: #ffffff;
}

.footer .container {
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer .link-box,
.footer .contact-us {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    float: left;
}

.footer .link-box{
    margin-right: 20px;
}

.footer .link-box{
    width: 486px;
    margin-right: 20px;
}

.footer .link-box .links{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.footer .link-box .links .form-control{
    width:180px;
    height:30px;
    border: 1px solid #004EA0;
background: #002D5C;
    color:#fff;
    font-size:14px;
    line-height: 30px;
    margin-right: 10px;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.footer .link-box .links .form-control option{
    background:#000;
    color:#fff;
}
.footer .m-copyrights{
    margin-top: 10px;
}

.footer .link-box .links a:last-of-type::after{
    display: none;
}

.footer .link-box .links a:first-of-type{
    margin-left: 0px;
}

.footer .link-box h4,
.footer .contact-us h4 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer .link-box ul {
    width: 100%;
    text-align: left;
    list-style: none;
    display: flex;
    height: 35px;
    line-height: 35px;
}

.footer .link-box ul li {
    margin-right: 30px;
    position: relative;
}

.footer .link-box ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: -15px;
    top: 13px;
}

.footer .link-box ul li:last-child::after {
    display: none;
}



.footer .link-box .ba {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.footer .contact-us .contacts{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer .contact-us{
    width: 416px;
    padding-right: 20px;
}
.footer .contact-us .contacts span{
    display: block;
    margin: 8px 0;
}
.footer .code-box {
    display: flex;
    margin-top: 40px;
    width: 260px;
    justify-content: flex-end;
    float: left;
}

.footer .code-box .item {
    width: 120px;
    height: 120px;
    text-align: center;
    float: left;
}

.footer .code-box .item p{
    margin-top: 8px;
}

.footer .code-box .item img{
    width: 100%;
    height: 100%;
}

.footer .code-box .item:first-of-type {
    margin-right: 20px;
}


@media screen and (max-width:900px){

    .list-right{
        margin-left:10px ;
        margin-right: 10px;
    }

    .list-left,header{

      display: none;

    }

  }
