@charset "UTF-8";

body{
    background-color: #f3f4f8;
}

/* 当前位置css */

.location {
    margin: 25px 0;
}

/* 二级有子栏目结束 */

/* 1左侧导航栏css */

.l_anv {
    text-align: center;
    /* height: 280px; */
    /* background-color: #fff; */
}
.l_anv .top {
    height: 66px;
    line-height: 66px;
    background-color: #3e53be;
    margin-bottom: 8px;
    font-family: 'SourceHanSansCN Bold';
    font-size: 24px;
    /* font-weight:700; */
    color: #fff;
}
.l_anv .bottom ul li {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    background-color: #fff;
    margin-bottom: 5px;
    /* font-weight:700; */
}
.l_anv .bottom ul li:hover,
.l_anv .bottom ul li .hover{
    background-color: #c0cafa;
    color: #fff;
}
.l_anv .bottom ul li a:hover{
    color: #fff;
}
.l_anv .bottom ul li a{
    display: block;
    width: 100%;
}

/* 2右侧上方当前栏目导航栏css */

.r_content {
    /* height: 860px; */
    /* background-color: #fff; */
    margin-bottom: 40px;
}
.r_content .top {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 16px;
    height: 66px;
    line-height: 66px;
    background-color: #fff;
    margin-bottom: 8px;
}
.r_content .top a{
    /* padding-left: 5px;
    border-left: 4px solid #3e53be; */
    font-size: 20px;
    font-weight: 700;
    color: #3e53be;
}
.r_content .top a::before{
    content: "";
    border-left: 4px solid #3e53be;
    height: 20px;
    display: inline-block;
    vertical-align:middle;
    padding-left: 10px;
    margin-top: -3px;
}
.r_content .top div{
    float: right;
}
.r_content .top div p{
    color: #6b6969;
    font-size: 16px;
}
.r_content .top div span{
    color: #3e53be;
    font-weight: 700;
}
/* 3翻页样式 */
.page-out {
    background-color: #fff;
    width: 100%;
    /* height: 155px; */
    padding: 40px 0 80px 0;
}

.page {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    list-style-type: none;
    overflow: hidden;

}

.page li {
    display: inline-block;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.page li a {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #3e53be;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    display: block;
    padding: 0 12px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    width: auto;
    overflow: inherit
}

.page li span {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    background-color: #3e53be;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    display: block !important;
    padding: 0 12px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    width: auto
}

.page li.jump {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    padding: 5px;
    line-height: 15px;
}

.page li.jump select {
    border: 1px #000000 solid;
    font-family: "微软雅黑";
    font-size: 12px;
    display: inline-block;
    margin-top: 1px;
}



.xinxiang {
    box-sizing: border-box;
    padding: 24px 16px 16px 16px;
    width: 100%;
    /* height: 330px; */
    background-color: #fff;
}

.xinxiang .xinxiang_top {
    height: 40px;
    line-height: 40px;
}

.xinxiang .xinxiang_top .layui-input {
    padding-left: 20px;
    background-color: #f9f9fb;
    width: 670px;
    display: inline-block;
    border: 1px solid #f6f6f6;
}

.xinxiang .xinxiang_top .layui-btn {
    width: 135px;
    height: 40px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    border: 1.6px solid #f6f6f6;
    margin-top: -3px;
    display: inline-block;
}

.xinxiang .xinxiang_top .xiexin {
    width: 151px;
    height: 40px;
    background-color: #3f54c1;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 20px;
}
.xinxiang .xinxiang_top .xiexin:hover .xiexin_list{
    display:block;
}
.xinxiang .xinxiang_top .xiexin .xiexin_list{
    background-color: #3f54c1c2;
    position: relative;
    z-index: 10;
    top: 1px;
    display:none;
}
.xinxiang .xinxiang_top .xiexin .xiexin_list li{
    border：1px solid #fff;
    border: 1px solid #fff;
}
.xinxiang .xinxiang_bottom {
    width: 100%;
    /* height: 220px; */
    font-size: 14px;
    color: #6b6969;
    overflow: hidden;
    margin: 20px auto;
    padding-bottom: 12px;
}

.xinxiang .xinxiang_bottom .th {
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 16px;
}

.xinxiang .xinxiang_bottom .th li {
    box-sizing: border-box;
    width: 12.5%;
    background-color: #e2ecff;
    border-right: 1px solid #f6f6f6;
    color: #333;
    font-weight: 700;
    /* font-family: '黑体'; */
    list-style: none;
    float: left;
    font-size: 16px;
}

.xinxiang .xinxiang_bottom .th li:nth-of-type(2) {
    width: 50%;
}

.xinxiang .xinxiang_bottom .th li:last-child {
    border: none;
}

    /* .xinxiang .xinxiang_bottom .box1 {
        height: 180px;
        overflow: hidden;
    } */

.xinxiang .xinxiang_bottom .box1>ul>li {
    /* background-color: #f2f2f1; */
    height: 45px;
}

.xinxiang .xinxiang_bottom .box1>ul>li a {
    /* color: #008fd3; */
    display: block;
    /* width: 360px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.xinxiang .xinxiang_bottom .box1>ul>li .ul .li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    box-sizing: border-box;
    width: 12.5%;
    /* background-color: #f2f2f2; */
    border-right: 1px solid #f6f6f6;
    float: left;
    font-size: 16px;
}

.xinxiang .xinxiang_bottom .box1>ul>li .ul .li:first-child {
    padding: 10px 0 0 36px;
}

.xinxiang .xinxiang_bottom .box1>ul>li .ul .li:nth-child(2) {
    box-sizing: border-box;
    padding: 0 10px;
    text-align: justify;
    width: 50%;
}

.xinxiang .xinxiang_bottom .box1>ul>li .ul .li:nth-child(2) a {
    color: #6b6969;
}

.xinxiang .xinxiang_bottom .box1>ul>li .ul .li:nth-child(2) a:hover {
    color: #3e53be;
}

.xinxiang .xinxiang_bottom .box1>ul>li .ul .li:last-child {
    border: none;
}

.xinxiang .xinxiang_bottom .box1>ul>li .ul .li div {
    /* all:initial; */
    /* display: block;   */
    line-height: 18px;
    padding: 2px 4px;
    font-size: 14px;
    width: 45px;
    height: 22px;
    color: #c1c1c1;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    border-radius: 4px;
}


/* 小屏幕 */
@media screen and (max-width:768px) {
    .location {
        color: #868686;
        margin: 16px 0;
        font-size: 0.875rem;
    }
    .location a {
        color: #868686;
        font-size: 0.875rem;
    }
    .l_anv .top {
        height: 46px;
        line-height: 46px;
        font-size: 1.125rem;
    }
    .l_anv .bottom ul li {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        height: 36px;
        line-height: 36px;
        font-size: 1.05rem;
    }
    .l_anv .bottom ul li:nth-child(2n) {
        margin-right: 0;
    }
    .r_content {
        margin-bottom: 20px;
    }
    .xinxiang{
        padding: 25px 10px;
    }
    .xinxiang .xinxiang_top .xiexin{
        width: 100%;
        font-size: 1.02rem;
        margin-bottom: 20px;
        position: static;
        /* right: 0px; */
    }
    .xinxiang .xinxiang_bottom{
        margin: 0;
    }
    .xinxiang .xinxiang_bottom .th{
        height: auto;
    }
    .xinxiang .xinxiang_bottom .th li{
        font-size: 0.875rem;
    }
    .xinxiang .xinxiang_bottom .th li:nth-child(2){
        width: 75%;
    }
    .xinxiang .xinxiang_bottom .th li:last-child{
        width: 25%;
    }
    .xinxiang .xinxiang_bottom .box1>ul>li .ul .li:nth-child(2){
        width: 75%;
    }
    .xinxiang .xinxiang_bottom .box1>ul>li .ul .li:last-child{
        width: 25%;
    }
    .xinxiang .xinxiang_bottom .box1>ul>li .ul .li{
        font-size: 0.875rem;
    }
    .xinxiang .xinxiang_bottom .box1>ul>li .ul .li a{
        font-size: 1.02rem;
    }
    .page-out{
        padding: 20px 0 48px 0;
    }
    .page li span{
        font-size: 1.02rem;
    }
}