﻿@charset "utf-8";
@charset "utf-8";

body {
    background-color: #f3f6f8;
}
.cont_lt {
    width: 790px;
    float: left;
    margin-right: 20px;
}

.cont_rt {
    width: 390px;
    float: left;
}
.decontentbglist {
    box-sizing: border-box;
    width: 100%;
    background-color: #f3f6f8;
    min-height: 80vh;
    overflow: hidden;
}

.decontentlist {
    box-sizing: border-box;
    width: 1200px;
    background-color: #f3f6f8;
    height: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.leftcontentlist {
    box-sizing: border-box;
    width: 790px;
    /* height: 1024px; */
    /* background: #ffffff; */
    /* padding: 30px; */
}

.list-item-ul {
    width: 100%;
    /* padding: 20px 20px 25px 20px; */
}

    .list-item-ul li {
        width: 100%;
        padding: 20px 20px 25px 20px;
        background: rgba(255,255,255,1);
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        margin-bottom: 20px;
        cursor: pointer;
    }

        .list-item-ul li:hover h3 {
            color: rgba(0,181,233,1);
        }

        .list-item-ul li:hover p {
            color: rgba(0,181,233,1);
        }

        .list-item-ul li h3 {
            font-size: 22px;
            font-family: PingFangSC-Medium,PingFang SC;
            font-weight: 500;
            color: #333333;
            line-height: 30px;
            height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
        }

        .list-item-ul li p {
            font-size: 16px;
            font-family: PingFangSC-Regular,PingFang SC;
            font-weight: 400;
            color: #666;
            line-height: 26px;
            margin-top: 16px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            box-sizing: border-box;
        }

        .list-item-ul li div {
            width: 100%;
            height: 18px;
            line-height: 18px;
            margin-top: 26px;
            font-size: 13px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #999999;
            overflow: hidden;
            box-sizing: border-box;
        }

            .list-item-ul li div img {
                width: 15px;
                height: 15px;
                /* margin-top: 2px; */
                vertical-align: middle;
            }

            .list-item-ul li div span {
                margin-left: 2px;
                vertical-align: middle;
            }

            .list-item-ul li div i {
                margin-left: 21px;
                font-style: normal;
                vertical-align: middle;
            }
/* 右边 */
.right-listbox {
    width: 390px;
    height: auto;
}

.listtoptitle {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px solid #fafafa;
    background:#fff;
}

    .listtoptitle h3 {
        height: 25px;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #00b4eb;
        line-height: 25px;
        width: 100%;
        border-left: 3px solid #00b5e9;
        padding-left: 13px;
    }

.list-lists {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
}

    .list-lists li {
        width: 100%;
        height: 21px;
        line-height: 21px;
        margin-bottom: 12px;
        overflow: hidden;
    }

        .list-lists li span {
            width: 100%;
            display: inline-block;
            line-height: 21px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 15px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #333333;
            box-sizing: border-box;
            padding-left: 15px;
            background: url('../img/sanjiaoxing.png') no-repeat 0 8px/4px 5px;
            cursor: pointer;
        }

        .list-lists li:hover span {
            color: #00B5E9;
        }
/* 分页 */
.paging {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

    .paging li {
        width: 38px;
        height: 38px;
        background: rgba(255,255,255,1);
        border-radius: 2px;
        border: 1px solid rgba(228,230,234,1);
        font-size: 14px;
        font-family: PingFangSC-Regular,PingFang SC;
        font-weight: 400;
        color: rgba(158,159,160,1);
        line-height: 38px;
        text-align: center;
        margin-right: 10px;
        cursor: pointer;
    }

        .paging li.on {
            background: rgba(243,246,248,1);
            border: 1px solid rgba(228,230,234,1);
            color: rgba(51,51,51,1);
        }

.layui-laypage-zidinyi .layui-laypage-curr {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,1);
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(158,159,160,1);
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    padding: 0;
}

    .layui-laypage-zidinyi .layui-laypage-curr .layui-laypage-em {
        display: inline-block;
        background: rgba(243,246,248,1);
        border: 1px solid rgba(228,230,234,1);
        line-height: 38px;
        font-size: 14px;
        color: rgba(51,51,51,1);
        font-weight: normal;
        padding: 0;
    }

.layui-laypage-zidinyi a, .layui-laypage-zidinyi span {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,1);
    border-radius: 2px;
    border: 1px solid rgba(228,230,234,1);
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(158,159,160,1);
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    padding: 0;
}

.layui-laypage-zidinyi .layui-laypage-curr em {
    font-size: 14px;
    color: rgba(51,51,51,1);
    font-weight: normal;
}


.molist {
    width: 100%;
    background: #f3f6f8;
    padding: 40px 30px;
    box-sizing: border-box;
    min-height: 80vh;
    margin-top: 112px;
}
.molistitem{
  width: 100%;
}
.molistitem li{
  /* height:420px; */
  background:#ffffff;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  padding: 30px 30px 40px 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.molistitem li h3{
  font-size:36px;
  font-family:PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:#333333;
  line-height:50px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.molistitem li p{
  font-size:30px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:#666666;
line-height:48px;
margin-top: 30px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.molistitem li div{
  width: 100%;
  box-sizing: border-box;
  height:35px;
  line-height:35px;
  margin-top: 40px;
}
.molistitem li div img{
  width: 28px;
  height: 30px;
  margin-right:12px;
  margin-top:2px ;
  vertical-align: top;}
.molistitem li div span{
  font-size:26px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:#999999;
height:32px;
line-height:32px;
}
.molistitem li div i{
  font-style: normal;
  height:32px;
  font-size:26px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:#999999;
line-height:36px;
padding-left: 10px;
border-left: 1px solid #EEEEEE;
margin-left: 20px;
}
/* 分页 */
.pagingmo{
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.pagingmo li{
  width:61px;
  height:61px;
  background:rgba(255,255,255,1);
  border-radius:3px;
  border:1px solid rgba(228,230,234,1);
  font-size:22px;
  font-family:PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(158,159,160,1);
  line-height:61px;
  text-align: center;
  margin-right:18px;
  cursor: pointer;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
}
.pagingmo li.on{
  background:rgba(243,246,248,1);
  border:1px solid rgba(228,230,234,1);
  color:rgba(51,51,51,1);
}
.molist .layui-laypage-zidinyi .layui-laypage-curr {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    font-size: 28px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(158,159,160,1);
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    padding: 0;
}

    .molist .layui-laypage-zidinyi .layui-laypage-curr .layui-laypage-em {
        display: inline-block;
        background: rgba(243,246,248,1);
        border: 2px solid rgba(228,230,234,1);
        line-height:  60px;
        font-size: 28px;
        color: rgba(51,51,51,1);
        font-weight: normal;
        padding: 0;
    }

.molist .layui-laypage-zidinyi a, .layui-laypage-zidinyi span {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    border: 2px solid rgba(228,230,234,1);
    font-size: 28px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: rgba(158,159,160,1);
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    padding: 0;
}

.molist .layui-laypage-zidinyi .layui-laypage-curr em {
    font-size: 28px;
    color: rgba(51,51,51,1);
    font-weight: normal;
}


/*С����*/
.titis_1 {
    height: 42px;
    line-height: 42px;
    font-size: 0;
    border-bottom: 1px solid #ebedef;
    margin: 12px 0 20px 0;
}

    .titis_1 a {
        font-size: 18px;
        color: #777;
        display: inline-block;
        margin-right: 30px;
        position: relative;
    }

        .titis_1 a.on {
            height: 40px;
            position: relative;
            color: #333;
            border-bottom: 2px solid #333;
        }

.gs_xsp_ch {
    border: 1px solid #ebedef;
    background: #fff;
    padding: 20px 0 0 20px;
    clear: both;
    overflow: hidden;
    _zoom: 1;
}

.frist_sp a {
    width: 348px;
    height: 200px;
    display: block;
    position: relative;
    text-decoration: none;
}

    .frist_sp a img {
        width: 348px;
        height: 200px;
    }

    .frist_sp a span {
        width: 56px;
        height: 56px;
        background: url(../img/bg04_1.png) 0 0 no-repeat;
        position: absolute;
        left: 50%;
        top: 58px;
        margin: 0 0 0 -28px;
        display: block;
    }

    .frist_sp a p {
        width: 348px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        color: #fff;
        text-indent: 10px;
        background: url(../img/bg16.png) repeat;
        position: absolute;
        left: 0;
        bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

.gs_xsp_ch .tj_s {
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

    .gs_xsp_ch .tj_s span.s_lt {
        float: left;
    }

    .gs_xsp_ch .tj_s span.s_rt {
        float: right;
    }

.xian_s {
    width: 348px;
    height: 1px;
    line-height: 1px;
    background: #ebedef;
    font-size: 0px;
    margin-bottom: 16px;
    clear: both;
}

.frist_sp_lt {
    width: 170px;
    float: left;
    margin-right: 10px;
}

    .frist_sp_lt a img {
        width: 170px;
        height: 95px;
    }

    .frist_sp_lt a p {
        width: 170px;
        line-height: 20px;
        font-size: 14px;
        color: #333;
        padding-top: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
    }

.page {
    width: auto;
    height: 38px;
    line-height: 36px;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
}

    .page .page_num, .page span {
        width: 36px;
        height: 36px;
        border: 1px #e3e6eb solid;
        display: inline-block;
        text-align: center;
        background: #fff;
        border-radius: 2px;
        color: #a1a5ac;
        font-size: 14px;
        margin: 0 3px;
        vertical-align: middle;
    }
