.wrap {
    width: 1227px;
    margin: 0 auto;
}
.main_left {
    float: left;
    width: 298px;
    max-width: 20.69444%;
}

.main_right {
    float: right;
    width: 1094px;
    margin: 0 auto;
    max-width: 75.972223%;
}
.main_right .title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px 0 8px;
    font-size: 30px;
    color: #010101;
    font-weight: 800;
    letter-spacing: 4px;
    border-bottom: 2px solid #ECF1F9;
  
}
.main_right.content_page .title{
    padding-bottom: 0;
    border-bottom: none;
}
.main_right.xyty_page .title::before{
    content: "";
    width: 67px;
    height: 44px;
      margin-right: 6px;
    display: table;
    background: url("../img/title-icon2.png") no-repeat center;
}
.main_right.content_page .title::before{
    content: "";
    width:40px;
    height: 60px;
    margin-right: 5px;
    display: table;
    background: url("../img/title-icon3.png") no-repeat center;
}
.main_right .article{
    margin-top:34px ;
    text-indent: 2em;
}
.main_right.content_page .article{
    margin-top: 21px;
    line-height: 30px;
}
.menu {
    background: #f2f5ff;
    width: 298px;
    margin-top: -100px;
        padding-bottom: 60px;
    position: relative;
    box-sizing: border-box;
}

.menu h3 {
    background:url("../img/aside-bg.png");
    height: 100px;
    font-size: 26px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu h3 .en{
    margin-top: 7px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}
.submenu {
    position: relative;
    line-height: 59px;
    font-size: 18px;
    cursor: pointer;
    background: #f2f5ff;
    border-bottom: #fff 1px solid;
    text-align: center;
}
.submenu:last-child{
   height: auto;
    border-bottom: none;
}
.menu::after {
  content: ""; 
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 154px;
  height: 54px;
  background: url("../img/room.png") no-repeat center;
  background-size: contain; 
}
.submenu_cur.havesubmenu-three:last-child::after{
    content: none;
}
 .submenu-three{
    font-size: 16px;
      height: 59px;
    position: relative;
    line-height: 59px;
    cursor: pointer;
    background: #f2f5ff;
    border-bottom: #fff 1px solid;
    text-align: center;
}
 .submenu-three a{
   color: #020203;
     
}
.ml-active{
    color: #4a6bf4;
}


.submenu img{
    position: absolute;
    right: 20px;
    top: 21px;
}
.submenu a{
    color: #020203;
}
.submenu a:hover{
    color: #375ef3;
}

.submenu_cur {
    background-color: #4a6bf4;
  
}
.submenu_cur a{
  color: #fff;
}
.submenu_cur .submenu-three a{
  color: #020203;
}
.submenu_cur .submenu-three a:hover{
    color: #4a6bf4 !important;
}
.cur_down{
    display: none;
}
.cur_right{
    display: block;
}
.submenu_cur .cur_down{
    display: block;
}
.submenu_cur .cur_right{
  
}
.submenu_cur.cur_down{
    display: block;
}
.submenu.submenu_cur .cur_jt{
display: block;
}
.navcon {
    overflow: hidden;
    display: none;
    padding: 10px 0;
}

    .navcon li {
        width: 120px;
        padding-left: 32px;
        line-height: 30px;
        background: url(../images/ico.png) no-repeat 20px center
    }

.cur {
    color: #38558f;
}



.current {
    border-bottom: #38558f 1px solid;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 20px;
}

    .current h3 {
        font-size: 24px;
        position: absolute;
        top: 0;
        left: 0;
        height: 36px;
        border-bottom: #38558f 4px solid;
        color: #38558f;
    }

.content {
    padding-left: 20px;
    overflow: hidden;
    margin-top: 20px;
    min-height: 450px;
}

    .content dl {
        position: relative;
        padding: 20px 0 20px 186px;
        min-height: 100px;
        margin-top: -1px;
        border-top: #c9c9c9 1px solid
    }

        .content dl dt {
            position: absolute;
            left: 0;
            top: 20px;
            width: 166px;
            height: 100px;
        }

            .content dl dt img {
                width: 166px;
                height: 100px;
            }

        .content dl dd {
            position: relative;
            line-height: 24px;
        }

            .content dl dd h4 {
                font-weight: bold;
                padding-right: 50px;
                margin-bottom: 20px;
            }

            .content dl dd em {
                position: absolute;
                top: 0;
                right: 0;
                font-size: 12px;
                color: #6a6a6a;
            }

            .content dl dd p {
                text-indent: 30px;
            }



/*////////////////////////////////////////zhouwei////////////////////////////////////////////////////////////*/
.article {
    width: 100%;
    line-height: 30px;
}

    .article h3 {
        height: 40px;
        line-height: 40px;
        font-weight: 800;
        text-align: center;
        font-size: 18px;
        color: #38558f;
        text-indent: 20px;
    }

    .article .art_con {
        width: 100%;
        padding: 30px 0;
        font-size: 14px;
        overflow: hidden;
        line-height: 24px;
        text-align: justify;
        text-justify: inter-ideograph
    }

        .article .art_con p {
            padding: 8px 0;
        }

    .article h1 {
        width: 100%;
        padding: 5px 0;
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        color: #38558f;
        font-weight: 600;
    }

    .article .hr {
        width: 100%;
        padding: 5px 0;
        border-bottom: #38558f 1px solid;
        color: #666;
        text-align: center
    }

    .article .source {
        width: 100%;
        padding: 10px 0;
        border-bottom: #999 1px dashed;
        color: #666;
        text-align: center;
        font-size: 14px;
    }


    .article .imglist {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 10px;
    }

        .article .imglist li {
            margin: 12px;
            float: left;
            height: 150px;
        }

            .article .imglist li .discription {
                display: block;
                font-size: 12px;
                padding: 6px 0;
                text-align: center;
            }

.conlistComm {
    width: 100%;
    margin-top: 24px;
    font-size: 16px;
    height: auto;
    min-height: 450px;
}

    .conlistComm dl {
        width: 100%;
        padding: 12px 0;
        border-bottom: #38558f 1px dotted;
    }

        .conlistComm dl dt {
            line-height: 22px;
        }

            .conlistComm dl dt span {
                display: inline-block; /*width:70px;*/
                height: 22px;
                margin-right: 10px;
                text-align: center;
                padding: 0 5px;
                background: #38558f; /*color:#A29797;*/
            }

                .conlistComm dl dt span a {
                    color: #fff;
                }

            .conlistComm dl dt a { /*color:#0e3692;*/
            }

                .conlistComm dl dt a:hover {
                    color: #8c1515;
                }

        .conlistComm dl dd { /* color:#A29797; */
            padding-top: 10px;
        }


/*·ÖÒ³´úÂë*/
.paginator {
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator a {
        padding: 1px 6px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px
    }

        .paginator a:visited {
            padding: 1px 6px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .paginator .cpb {
        padding: 1px 6px;
        font-weight: bold;
        font-size: 13px;
        border: none;
        border: solid 1px #ffa501;
    }

    .paginator a:hover {
        color: #fff;
        background: #ffa501;
        border-color: #ffa501;
        text-decoration: none;
    }

.pages {
    color: #999;
    font-size: 14px;
}

    .pages a, .pages .cpb {
        text-decoration: none;
        padding: 2px 5px 2px 5px;
        border: 1px solid #ddd;
        background: #ffff;
        margin: 0 2px;
        font-size: 13px;
        color: #999;
    }

        .pages a:hover {
            background-color: #ccc;
            color: #fff;
            border: 1px solid #ccc;
            text-decoration: none;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff;
        background: #ccc;
        border: 1px solid #ccc;
    }

/*Ò³ÂëÈÝÆ÷*/
.page-box {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
}
/*css default style pagination*/
div.default {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",Verdana;
    font-size: 12px;
}

    div.default a, div.default span {
        display: block;
        float: left;
        margin: 2px 0 0 -1px;
        padding: 4px 12px;
        line-height: 20px;
        height: 20px;
        border: 1px solid #e1e1e1;
        background: #fff;
        color: #333;
        text-decoration: none;
    }

        div.default span:first-child {
            border-left: 1px solid #e1e1e1;
        }

        div.default a:hover {
            color: #666;
            background: #eee;
        }

        div.default span.current {
            color: #fff;
            background: #488FCD;
            border-color: #488FCD;
        }

        div.default span.disabled {
            color: #999;
            background: #fff;
        }




.clear10 {
    clear: both;
    height: 10px;
    overflow: hidden;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    clear: both;
    content: "";
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
@media screen and (max-width: 1200px){
    .main_left {
        display: none;
    }
    .main_right{
        width: 100%;
            max-width: 100%;
    }
}