/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.banner {
    width: 100%;
    min-width: 12rem;
    height: 5.32rem;
    background: url("../images/newsList_imgs0.jpg") no-repeat;
    background-size: 100% 100%;
}

/*.banner-text {*/
/*    height: 5.32rem;*/
/*    width: 12rem;*/
/*    background: url("../images/newsList_imgs0.jpg") no-repeat;*/
/*    background-position: center center;*/
/*    margin: 0 auto;*/
/*}*/

.cont {
    width: 12rem;
    margin: 0 auto;
}

.news-item {
    padding-top: .35rem;
    width: 100%;
    border-bottom: .01rem solid #dcdcdc;
    position: relative;
    height: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: .01rem;
    width: 0;
    background: #4a9fff;
}

.news-item:hover:after {
    -webkit-animation: long 0.2s linear forwards;
    animation: long 0.2s linear forwards;
}

@-webkit-keyframes long {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes long {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.news-item-left {
    float: left;
    width: 1.4rem;
    height: 1.25rem;
    /*text-align: center;*/
}

.item-time {
    height: .67rem;
    color: #494949;
    font-size: .2rem;
    position: relative;
    /*text-align: center;*/
}

.item-time:after {
    content: '';
    width: .23rem;
    height: .13rem;
    background: url("../image/newsList_icon0.png");
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -0.12rem;
    bottom: 0;
    display: none;
}

.news-item:hover .item-time:after {
    display: block;
    -webkit-animation: moveRight 4s linear infinite;
    animation: moveRight 4s linear infinite;
}

@-webkit-keyframes moveRight {
    0%, 50%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        -webkit-transform: translateX(.2rem);
        transform: translateX(.2rem);
    }
    75% {
        -webkit-transform: translateX(-0.2rem);
        transform: translateX(-0.2rem);
    }
}

@keyframes moveRight {
    0%, 50%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        -webkit-transform: translateX(.2rem);
        transform: translateX(.2rem);
    }
    75% {
        -webkit-transform: translateX(-0.2rem);
        transform: translateX(-0.2rem);
    }
}

.news-item-middle {
    float: left;
    width: 8.9rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: .27rem;
    padding-top: .03rem;
}

.item-title {
    display: block;
    width: 100%;
    font-size: .16rem;
    font-weight: bold;
    color: #333;
    margin-bottom: .23rem;
}

.item-title:hover {
    color: #4a9fff;
}

.item-text {
    color: #8d8d8d;
    line-height: .25rem;
}

.news-item-right {
    width: 1.67rem;
    float: left;
}

.news-item-right img {
    width: 100%;
    height: 1rem;
}

.news-item-middle-long {
    width: 10rem;
    float: left;
}
a.overflow-dot.item-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
p.item-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.get-more {
    width: 1.22rem;
    height: .35rem;
    line-height: .35rem;
    padding-left: .2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .01rem solid #4a9fff;
    color: #4a9fff;
    cursor: pointer;
    position: relative;
    margin: .6rem auto;
}

.get-more:after {
    content: '';
    position: absolute;
    width: .11rem;
    height: .15rem;
    background: url("../image/newsList_icon1.png");
    background-size: 100% 100%;
    right: .19rem;
    top: .11rem;
}

.get-more:hover:after {
    -webkit-animation: moveDown 2s linear infinite;
    animation: moveDown 2s linear infinite;
}

@-webkit-keyframes moveDown {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(.05rem);
        transform: translateY(.05rem);
    }
    75% {
        -webkit-transform: translateY(-0.05rem);
        transform: translateY(-0.05rem);
    }
}

@keyframes moveDown {
    0%, 50%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(.05rem);
        transform: translateY(.05rem);
    }
    75% {
        -webkit-transform: translateY(-0.05rem);
        transform: translateY(-0.05rem);
    }
}

/* .tab-box {
   height: 1rem;
   background: #F1F1F1;
   text-align: center;
}

.tab-box li {
   display: inline-block;
   width: 2.7rem;
   height: 0.64rem;
   margin: 0 -.06rem;
   margin-top: 0.2rem;
   background: url(../images/enter-whiteBg.png) no-repeat center;
   background-size: contain;
   text-align: center;
   color: #333;
   font-size: .18rem;
   line-height: 0.6rem;
   cursor: pointer;
}
.tab-img{
   background: url(../images/gh-nav1.png) no-repeat center;
}
.tab-box li::after{
   content: '';
   display: inline-block;
   background: url(../images/Slash.png);
   width: .23rem;
   height: .48rem;
   position: absolute;
   margin-top: -0.58rem;
   margin-left: 1.5rem;
} */
/* .top-nav-xinwen .item1.active .tab-img {
	background: url('../images/xinwen-nav01.png') no-repeat center;
} */

/* 新闻 */

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.top-nav-xinwem ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem 0;
    margin: 0;
    padding: 0;
    margin: .37rem 0;
}
.top-nav-xinwem ul .item1.item2{
    width: 1.5rem;
    display: flex;
}
.top-nav-xinwem ul .after::after {
    content: '';
    display: inline-block;
    background: url(../images/Slash.png) no-repeat;
    width: .23rem;
    height: .48rem;
    position: absolute;
    margin-top: -0.48rem;
    margin-left: 1.5rem;
    background-size: contain;
}
.top-nav-xinwem ul .item1{
    margin-right: .1rem;
}
.top-nav-xinwemul .item2{
    margin-left: .1rem;
}
.top-nav-xinwem ul li p{
    color: #333333;
    width: 1.5rem;
    font-size: .16rem;
    text-align: center;
}
.top-nav-xinwem .tab-img{
    height: .25rem;
    margin-top: .07rem;
}

.line{
    width: 4rem;
    height: .01rem;
    background: #EEEEEE;
}
.top-nav-xinwem li:hover p {
    cursor: pointer;
    font-weight: bold;
    color: #3370FF;
    font-size: .16rem;

}
.top-nav-xinwem li.active p{
    cursor: pointer;
    font-weight: bold;
    color: #3370FF;
    font-size: .16rem;
}

.content {
    margin: 0;
}

.navbar_nav li:nth-of-type(7) {
    background-color: #3370FF;
    transition: all 0.5s ease 0s;
}

.navbar_nav li:nth-of-type(7)>a {
    color: #fff!important;
}

.item1.twoNav-li1 {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
}
/*.item1.after.twoNav-li1 h2 {*/
/*    color: #3370FF;*/
/*}*/
#twoNav li.after h2{
    color: #3370FF;
}
