﻿.layui-nav, .topNav {
    background-color: #5FB878 !important;
    border-radius: 0;
}
.layui-nav a {
   font-size: 17px !important;
}
.layui-nav-child  {
   border: 1px solid #5FB878 !important;
   box-shadow: none;
}
.layui-nav-child dd a {
  font-size:17px !important;
}

.layui-nav .topNav-item a {
    padding: 0 10px;
}

/*附件下载CSS*/
.attach-list {
    margin: 0 50px 15px;
    color: #757575;
}

.attach-list ul li {
    list-style-type: none;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ebebeb;
}

.attach-list ul li .link-btn {
    display: block;
    float: right;
    margin-top: 7px;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
}

.attach-list ul li .link-btn i {
    font-size: 14px;
}

.attach-list ul li .icon-box {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    line-height: 38px;
    color: #ccc;
}

.attach-list ul li .icon-box i {
    text-decoration: none;
    font-size: 38px;
}

.attach-list ul li .info {
   display: inline-block;
}

.attach-list ul li .info h3 {
    line-height: 20px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.attach-list ul li .info p {
    display: inline-block;
}

.attach-list ul li .info span {
    width: 150px;
    margin-right: 5px;
    line-height: 18px;
    color: #999;
    font-size: 12px;
    display: inline-block;
}



/* -------------- video-inner  ---------------------------- */
.video-inner {
    height: auto;
}

.video-inner .inner {
    background: #fff;
    /*padding: 40px;*/
}

.video-inner .video-inner-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebecec;
}

.video-inner .video-inner-title h2 {
    color: #373d41;
    font-size: 22px;
}

.video-inner-open {
    height: 430px;
}

.video-inner-open img {
    width: 100%;
    padding: 30px 0 0 0;
}

.video-inner .about-brand {
    margin-top: 40px;
}

.video .list-grid-content {
    margin-top: 30px;
}

.video .list-title h2:before {
    background: #bbbbbb !important;
}

.video .right-video {
    padding: 30px 40px;
    background: #fff;
}

.video .left-img {
    float: left;
    padding-right: 14px;
}

.video .left-img img {
    width: 106px;
}

.video .news-inner h3 {
    font-size: 15px;
}

.ad-temp {
    background: url(../../images/20200814163507.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 115px;
    display: block;
}