﻿@charset "utf-8";
/* CSS Document */

html{
    height: 100%;
    overflow: hidden;
}

body{
    width: 100%;
    height: 100%;
    background-size:16px;
    background-repeat:no-repeat;
    font-family: "微软正黑";
}

.center{
    width: 94%;
    height: 100%;
    position: absolute;
    right: 0%;
    bottom: 0%;
}

.center .news_list{
    width: 20%;
    height:100%;
    float: left;
    text-align: center;
    color: white;
    background-image: url("/img/dushu.png");
    background-repeat: no-repeat;
    background-size: 130%;
    background-position:bottom left;
    background-color: #64bce8;
}


.center .news_list .lanmu{
    margin-top: 15%;
    display: block;
    float: left;
    margin-left: 10%;
    margin-bottom: 20%;
    width: 90%;
    text-align: left;
}
.lanmu{
    margin-top: 15%;
    display: block;
    float: left;
    margin-left: 10%;
    margin-bottom: 20%;
    text-align: left;
    white-space: nowrap;
}

.lanmu a{
    color: #FFF;
    font-size: 1vw;
    text-decoration:none;
}

.center .news_list h1{
    width: 100%;
    margin-bottom: 2vh;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 2.5vw;
    padding-bottom: 5vh;
}

.center .news_list li{
    font-size:1.2vw;
    list-style-type: none;
    width: 100%;
    height: 8vh;
    line-height: 8vh;
    border-bottom:  #FFFFFF solid 1px;
}

.center .news_list li a{
    width: 100%;
    height: 100%;
    line-height: 8vh;
    display: block;
    color: white;
    font-size: 1.4vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.center .news_list li a:hover{
    background-color: #3fa6e8;
}


.center .news_detail{
    width: 100%;
    height:100%;
    background-image: url("/img/zi.png");
    background-repeat: no-repeat;
    background-size:85%;
    background-position: top center;
    background-color: #85c8e8;
    text-align: center;
    position: relative;

}

.center .news_detail #a,#b,#c{
    width: 100%;
    height: 75%;
    position: absolute;
    top: 25%;

}

.center .news_detail .news_1{
    width: 100%;
    height: 80%;
}

.center .news_detail ul{width: 100%}

.center .news_detail li{
    margin: 0% auto;
    margin-bottom:1vh;
    border-bottom: 1px dashed white;
    width: 90%;
    height: 8.5vh;
}

.center .news_detail li a{
	font-size: 1vw;
    display: inline-block;
    width: 100%;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.center .news_detail li a:hover{
    color: black;
}


.center .news_detail li img{
    width: 100%;display: inline-block;margin-right: 1%;
}

.center .news_detail li div{
    width: 75%;display: inline-block;overflow: hidden;
}

.center .news_detail li p{
    font-size: 0.9vw;
    width: 100%;
    white-space:normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.center .news_detail .pagination button{
    display: inline-block;
    padding: 2% 2%;
    border-radius: 5px;
    background-color: white;
    outline: none;
}

.center .news_detail .pagination .active_button{
    background-color: #64bce8;
}



.center .news_content,.center .news_content2,.center .news_content3{
    text-align: center;
}

.center h2{
    margin-top: 7vh;
    font-size: 1.5vw;
}
.zbjy_s_nr h2 {
    margin-top: 7vh;
    font-size: 1.5vw;
}

.center h5{
    margin-top: 1vh;
    font-size: 0.9vw;
    float: right;
    margin-right: 2.2vw;
}

.center .news_content p{
    text-indent: 2em;
    font-size: 1.1vw;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
#content::-webkit-scrollbar{
    width: 6px;
    height: 10px;
    background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #f5f5f5;
}
/*定义滑块，内阴影及圆角*/
#content::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 10px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
} 
