﻿/* 实时新聞中心 */

/* @font-face{
    font-family: "msyh";
    src: url(../font/msyh.ttf);
} */

*{
    margin: 0;
    padding: 0;
    /* font-family: msyh; */
    font-family: "微軟雅黑";
}
body{
	background: #EEF0F0 !important;
}

ul{
    list-style: none;
}
.bg_white{
    background: white !important;
    border-bottom: 1px solid rgb(234, 234, 234);
}
.font_white{
    color: white !important;
}
.font_black{
    color: black !important;
}


.Bred_fRed{
    color: red;
    /* border-bottom: 1px solid red !important; */
}




/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司// */
/* 圖片展示區域開始 */
.img_box{
    width: 100%;
    min-height: 4rem;
    position: relative;
    overflow: hidden;
}
.img_box .info_img{
   /*  height: 6rem; */
    width: 100%;
    vertical-align: middle;
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
}
/* 圖片展示區域結束 */


/* 廣州優勝電子技術有限公司廣州優勝電子技術有限公司廣州優勝電子技術有限公司 */
/* 实时新聞中心開始 */
.news1_box{
    width: 92%;
    background: #EEF0F0;
    overflow: hidden;
    margin: 0 auto;
}
.news1_box .title_box{
    width: 100%;
   /*  height: 1rem;
    margin-top: 0.5rem; */
}
.news1_box .title_box>h1{
    /* width: 100%;
    height: 100%;
    font-size: 0.6rem;
    color: #4b4b4b;
    text-align: center;
    line-height: 1rem; */
    width: 100%;
    height: 100%;
    font-size: 0.57rem;
    line-height: 0.8rem;
    text-align: center;
    color: #4b4b4b;
    margin: 0.35rem 0;
}
.news1_box .item_box{
    width: 100%;
    margin-top: 0.3rem;
}
.news1_box .item_box>ul{
    width: 100%;
    margin: 0;
    padding: 0;
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; */
    
     display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;

    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
     -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
     -o-flex-wrap: wrap; 
    
    
}
.news1_box .item_box>ul>li{
    width: 99.3%;
    background: white;
    margin: 0 1.25%;
    margin-bottom: 0.5rem;
}
.news1_box .item_box>ul>li>a{
    width: 100%;
    text-decoration: none;
    color: #4b4b4b;
    margin: 0;
    padding: 0;
    border: none;
   /*  display: flex;
    justify-content: center;
    flex-wrap: nowrap; */
    padding: 0.35rem;
    
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;

    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
     -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
     -o-flex-wrap: nowrap; 
    
}
.news1_box .item_box>ul>li>a .img1_box{
    width: 40%;
   height: 3.3rem;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
    
}


.news1_box .item_box>ul>li>a .img1_box>img{
    min-width: 100%;
    height: 100%;
    transition: all 1.4s;
    border: none;
}
.news1_box .item_box>ul>li>a .img1_box>img:hover {
    -webkit-transform: scale(1.2,1,2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    position: absolute;
    top: 0;
    left: 0;
}
.news1_box .item_box>ul>li>a .ct_box{
    width: 60%;
}


.news1_box .item_box>ul>li>a .ct_box>p{
    width: 100%;
    padding: 0;
    margin:0;
    font-size: 0.2rem;
    padding-left: 0.2rem;
    color: #4b4b4b;
}
.news1_box .item_box>ul>li>a .ct_box>p:nth-of-type(1){
    height: 0.7rem;
    font-size: 0.3rem;
    overflow: hidden;
    color: #333;
    font-weight: 600;
}
.news1_box .item_box>ul>li>a .ct_box>p:nth-of-type(2){
    height: 0.4rem;
    font-size: 0.2rem;
    padding-top: 0rem;
}
.news1_box .item_box>ul>li>a .ct_box>p:nth-of-type(3){
    height: 1.4rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    padding-top: 0rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.news1_box .item_box>ul>li>a .ct_box>p:nth-of-type(4){
    height: 0.6rem;
    width: 1.7rem;
    font-size: 0.26rem;
    padding-top: 0.1rem;
    position: relative;
    color: #333;
}
.news1_box .item_box>ul>li>a .ct_box>p:nth-of-type(4):hover{
    color: #ff6700;
}
.news1_box .item_box>ul>li>a .ct_box>p:nth-of-type(4):hover span{
    width: 1.06rem;
}
.news1_box .item_box>ul>li>a .ct_box>p:nth-of-type(4)>span{
    display: block;
    width: 0;
    height: 0.05rem;
    background: #ff6700;
    position: absolute;
    left: 0.2rem;
    bottom: 0;
    transition: all 0.2s;
}

/*  */
.news1_box .page_box{
    width: 90%;
    min-height: 1.5rem;
    margin: 0 auto;

}

.news1_box .page_box .navigation{
    height: 60%;
    padding: 0;
    margin: 0;
    font-size: 0.05rem !important;
}  
.pagination1 ul{
    height: 100%;
    margin: 0;
    text-align: right;
}
.news1_box .page_box .navigation ul li{
    height: 100%;
}
.news1_box .page_box .navigation>ul li a{
    margin: 0 !important;
    padding: 0 !important;
}
#pagination1{
    margin: 0;
    padding: 0;
    font-size: 0.2rem;
    border-radius: none;
    width: 30%;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    border-radius: none;
}
#pagination1>ul{
    margin:0;
    text-align: center;
  /*   display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; */
    width: 100%;
    border-radius: none;
    margin-top: 0.4rem;
    
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;

    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
     -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
     -o-flex-wrap: nowrap; 
}
#pagination1 li{
    margin: 0 0.05rem;
}
#pagination1 a{
    padding: 0.05rem 0.1rem;
    margin: 0;
}
#pagination1 a::marker{
    border:none;
    width: 100%;
    height: 100%;
}
#pagination1 .br_none{
    border-radius: 0 !important;
}
#pagination1 a {   
    outline:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-shadow: none !important;
}  



/* 实时新聞中心結束 */


