.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.active,.list-left .left-top .li-level-2 a:hover{
  
    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;
} */

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


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

.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 {
    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;
    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 auto;
    display: block;
}

.list-right {
    margin-left: 252px;
    border: 1px solid #e5e5e5;
    background-image: linear-gradient(to right,#FEFEFD,#FBFDFA,#FAFDF8);
    padding: 24px 40px;
    overflow: hidden;
}

.list-right .title{
    width: 100%;

    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color:#000000;

}

.list-right .info{
    display: flex;
    height: 56px;
    padding-bottom: 8px;
    border-bottom:1px solid #E2E2ED;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;

    margin-bottom: 24px;
    color: rgba(0, 25, 43, 0.5);
   
}

.list-right .info .source{
    padding-left: 20px;
    background: url('../image/source_icon.png') 0 center no-repeat;
    background-size:16px 16px ;
}
.list-right .info .time{
    padding-left: 20px;
    background: url('../image/time_icon.png') 0 center no-repeat;
    background-size:16px 16px ;
    font-size: 12px;
    color: rgba(0, 25, 43, 0.5);
}
.list-right .article{
    line-height: 2;
}


.article p,.article>div{
    font-size: 16px;
    line-height: 2;
    color: #000;
    margin: 10px 0;;
    min-height: 20px;
}
.article p span{
    text-align: justify;
}

.article p img{
    text-align: center !important;
}
/* .article p::first-letter{
    padding-left: 30px;
} */
/*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;
}

.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;
}

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

.xj_ls_pager .f_yahei .page_cur {
    border: none;
    background-color: #42A827;
    color: #fff;
}

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

.footer {
     background: #011C37;
    color: #fff;
    max-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;
    /* height: 100%; */
    padding-top: 30px;
    float: left;
}


.footer .contact-us{
    width: 416px;
}

.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;
    margin-right:10px;
    font-size:14px;
    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 .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;
}
.attachments{
    margin-top: 30px;
    padding-left: 50px;
    position: relative;
}
.attachments .label{
    position: absolute;
    top:0;
    left:0;
}
.attachments p{
    margin-bottom: 20px;
}
.attachments p span{
    color: #38A42B;
    margin: 0 0px 0 20px;
    cursor: pointer;
}

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

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

    .list-left,header{

      display: none;

    }

  }