﻿* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

body {
    font-size: 0;
    background-color: #F7F8FA;
}
.bg_max {
    width: 100%;
}
.layui-tab {
    margin:0 !important;
    text-align: left !important;
}
.layui-tab-title {
    height: 50px !important;
}
.layui-tab-title li{line-height: 50px !important;}
.tabs {
    width: 100%;
    font-size: 1vw;
}

.tabs>.datenav {
    background-color: #E6F7FF;
}

.tabs>.datenav>ul {
    text-align: center;
    width: 80%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tabs>.datenav>ul>li {
    width: 100%;
    height: 50px;
}

.tabs>.datenav>ul>li:hover {
    color: #24A8E6;
}

.tabs>.datenav>ul>li:first-child {
    color: #24A8E6;
    height: 49px;
    border-bottom: solid #24A8E6;
}

.dates {
    border: solid;
    height: 750px;
    width: 80%;
    margin: 0 auto;
    background-color: #FFF;
}

.dates>ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.dates>ul>li {
    width: 90%;
    border: solid;
    height: 10%;
    margin: 0 auto;
}
.tabs>.layui-tab-brief>.xin_jjk .layui-tab-title .layui-this{ 
    color: #005bff; 
}
.tabs>.layui-tab-brief>.xin_jjk .layui-tab-title .layui-this::after{height:50px;
    border-bottom: 2px solid #005bff; border-top:0; border-left:0; border-right:0;
}
.tabs .layui-tab-title{
    margin: 0 auto;
	width:70%;
    background-color: #E6F7FF;
    overflow: hidden;
}

.tabs .layui-tab-title>li{
    width: 8%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
}
.layui-tab{
    width: 100%;
    height: 90%;
}

.layui-tab-content{
    width: 70%;
    height: 100%;
    margin: 0 auto;
}

.layui-tab-item{
    width: 100%;
    height: 100%;
}
.tab_news{
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border: solid #FFF;
}
.tab_news>li{
    position: relative;
    height: 150px;
    width: 90%;
    margin: 3% auto;
    background-color: #F7F8FA;
    border: solid #FFF;
}
.tab_news>li>img{
    position: absolute;
    top: 10%;
    left: 3%;
    width:3%;
    background-color: #B8E8FE;
    border-radius: 5px;
}
.tab_news>li>h3{
    position: absolute;
    left: 7%;
    top: 10%;
	font-size:18px;
}
.xin_jjk{ width:100%; background:#E6F7FF;}
.tab_news>li>p{
    position: absolute;
    left: 3%;
    top: 35%;
    font-size: 12px;
    color: #888;
	
	overflow:hidden;
	text-overflow: ellipsis;
	width:95%;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.tab_news>li>a{
    border-radius: 20px;
    font-size: 12px;
    position: absolute;
    right: 2%;
    top: 10%;
    width: 8%;
	padding:3px 0;
    text-align: center;
    background-color: #5ba6ff;
    color: #FFF;
}
.tab_news>li>div{
    width: 0;
    height: 15%;
    border: solid #5ba6ff;
}
.more{
    position: absolute;
    right: 15%;
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
}


/* footer */

/*.footer {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100px;
    background-color: #005F95;
}

.foot_logo {
    position: absolute;
    top: 10%;
    width: 50%;
    height: 80%;
    border-right: #FFF solid;
}

.foot_logo>img {
    width: 50%;
    height: 100%;
    margin-left: 40%;
}

.foot_text {
    width: 40%;
    position: absolute;
    top: 10%;
    right: 5%;
    color: #FFF;
}

.foot_text>p {
    font-size: 1vw;
    height: 40px;
    line-height: 40px;
}
*/
