
.channelMain *,
.topTxt .wrap a,
.footer *,
.banner .swiper-pagination *,
.nav ul li .h2tit a:after,
.nav,
.nav *,
.index,
.index *,
.topTxt,
.topTxt *,
.head,
.head *{
-webkit-transition:all 0.3s;
-o-transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
transition:all 0.3s;

}

input::-webkit-input-placeholder{
            color:rgb(17 17 17 / 60%)
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:rgb(17 17 17 / 60%)
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:rgb(17 17 17 / 60%)
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:rgb(17 17 17 / 60%)
        }

.moreBase:hover{
    color: #111111;
    background-color: #FFD800;
    border-color: #FFD800;
}

.section1 .wrap .list .item .imgbox .txt .more:hover{
    color: #111111;
    background: #FFD800;
    border-color: #FFD800;
}


.channelMain .right .newslist ul li a:hover *,
.topTxt .wrap a:hover,
.footer .block2 .wrap a:hover:hover,
.footer .block1 .wrap .item .link a:hover,
.section5 .wrap .content .right ul li a:hover *,
.topTxt .wrap a:hover{
    color: #FFD800 !important
}


.channelMain .left .imgbox:hover img,
.channelMain .right .newslist ul li a:hover .imgbox img,
.section5 .wrap .content .right ul li a:hover .imgbox img,
.section5 .wrap .content .left a:hover img,
.section4 .wrap .list .imgbox img:hover,
.section1 .wrap .list .item:hover .imgbox img{

-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);

}
.section5 .wrap .content .right ul li a:hover,
.section1 .wrap .list .item:hover{
box-shadow: 0px 24px 36px 0px rgba(0,0,0,0.05);
}
.section3 .wrap .list ul li:hover{
    box-shadow: 0px 24px 36px 0px rgba(0,0,0,0.05);
        transform: translateY(-10px);
}

.articleContent2 .list1 ul li img:hover,
.articleContent2 .list2 ul li img:hover{
        transform: translateY(-10px);
        cursor: pointer;
}