@charset "utf-8";

/* CSS Document */
.hide {
    display: none;
}

.domMobile {
    display: none;
}

.banner {
    height: 348px;
    background: url(https://www.piyao.org.cn/yybgt/index/images/0426/images_01.jpg) 50% 0 no-repeat;
}

.search {
    position: absolute;
    left: 50%;
    top: 215px;
    width: 730px;
    height: 75px;
    margin-left: -310px;
}

.search .inputTxt {
    float: left;
    width: 515px;
    height: 60px;
    font-size: 28px;
    color: #333;
    border: none;
    background: #fff url(../images/bgInput.png) 15px 50% no-repeat;
    text-indent: 70px;
    border-radius: 15px 0 0 15px;
}

.search .inputSub {
    float: left;
    width: 115px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border: none;
    background: #0052bd;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
}

.main {
    width: 1024px;
    margin: 0 auto;
}

.main .linkArea {
    padding: 30px;
    text-align: center;
}

.main .linkArea img {
    margin: 0 70px;
}

.main .list li {
    position: relative;
    font-size: 24px;
    height: 94px;
    width: 1025px;

    color: #333;
    background: #efeeee;

    margin-bottom: 40px;
}

.main .list li:before {
    content: '';
    font-size: 0;
    display: block;
    position: absolute;
    right: 107px;
    top: 7px;
    z-index: 10;
    width: 121px;
    height: 85px;
}

/*文字滚动组件4:向上滚动*/
.txtScroll-top {
    width: 73%;
    overflow: hidden;
    position: relative;
    left: 190px;
    top: 22px;
}

.txtScroll-top .hd {}

.txtScroll-top .hd .prev,
.txtScroll-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("https://www.piyao.org.cn/yybgt/index/css/0426/images/icoUp.gif") no-repeat;
}

.txtScroll-top .hd .next {
    background: url("https://www.piyao.org.cn/yybgt/index/css/0426/images/icoDown.gif") no-repeat;
}

.txtScroll-top .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.txtScroll-top .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("https://www.piyao.org.cn/yybgt/index/css/0426/images/icoCircle.gif") 0 -9px no-repeat;
}

.txtScroll-top .hd ul li.on {
    background-position: 0 0;
}

.txtScroll-top .bd {
    padding: 15px;
}

.txtScroll-top .infoList li {
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    font-size: 22px;
    color: #FFF;
}

.txtScroll-top .infoList li a {
    color: #FFF;
}

.txtScroll-top .infoList li span {
    float: right;
    color: #999;
}

.main .list li.tag1:before {
    background: url(https://www.piyao.org.cn/yybgt/index/images/0426/images_18.jpg) no-repeat;
}

.main .list li.tag2:before {
    background: url(https://www.piyao.org.cn/2020yqpy/images/tag2.png) no-repeat;
}

.main .list li.tag3:before {
    background: url(https://www.piyao.org.cn/2020yqpy/images/tag3.png) no-repeat;
}

.main .list li.tag4:before {
    background: url(https://www.piyao.org.cn/2020yqpy/images/tag4.png) no-repeat;
}

.more {
    width: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bbb;
    background: #eee;
    line-height: 2em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 50px;
}

.main .list li .img {
    width: 167px;
    height: 94px;
    float: left;
    margin-right: 20px;
}

.main .list li .img img {
    width: 167px;
    height: 94px;
}

.main .list li h2 {
    display: flex;
    font-size: 22px;
    color: #000;
    margin-right: 256px;
    line-height: 28px;
    padding-top: 8px;
    height: 54px;
    overflow: hidden;
    align-items: center;
}

.main .list li h2 a {
    color: #000;

}

.main .list li h3 {
    font-size: 14px;
    color: #333;
    margin-top: 5px;

}

.main .list li h3 a {
    color: #333;

}

.main .list li span {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 15px;
    background: #FFF;
    right: 5px;
    top: 33px;
    z-index: 10;
    font-size: 14px;
    color: #003fa2;
}

.main .list li span a {
    color: #003fa2;
}

.gd {
    width: 1024px;
    height: 94px;
    margin: auto;
    background: url(https://www.piyao.org.cn/yybgt/index/images/0426/images_14.jpg) 0 0 no-repeat;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}

.ckgd {
    font-size: 14px;
    position: absolute;
    right: 18px;
    top: 63px;
    color: #fff;
    float: right;
}

.ckgd a {
    color: #fff;
}

/*footer*/
.footer {
    width: 100%;
    height: auto;
    background: #0458bc;
    overflow: hidden;
    padding: 30px 0 15px 0;
    margin-top: 100px;
}

.footer p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-bottom: 15px;
}

.footer p span {
    color: #fff;
    padding: 0 15px 0 15px;
}

.footer p span a {
    color: #fff;
}

.backtop {
    width: 69px;
    height: 104px;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    top: 809px;
    right: 50%;
    margin-right: -600px;
    z-index: 99;
    display: none;
}

/*search*/
.search_num,
.search_list,
.fenye {}

.search_num {
    margin: 30px 0 30px 10px;
}

.search_num span {
    font-size: 18px;
    height: 50px;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    line-height: 50px;
    background: #0052bd;
    border-radius: 10px;
}

.previous {
    float: left;
    font-size: 14px;
    color: #585858;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 5px 12px 5px 12px;
    cursor: pointer;
}

.next {
    float: left;
    font-size: 14px;
    color: #585858;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 5px 12px 5px 12px;
    cursor: pointer;
}

.fenye {
    width: auto;
    margin: 0 auto;
    display: table;
    overflow: hidden;
    margin-top: 50px;
    display: none;
}

.fy_num {
    float: left;
    list-style: none;
}

.fy_num li {
    float: left;
    width: 28px;
    height: 28px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin: 0 10px 0 10px;
}

.fy_num li.on {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    background: #0052bd;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.previous {
    margin-right: 4px;
}

.next {
    margin-left: 4px;
}

.backHome {
    display: none;
    position: fixed;
    width: 110px;
    height: 45px;
    line-height: 45px;
    right: 20px;
    bottom: 20px;
    background: #0052bd;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    z-index: 100;

    animation-name: jello0;
    transform-origin: center;
    animation-duration: 2.6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}





@keyframes jello0 {
    0% {
        transform: scale3d(0.9, 0.9, 1);
        opacity: 0.8;
    }

    50% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    100% {
        transform: scale3d(0.9, 0.9, 1);
        opacity: 0.8;
    }
}

.tagTxt {
    font-size: 20px;
}

.tagTxt a {
    color: #0052bd;
    background: url(../images/icon1.png) 0 50% no-repeat;
    padding-left: 20px;
    background-size: 20px 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .domPC {
        display: none;
    }

    .domMobile {
        display: block;
    }

    .banner {
        height: auto;
        background: none;
    }

    .search {
        position: absolute;
        left: 10%;
        top: 85px;
        width: 80%;
        height: 40px;
        margin-left: 0;
    }

    .search .inputTxt {
        display: inline-block;
        width: 75%;
        height: 40px;
        font-size: 16px;
        padding: 0;
        border: none;
        background-size: 25px 25px;
        text-indent: 45px;
        border-radius: 15px 0 0 15px;
    }

    .search .inputSub {
        display: inline-block;
        width: 25%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        border: none;
        background: #0052bd;
        border-radius: 0 15px 15px 0;
        cursor: pointer;
    }

    .main {
        width: 100%;
    }

    .main .linkArea {
        padding: 30px 0;
        text-align: center;
    }

    .main .linkArea img {
        width: 20%;
        margin: 0 13px;
    }

    .main .listArea {
        background: #fff;
        padding: 20px 10px;
    }

    .main .list li {
        position: relative;
        font-size: 18px;
        line-height: 1.8em;
        color: #333;
        min-height: 50px;
        background: #eee;
        border-radius: 0px;

        margin-bottom: 25px;
        width: 100%;
        height: auto;
    }

    .main .list li:before {
        right: 2%;
        top: 3%;
        width: 70px;
        height: 50px;
    }

    .main .list li.tag1:before {
        background: url(https://www.piyao.org.cn/yybgt/index/images/0426/yz.png) no-repeat;
        background-size: 70px 50px;
    }

    .main .list li.tag2:before {
        background: url(../images/tag2.png) no-repeat;
        background-size: 100px 99px;
    }

    .main .list li.tag3:before {
        background: url(../images/tag3.png) no-repeat;
        background-size: 100px 99px;
    }

    .main .list li.tag4:before {
        background: url(../images/tag4.png) no-repeat;
        background-size: 100px 99px;
    }

    .search_list {
        background: #eaeaea;
        padding: 20px 10px;
    }

    .backHome {
        display: none;
        position: fixed;
        width: 110px;
        height: 45px;
        line-height: 45px;
        right: 10px;
        bottom: 10px;
        background: #0052bd;
        color: #fff;
        font-size: 20px;
        text-align: center;
        border-radius: 15px;

        animation-name: jello0;
        transform-origin: center;
        animation-duration: 2.6s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
    }

    .gd {
        width: 94%;
        height: 90px;
        margin: auto;
        background: #2788ed url(https://www.piyao.org.cn/yybgt/index/images/0426/mgd.jpg) 0 0 no-repeat;
        background-size: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
    }

    .main .list li .img {
        width: 167px;
        height: 94px;
        float: left;
        margin-right: 20px;
        display: none;
    }

    .main .list li h3 {
        display: none;
    }

    .main .list li span {
        display: none;
    }

    .main .list li h2 {

        width: 70%;
        font-size: 22px;
        color: #000;
        margin-right: 0px;
        line-height: 28px;
        padding: 13px;
        height: auto;
    }

    .txtScroll-top .infoList li {
        height: 48px;
        overflow: hidden;
        line-height: 24px;
        font-size: 16px;
        color: #FFF;
    }

    .ckgd {

        right: 5px;


    }


    .txtScroll-top {
        width: 90%;
        overflow: hidden;
        position: relative;

        top: 38px;
        left: 0px;
    }

    .txtScroll-top .bd {
        padding: 10px;
    }

    .footer {


        margin-top: 5px;
    }

    .txtScroll-top .bd {
        padding: 0 10px;
    }

    @keyframes jello0 {
        0% {
            transform: scale3d(0.9, 0.9, 1);
            opacity: 0.8;
        }

        50% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        100% {
            transform: scale3d(0.9, 0.9, 1);
            opacity: 0.8;
        }
    }
}