﻿/* 首页主体 */
main {
    min-height: 400px;
    line-height: 2.4;
}

main .tit {
    font-size: 22px;
    color: #420644;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

main .tit span {
    font-size: 14px;
    color: #530f64;
}

main .tit a {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #999;
    background: url(../images/more.png) no-repeat 90% center;
    padding-right: 25px;
    font-weight: normal
}

main .lis li {
    background: url(../images/li.png) no-repeat 0 15px;
    padding-left: 20px;
}

main .fdate_list li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

main .lis li span {
    display: none;
}

main .fdate_list li:last-child {
    border-bottom: none;
}

main .fdate_list .time {
    border: 1px solid #5C307D;
    background-color: #5C307D;
    transform: skewX(-20deg);
    width: 140px;
    display: flex;
    font-size: 14px;
    color: #fff;
    height: 32px;
    line-height: 32px;
}

main .pic_list {
    line-height: 1.6;
}

main .pic_list li {
    margin-bottom: 30px;
}

main .pic_list li .col-8 {
    margin-left: -15px;
}

main .pic_list span {
    display: block;
    font-size: 12px;
    margin-top: 8px;
    color: #999;
}

main .dbpic_list .row>div {
    margin-bottom: 15px;
}

main .dbpic_list span {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #999;
}

main .fdate_list .time span {
    flex: 1;
    display: flex;
    justify-content: center;
}

main .fdate_list .time span:nth-child(2) {
    background: #fff;
    color: #781443;
}

main section {
    margin-bottom: 30px;
}

main .carousel {
    padding: 0
}

main #news {
    min-height: 240px;
}

main #news #news_swiper {
    margin-top: 10px;
}

main #news #news_swiper li {
    position: relative;
}

main #news #news_swiper li span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 120px;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    color: #fff;
    font-size: 0.875rem;
}

main #news #news_swiper img {
    display: block;
    width: 100%;
    max-height: 240px;
}

main #infos {
    min-height: 240px;
}

main #panels {
    min-height: 240px;
}

main #news .news_r div.txt {
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

main #news .news_r ul.zyjs {
      display:flex;
    display:-ms-flex;
display: -webkit-flex;
    margin-left:5px;
    margin-right:5px;
    margin-top:20px;
}

main #news .news_r ul.zyjs li {
    padding: 0;
    width:49.6%;
    background: rgba(92, 48, 125, 1);
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 0 12px;
    line-height: 1.8;
    text-align:center;
    height:60px;
  display:flex;
    display:-ms-flex;
display: -webkit-flex;
    align-items: center;
    justify-items: center;
  

    transition: all 0.63s;
    cursor: pointer;
}


main #news .news_r ul.zyjs li:hover{
    background:rgba(84, 26, 129, 0.8);
}

main #news .news_r ul.zyjs li a {
    color: #fff;
    display:block;
    font-size:14px;
    flex:1;
}

main .xyfc{
    display:none;
}

@media(max-width:991.98px) {
    main .lis li {
        display: flex;
        justify-content: space-between;
    }

    main .lis li span {
        font-size: 14px;
        color: #999;
        line-height: 2.8;
        display: block;
    }
}

@media(max-width: 767.98px) {
    main .lis li {
        display: block;
    }

    main .lis li span {
        display: none;
    }

    footer {
        height: auto;
        font-size: 14px;
    }
}

@media(max-width: 575.98px) {
    main #news .news_l {
        order: 3;
    }

    main #news .news_r {
        order: 1;
    }

    main #news #news_swiper img {
        height: auto;
    }

    main section {
        height: auto;
        margin-bottom: 0px;
    }

    main .carousel {
        margin-bottom: 15px;
    }

    main .xyfc{
        display:block;
    }
}