.sigle {
    margin-top: 25px;
}

.sigle.flex-row {
    align-items: flex-start;
}

.menu p.title {
    height: 40px;
    line-height: 40px;
    color: #ba180c;
    font-size: 18px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
    font-weight: bold;
}

.menu ul li a {
    width: 240px;
    padding: 0 10px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.menu ul li a .iconfont {
    color: #ba180c;
    font-size: 22px;
}

.menu ul li a:hover .iconfont,
.menu ul li.active .iconfont {
    color: #fff;
}

.menu ul li a:hover,
.menu ul li.active a {
    background: #ce8b30;
    color: #fff;
}

.contnet {
    width: 878px;
    padding-left: 30px;
    border-left: 1px solid #dedede;
    min-height: 800px;
}

.single-content {
    width: 1140px!important;
    margin: 0 auto!important;
    border: 1px solid #dedede!important;
    padding: 15px 30px!important;
}

.single-content .title {
    margin-bottom: 30px;
}

.contnet.flex-row {
    flex-direction: column;
    justify-content: flex-start;
}

.contnet .title {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.contnet .title.title2 {
    position: relative;
}

.contnet .title.title2::before {
    content: " ";
    width: 15px;
    height: 3px;
    background: #ba180c;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contnet .title p {
    font-size: 18px;
    font-weight: bold;
}

.contnet .title div {
    color: #999;
}

.contnet .title div .iconfont {
    font-size: 18px;
    color: #ba180c;
    margin-right: 10px;
    font-weight: bold;
}

.contnet h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}


/*.contnet>img {
    text-align: center;
    max-width: 100%;
}
*/

.contnet img {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.news-contnet {
    color: #333;
    line-height: 2;
    width: 878px;
    overflow: hidden;
}

.video-list.flex-row {
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    margin-top: 25px;
    justify-content: flex-start;
}

.video-list .video-item {
    width: 272px;
    height: 294px;
    margin-right: 30px;
}

.video-list .video-item:nth-child(3n) {
    margin-right: 0;
}

.video-list .video-item img {
    width: 275px;
    height: 227px;
    box-sizing: border-box;
    border: 5px solid #ddd;
    border-radius: 5px;
}

.video-list .video-item p {
    color: #333;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.page a {
    display: block;
    height: 28px;
    border: 1px solid #dedede;
    margin-left: 2px;
    padding: 0 10px;
    line-height: 28px;
    color: #333;
}

.page a.active,
.page a:hover {
    background: #ba180c;
    border: 1px solid #ba180c;
    color: #fff;
}

.contnet .news-list {
    width: 100%;
    margin-bottom: 50px;
}

.news-list li {
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
}

.news-list li .pic {
    display: table-cell;
    width: 194px;
    height: 132px;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
}

.news-list li img {
    height: 132px;
    max-width: 100%;
}

.news-item-content {
    width: 658px;
}

.news-item-content .news-title {
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.news-item-content .news-content {
    width: 100%;
    height: 44px;
    margin-top: 17px;
    color: #666;
    line-height: 1.5;
    overflow: hidden;
}

.news-item-content .news-more {
    display: block;
    background: #ba180c;
    width: 90px;
    height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 14px;
    line-height: 32px;
}

.in-news-list li {
    width: 878px;
    line-height: 50px;
    background: url(../images/tb.jpg) no-repeat left center;
    text-indent: 15px;
    border-bottom: 1px dashed #dedede;
    font-size: 15px;
}

.in-news-list li span {
    float: right;
    color: #999;
}

.in-news-list {
    margin-top: 10px;
}

.in-news-con {
    margin-bottom: 50px;
}
