@import 'header.css';
@import 'footer.css';

/********覆盖首页部分导航样式*********/

.layui-fluid {
    margin: 0;
    padding: 0;
}

.searchebox {
    width: 100%;
}

.layui-maintitle {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 20px;
}

.layui-time {
    margin-top: 20px;
    color: #888888;
}

.layui-subtitle {
    font-size: 14px;
    padding-right: 20px;
    text-align: right;
    padding-left: 0px;
    height: 40px;
    line-height: 40px;
    color: #808080;
}

.layui-content-box {
    border-right: 0px solid #CCC;
    border-left: 0px solid #CCC;
    /*padding:50px 50px;
    margin-top:10px;
    -moz-box-shadow:0px 0px 20px #CCC; -webkit-box-shadow:0px 0px 20px #CCC; box-shadow:0px 0px 20px #CCC;*/
}

.layui-title-bg {
    margin-top: 10px;
    height: 40px;
    margin-bottom: 10px;
    border-bottom: 2px solid #F4F4F4;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.layui-title-bg span {
    display: inline-block;
    padding: 0 10px;
    border-bottom: 2px solid #CE4589;
}

#pagenation {
    margin: 0 auto;
}

.layui-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.layui-list li {
    margin-top: 20px;
    border: 0px solid #000;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #888888;
    overflow: hidden;
    padding-bottom: 20px;
}

.layui-list li:hover {}

.layui-list-img {
    width: 100%;
}

.layui-list-txt {
    text-align: center;
    line-height: 25px;
    width: 300px;
    height: auto;
    word-wrap: break-word;
    word-break: normal;
}

.layui-list-txt h2 {}

.layui-list-txt a {
    font-size: 14px;
}

.pubtime {
    color: #808080;
    height: 50px;
    line-height: 70px;
    bottom: 0;
}

.layui-image .img-item {
    width: 100%;
    display: inline-block;
    height: 180px;
    margin-bottom: 4px;
    position: relative;
    margin-bottom: 20px;
}

.layui-image .img-item img {
    width: 100%;
    height: 180px;
}

.layui-image .img-item p {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    bottom: 0;
    line-height: 40px;
    text-align: center;
}


/****专题样式****/

.layui-list-thumb {
    width: 300px;
    position: relative;
}

.layui-list-thumb img {
    width: 100%;
    height: 160px;
}

.layui-list-thumb,
.layui-list-thumb-public {
    overflow: hidden;
}

.layui-list-thumb-public img {
    width: 200px;
    height: 260px;
}


/***  tv   ***/

.layui-tv-list li {
    float: left;
    margin-right: 30px;
    margin-bottom: 34px;
}

.layui-tv-list li:nth-child(1) {
    width: 570px;
    height: 374px;
}

.layui-tv-list li:nth-child(1) img {
    width: 570px;
    height: 374px;
}

.layui-tv-list li:nth-child(3) {
    margin-right: 0px;
}

.layui-tv-list li:nth-child(5) {
    margin-right: 0px;
}

.layui-tv-list li:nth-child(9) {
    margin-right: 0;
}

.layui-tv-list-thumb {
    position: relative;
}

.layui-tv-list-thumb img {
    width: 270px;
    height: 170px;
}

.layui-tv-list-thumb::after {
    content: '';
    background-image: url('/Content/images/playbtn.png');
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -20px;
    margin-top: -20px;
}

.layui-tab-videonews div {
    box-sizing: border-box;
}

.layui-tab-videonews div p {
    background-size: 20px;
    position: absolute;
    width: 100%;
    height: 42px;
    font-size: 16px;
    background-color: #FF5722;
    left: 0;
    bottom: 0;
    line-height: 42px;
    color: #CCC;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.7);
}

.thumbg li:nth-child(1) {
    background: url('http://www.eznews.cn/Content/images/video_news_icon.png') no-repeat center center
}

.layui-tvnews-list-thumb {
    display: flex;
}

.layui-tvnews-list-thumb p {
    border: 1px solid #000
}

.layui-tvnews-list {
    color: #000;
    flex-wrap: wrap
}

.layui-tvnews-list li {
    width: 133px;
    height: 38px;
    float: left;
    border: 0px solid #CCC;
    line-height: 40px;
    margin-left: 20px;
    margin-bottom: 4px;
    background-color: #000;
    color: #FFF;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.1);
}

.layui-tvnews-list li:nth-child(1) {
    width: 273px;
    height: 170px;
    background: url('http://www.eznews.cn/Content/images/video_news_icon.png') no-repeat;
    background-size: cover;
    margin-left: 0;
}

.ms li:nth-child(1) {
    width: 273px;
    height: 170px;
    background: url('http://www.eznews.cn/Content/images/mskb_icon.png') no-repeat;
    background-size: cover;
    margin-left: 0;
}

.btn {
    background: url(/content/images/video_play_icon.jpg) no-repeat center left /20px;
}

#pagenation {
    text-align: center;
}

#pagination li.active {
    background-color: #0F64A9;
    color: #FFF;
}

#pagination li {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #EDEDED;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
}

#layui-laypage {
    margin: 0 auto;
}

.layui-tab-title li {
    font-size: 18px;
    width: 100px;
    margin: 0 20px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #FFF;
    border-radius: 20px;
    background-color: #aa2116;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 0px solid #F00;
}

.layui-tab {
    margin: 10px 0;
    text-align: center!important;
}

.layui-tab-title {
    border-bottom: 0px solid #F00;
}