@charset "utf-8";
@import url(init.css);
@import url(pub.css);
@import url(public.css);
@import url(../fonts/simple-line-icons/css/simple-line-icons.css);
@import url(../fonts/app-icons/iconfont.css);
@font-face {
    font-family: politicaregular;
    src: url(../fonts/app-icons/politicaregular.ttf);
}

.banner{
    background: url(../image/fc_bg.jpg) no-repeat center;
    height: 37rem;
}

.b-img{
    width: 100%;
    object-fit: cover;
    max-height: 37rem;
}

.news{
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-content , .news-menu{
   box-sizing: border-box;
}



.news-item{
   float: left;
   padding-right: 20px;
   box-sizing: border-box;
}

.box{
    border: 1px solid #ececec;
    border-radius: 10px 10px 0 0;
    margin-bottom: 40px;
}

.box :nth-child(n+2){
    padding: 0 8px;
}

.news-img{
    overflow: hidden;
    max-height: 235px;
    border-radius: 10px 10px 0 0;
}

.news-img img{
    width: 100%;
    object-fit:cover;
    height: 23.5rem;
    vertical-align: center;
    border-radius: 10px 10px 0 0;
    opacity: .85;
    -moz-transition: all .75s cubic-bezier(.785,.135,.15,.86);
    -o-transition: all .75s cubic-bezier(.785,.135,.15,.86);
    -webkit-transition: all .75s cubic-bezier(.785,.135,.15,.86); 
    transition: all .75s cubic-bezier(.785,.135,.15,.86);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.news-item div:hover img{
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
 

}

.news-item h2{
    line-height: 35px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    -o-text-overflow:ellipsis;
    box-sizing: border-box;
}

.news-item ul {
    padding: 10px 0;
}

.news-item ul li{
    display: inline-block;    
    font-size: 12px;
    color: #bcbcbc;
}

.news-memo{
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding-bottom: 2rem;
    color: #777777;
    overflow: hidden;
    height: 90px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-overflow: ellipsis;

    
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.news-menu h2{
    font-size: 16px;
    font-weight: 700;
    background-color: #f2f2f2;
    padding-left: 15px;
}


.news-item-wrap{
    position: relative;
    margin-top: 10px;
}

.news-item-wrap span{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 15px ;
    font-size: 2em;
    font-weight: 800;
    font-family: Impact;
    line-height: 2em;
    color: #888;
}

.news-item-wrap p{
    font-size: 1.4em;
    margin-left: 3.6em;
    line-height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.news-item-wrap a:hover , .news-item-wrap a:hover span{
    color: #27ae61;
}


.right-img{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.right-img img{
    width: 100%;
    height: 18rem;
    object-fit: cover;
}


.img-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .7);
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}

.news-page{
    clear: both;
}
.news-page ul{
    text-align: center;
}

.news-page ul>:nth-last-child(n+2){
    margin-right: 15px;
}

.news-page ul li{
    height: 36px;
    
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border: 1px solid #bcbcbc;
    color: #777777;
}

.news-page ul li a{
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
}
.news-page ul li:hover{
    background-color: #27ae61;
    border: 1px solid #27ae61;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    
}

.news-page ul li:hover a{
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.news-page .pc-page{
    display: block;
}

.news-page .mobile-page{
    display: none;
}



.forums-page .mobile-page {
    display: none;
}


.forums-page .pc-page {
    display: block;
}


.forums-page {
    clear: both;
    margin-top: 3rem;
  }
  
  .forums-page ul {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .forums-page ul > :nth-last-child(n + 2) {
    margin-right: 15px;
  }
  
  .forums-page ul li {
    height: 36px;
  
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border: 1px solid #bcbcbc;
    color: #777777;
  }
  
  .forums-page ul li a {
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  
  .forums-page ul li:hover {
    background-color: #27ae61;
    border: 1px solid #27ae61;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .forums-page ul li:hover a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .page-active {
    background-color: #27ae61;
    border: 1px solid #27ae61;
    color: #fff;
}

 

@media screen and (max-width: 555px) { 
	.banner , .banner .banner-img{
        height: 25rem;
        line-height: 15em;
    }

    .banner_ad {
        width: 30%;
    }

    .banner .left_img{
        height: 10rem;
    }
    
    .title-hot{
        margin-top: 1.5rem;
    }

    .news-item {        
        padding-right: 0px;
    }

    .b-img{
        min-height: 30rem;
    }

    .banner-img{
        padding: 0;
    }
}


@media screen and (min-width: 560px) and (max-width: 768px) { 
 
    .banner , .banner-img{
        height: 19.5rem;
        line-height: 19rem;
    }

    .banner-img{
        padding: 0;
    }

    .banner_ad {
        width: 30%;
    }

    .banner .left_img{
        height: 12rem;
    }

    .news-item{
        padding-right: 0;
    }

    .news-page .pc-page{
        display: none;
    }
    
    .news-page .mobile-page{
        display: block;
    }

    .news-memo{
        height: 60px;
    }

    .title-hot{
        margin-top: 20px;
    }

    .news-item-wrap span{       
        padding: 0 10px ;
    }

    .title-hot{
        margin-top: 1.5rem;
    }
    
}


@media screen and (min-width: 769px) and (max-width:992px){ 
    .banner , .banner-img{
        height: 24.5rem;
        line-height: 24rem;
    }

    .banner_ad {
        width: 30%;
    }

    .banner .left_img{
        height: 12rem;
    }

    .news-item{
        padding-right: 0;
    }
    .news-memo{
        height: 60px;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px){ 
    .banner , .banner-img{
        height: 31.7rem;
        line-height: 31.5rem;
    }

    .left_img{
        height: 15rem;
    }

    .banner_ad {
        width: 40%;
    }
}

@media screen and (min-width: 1201px) { 
    .banner{
        height: 37rem;
        background-size: 100% 100%;
    }

    .banner_ad{
        width: 52rem;
    }
}