﻿@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: 15%;
    height:100%;
    float: left;
    text-align: center;
    color: white;
    background-image: url("/img/maobi.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center 90%;
    background-color: #6fb6a4;
}


.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;
}

.lanmu a{
	font-size: 1vw;
    color: #FFF;
    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-top: 5vh;
    padding-bottom: 5vh;
}

.center .news_list li{
    list-style-type: none;
    height: 8vh;
    line-height: 8vh;
    border-bottom:1px #FFFFFF solid ;
}

.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;
    text-decoration:none;
}

.center .news_list li a:hover{
    background-color: #338e77;
}


.center .news_detail{
    width: 100%;
    height:100%;
    background-image: url("/img/zhongguofeng.png");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: top center;
    background-color: #64a594;
    text-align: center;
    position: relative;

}

.center .news_detail #a,#b,#c{
    width: 100%;
    position: absolute;
    top: 35%;

}

.center .news_detail .news_1{
    width: 100%;
    height: 56vh;
}

.center .news_detail ul{width: 100%;height: 56vh;}

.center .news_detail li{
    margin: 0% auto;
    margin-bottom:2vh;
    border-bottom: 1px dashed beige;
    width: 90%;
    height: 4vh;
}

.center .news_detail li a{
    display: block;
    width: 100%;
    font-size: 1.2vw;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration:none;
}

.center .news_detail li a:hover{
    color: black;
}

.center .news_detail .pagination button{
    display: inline-block;
    padding: 1vh 0.5vw;
    border-radius: 5px;
    background-color: white;
    outline: none;
}
.pagination {
    position: absolute;
    width: 28vw;
    height: 5vh;
    overflow: hidden;
    display: block;
    left: 0.1vw;
    bottom: 1vh;
    z-index: 8888;
    list-style: none;
    margin: 0;
    padding: 0;
}
.center .news_detail .pagination .active_button{
    background-color: #def3f3;
}



.center .news_content,.center .news_content2,.center .news_content3{
    text-align: center;
}

.center h2{
    margin-top: 10vh;
    font-size: 1.6vw;
}

.center h5{
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 0.9vw;
    float: right;
    margin-right: 6vw;
}

.center p{
    text-indent: 2em;
    font-size: 1.1vw;
}

    .center p img {
        width:100%;    
    }

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
#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;
} 

/*
* 外面盒子样式---自己定义
*/
			
.page_div {
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-family: "microsoft yahei";
    color: #666666;
    box-sizing: border-box;
}
/*
* 页数按钮样式
*/
.page_div a {
    height: 3vh;
    border: 1px solid #dce0e0!important;
    text-align: center;
    margin: 0 0.5vh;
    cursor: pointer;
    line-height: 3vh;
    color: #666666;
    font-size: 0.6vw;
    display: inline-block;
    text-decoration:none;
}
#firstPage,
#lastPage {
    width: 2vw;
    color: #fff;
    border: 1px solid #fff!important;
}
#prePage,
#nextPage {
    width: 3vw;
    color: #fff;
    border: 1px solid #fff!important;
}
.page_div .current {
    min-width:1.4vw;
    margin:0;
    background-color: #6fb6a4;
    border-color: #0073A9;
    color: #FFFFFF;
}
.totalPages,.totalSize {
    font-size:0.8vw;
    margin: 0 0.5vh;
    color:#444444;
    /*display:block;
    height:3vh;
    line-height:3vh;*/
}
.totalPages span,
.totalSize span {
    color: #fff;
    margin: 0 0.5vh;
}