@charset "UTF-8";
*{
    margin: 0;
    padding:0;
}
ul li{
    list-style: none;
    float:left;
}
a{
    text-decoration: none;
    color:#fff;
}
/* 导航 */
.main{
    width:100%;
    margin:0 auto;
    overflow: hidden;
}
.main_header{
    position:relative;
    width:100%;
    height:96%;
    background: url(../img/new_banner.jpg)no-repeat;
    background-size:cover;
    overflow: hidden;
}
.main_header_nav{
    position: relative;
    margin-top:25px;
    height:42px;
    font-size:12px;
    cursor:pointer;
}
.main_header_nav_center{
    width:53px;
    height:42px;
    margin:0 auto;
}
.main_header_nav_left{
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left:68px;
}
.main_header_nav_left li{
    margin-right:80px;
}
.main_header_nav_right{
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right:68px;
}
.main_header_nav_right li{
    margin-left:80px;
}
.main_header_rotation_chart{
    width:100%;
    font-size:32px;
    color: #FFFFFF;
    text-align: right;
    text-shadow:0px 5px 10px rgba(0, 0, 0, 0.2);
}
.main_header_rotation_chart_1{
    width:100%;
    font-size:24px;
    color:rgba(255,255,255,1);
    line-height:24px;
    text-shadow:0px 5px 10px rgba(0, 0, 0, 0.2);
    text-align: right;
    margin-top:20px;

}
.main_header_more a{
    color:#6699CC;
}
.main_header_more a:hover{
    color:#6699CC;
    font-weight:bold;
}
.main_header_more{
    width:128px;
    height:42px;
    line-height:42px;
    background:rgba(255,255,255,1);
    border-radius:21px;
    font-size:16px;
    color: #6699CC;
    text-align: center;
    margin: 0 auto;
}
.main_header_nav .main_header_more{
    cursor:pointer;
}
/* 列表导航 */
.tab_nav {
    width: 100%;
    height: 86px;
    position: absolute;
    bottom: -43px;
    left: 0;
    z-index: 1212;
}

.tab_nav ol {
    width: 562px;
    height: 86px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    color: #878787FF;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    line-height: 86px;
    cursor: pointer;
}

.tab_nav ol li {
    float: left;
    padding: 0 10.222%;
    text-align: center;
}
 /* 列表 */
.list_ul li {
    width: 30%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 50px;
    overflow: hidden;
}
.img_txt {
    padding: 19px 18px;
}
.img_txt .txt{
    font-size:16px;
    font-family: MicrosoftYaHei;
    color:#303030;
    line-height: 24px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.watck_num {
    margin-top: 18px;
    overflow: hidden;
    position: relative;
    font-size:14px;
    font-family: MicrosoftYaHei;
    color:#808080;
}

.watck_num .icon {
    width: 20px;
    position: absolute;
    right: 32px;
    top: 1px;
}

.watck_num .icon_left {
    float: left;
}

.watck_num .icon_right {
    text-align: right;
    float: right;
    position: relative;
    width: 100px;
    background: url(../img/new_eye.jpg) no-repeat;
    background-size: 20px;
    background-position: 44px 2px;
    overflow: hidden;
}
/* 视频 */
.video_mode .video_btn{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    cursor:pointer;
}
.video_mode .img_div{
    height:223px;
    overflow: hidden;
}
/* 新闻 */
.new_page .loading_more{
    background: url(../img/icon_arrow_right.png) no-repeat;
    background-size: 20px 16px;
    background-position: 125px 4px;
    position: absolute;
    right:0;bottom:0
    ;cursor:pointer;
    overflow: hidden;
    width:150px;
    color:#6699CC;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}

.new_page li{
    margin-bottom: 50px;
}

.new_page li .title{
    font-size:24px;
    font-family: MicrosoftYaHei;
    color: #303030;
    line-height: 24px;
    margin-bottom: 20px;
}
.new_page li .title_img{
    width:200px;
    height:130px;
    float:left;
    margin-right: 15px;
    overflow: hidden;
}
.new_page li .txt{
    width:70%;
    float:left;
    line-height: 25px;
    position: relative;
    color: #808080;
    font-size: 14px;
   
}
