@charset "UTF-8";

@import url(animate.css);
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;
    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;
}

.search-btn {
    font-size: 20px;
    font-weight: 700;
    color: #3e53be;
}

.search-btn::before {
    content: "";
    border-left: 4px solid #3e53be;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -3px;
}


/* 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;
}


/* 自贸要闻下方内容区 */

#zimaoyaowen .r_content .bottom {
    box-sizing: border-box;
    /* overflow: hidden; */
}

#zimaoyaowen .r_content .bottom>ul li {
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 12px;
    background-color: #fff;
    min-height: 110px;
}

#zimaoyaowen .r_content .bottom>ul li:last-child {
    margin-bottom: 0;
}

#zimaoyaowen .r_content .bottom>ul li h4 {
    margin-bottom: 10px;
    /* font-weight: 700; */
    font-size: 18px;
}

#zimaoyaowen .r_content .bottom>ul li a:hover {
    color: #3e53be;
}

#zimaoyaowen .r_content .bottom>ul li>span{
    margin-right: 20px;
    color: #949494;
}

#zimaoyaowen .r_content .bottom>ul li>p {
    margin-top: 10px;
    line-height: 24px;
    color: rgb(87, 86, 86);
}


/* 政声传递下方内容区 */

#zhengshengchuandi .r_content .bottom {
    background-color: #fff;
    padding: 25px 25px;
    box-sizing: border-box;
}

#zhengshengchuandi .r_content .bottom>ul li:nth-of-type(5) {
    padding-bottom: 25px;
    border-bottom: 1px dotted #cbcbcb;
}

#zhengshengchuandi .r_content .bottom>ul li:nth-of-type(6) {
    padding-top: 25px;
}

#zhengshengchuandi .r_content .bottom>ul li:nth-of-type(10) {
    padding-bottom: 25px;
    border-bottom: 1px dotted #cbcbcb;
}

#zhengshengchuandi .r_content .bottom>ul li:nth-of-type(11) {
    padding-top: 25px;
}

#zhengshengchuandi .r_content .bottom>ul li a {
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

#zhengshengchuandi .r_content .bottom>ul li a:hover {
    color: #3e53be;
}

#zhengshengchuandi .r_content .bottom>ul li div>div>span {
    display: block;
    color: #666666;
    text-align: right;
    width: 100%;
    line-height: 40px;
}


/* 专题下方内容区 */

#zhuantizhuanlan .r_content .bottom {
    background-color: #fff;
    padding: 25px 25px;
    box-sizing: border-box;
}

#zhuantizhuanlan .r_content .bottom .z_box {
    text-align: center;
    margin-bottom: 10px;
}

#zhuantizhuanlan .r_content .bottom .z_box .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    height: 175px;
}

#zhuantizhuanlan .r_content .bottom .z_box .img img {
    display: block;
    width: 100%;
}

#zhuantizhuanlan .r_content .bottom .z_box .img img:hover {
    animation: pulse 1s;
}

#zhuantizhuanlan .r_content .bottom .z_box .img .hsy {
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
    height: 30px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    background-color: #000000bf;
    border-radius: 0 0 0 8px;
}

#zhuantizhuanlan .r_content .bottom .z_box h4 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#zhuantizhuanlan .r_content .bottom .z_box a:hover {
    color: #3e53be;
}


/* 政新媒体右边下方内容区 */

#xinmeiti .r_content .bottom {
    text-align: center;
    background-color: #fff;
    padding: 25px;
}

#xinmeiti .r_content .bottom .saoma {
    line-height: 38px;
    font-size: 20px;
    color: #3e53be;
    font-weight: 700;
}

#xinmeiti .r_content .bottom .xmt_box {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}

#xinmeiti .r_content .bottom img {
    width: 200px;
}

#xinmeiti .r_content .bottom a {
    font-size: 18px;
    display: block;
    margin: 10px auto 20px auto;
}

#xinmeiti .r_content .bottom a:hover {
    color: #3e53be;
}

#xinmeiti .r_content .bottom span img {
    width: 24px;
}

#xinmeiti .r_content .bottom .dizhi {
    padding: 20px 168px;
    box-sizing: border-box;
    width: 74%;
    background-color: #fff;
    box-shadow: 0px 3px 6px #1a2a4c38;
    margin: 0 auto;
    margin: 30px auto 20px auto;
}

#xinmeiti .r_content .bottom .dizhi p {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
}


/* 二级有子栏目结束 */


/* 移动端 */

@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;
    }
    #zimaoyaowen .r_content .bottom>ul li {
        padding: 16px;
        margin-bottom: 8px;
    }
    #zimaoyaowen .r_content .bottom>ul li h4 {
        font-size: 1.02rem;
    }
    #zimaoyaowen .r_content .bottom>ul li>span,
    #zimaoyaowen .r_content .bottom>ul li>p {
        font-size: 0.875rem;
    }
    #zimaoyaowen .r_content .bottom>ul li>p {
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    #zhengshengchuandi .r_content .bottom {
        padding: 25px 16px;
    }
    #zhengshengchuandi .r_content .bottom>ul>li a {
        font-size: 1.02rem;
        line-height: 34px;
    }
    #zhengshengchuandi .r_content .bottom>ul>li:nth-of-type(5),
    #zhengshengchuandi .r_content .bottom>ul>li:nth-of-type(10) {
        padding-bottom: 16px;
    }
    #zhengshengchuandi .r_content .bottom>ul>li:nth-of-type(6),
    #zhengshengchuandi .r_content .bottom>ul>li:nth-of-type(11) {
        padding-top: 16px;
    }
    #zhuantizhuanlan .r_content .bottom {
        padding: 25px 12px 10px;
    }
    #zhuantizhuanlan .r_content .bottom .z_box {
        width: 49%;
        display: inline-block;
    }
#zhuantizhuanlan .r_content .bottom .z_box .img {

    height: auto;
}
    #zhuantizhuanlan .r_content .bottom .z_box .img .hsy {
        width: auto;
        font-size: 0.875rem;
    }
    #zhuantizhuanlan .r_content .bottom .z_box h4 {
        font-size: 1.02rem;
    }
    #xinmeiti .r_content .bottom .saoma {
        line-height: 30px;
        font-size: 1.125rem;
    }
    #xinmeiti .r_content .bottom a {
        font-size: 1.02rem;
    }
    #xinmeiti .r_content .bottom span img {
        width: 1.125rem;
    }
    .page-out {
        padding: 20px 0 48px 0;
    }
    .page li span {
        font-size: 1.02rem;
    }
}