* {
    padding: 0;
    margin: 0
}

ul,li {
    list-style: none
}

.c-top {
    width: 100%;
    height: 36px;
    background: #f7f7f7;
    border-bottom: 1px solid #e3e3e3;
    line-height: 36px
}

.c-top .c-box {
    width: 1100px;
    margin: 0 auto;
    color: #666666;
    font-size: 13px;
    font-weight: 400
}

.c-top .c-top-list {
    float: right
}

.c-top .c-top-list span a {
    padding: 0 10px
}

.xiala {
    width: 11px;
    height: 7px;
    margin: 0 0 2px 8px
}

.xian1 {
    width: 1100px;
    height: 1px;
    background: linear-gradient(45deg,transparent,#3396f7,transparent);
    margin: 0 auto
}

.main {
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box
}

.main .category {
    width: 100%;
    font-family: Microsoft YaHei,Microsoft YaHei-Bold;
    font-weight: 400;
    text-align: left;
    color: #333333;
    padding: 0 10px
}

.category ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 50px
}

.category ul li {
    font-size: 16px;
    line-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto
}

.category ul li:hover a {
    cursor: pointer;
    color: #3396f7
}

.category ul .c-choose a {
    font-weight: 700
}

.category ul .c-choose div {
    width: 30px;
    height: 4px;
    background: #3396f7;
    border-radius: 2px
}

.main .main-detail {
    margin-top: 16px
}

.t-top {
    margin-top: 30px !important
}

.main .main-detail .m-header {
    border-top: 2px solid#3396f7;
    border-bottom: 1px solid #ededed
}

.main .main-detail .m-header a {
    font-size: 22px;
    font-family: PingFang SC,PingFang SC-Heavy;
    font-weight: 800;
    text-align: left;
    color: #333333;
    margin-left: 4px;
    line-height: 40px
}

.main-detail .md-left {
    width: 770px;
    float: left;
    box-sizing: border-box
}

.main-detail .md-right {
    width: 300px;
    float: right;
    margin-left: 30px;
    box-sizing: border-box
}

.main-detail .md-left .lunbo {
    width: 770px;
    height: 295px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 12px
}

.l-left,.l-right {
    width: 24px;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    background: #ffa114;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 20;
    border: none
}

.l-left {
    left: 0
}

.l-right {
    right: 0
}

.l-left:hover,.l-right:hover {
    cursor: pointer
}

.lunbo>ul {
    position: absolute;
    display: flex
}

.lunbo ul .lbItem {
    display: flex
}

.lbItem .lb-img {
    width: 440px;
    height: 295px;
    box-sizing: border-box;
    overflow: hidden
}

.lbItem .lb-img img {
    width: 440px;
    height: 295px;
    transition: all 0.8s
}

.lbItem .lb-img img:hover {
    cursor: pointer;
    transform: scale(1.2);
    z-index: 15
}

.lbItem .lb-item-info {
    width: 330px;
    height: 295px;
    text-align: left;
    color: #ffffff;
    background-color: #0B5094;
    box-sizing: border-box;
    padding: 28px 0 0 24px
}

.lb-item-info .lb-item-tit {
    width: 295px;
    height: 68px;
    font-size: 25px;
    font-family: Source Han Sans CN,Source Han Sans CN-Bold;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.lb-item-info .lb-item-deg {
    width: 266px;
    font-size: 14px;
    font-family: PingFang SC,PingFang SC-Medium;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 25px
}

.lb-item-info .yinhao {
    width: 76px;
    height: 64px;
    position: relative;
    top: 6%;
    left: 67%
}

.lunbo .circle {
    display: flex;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    left: 370px
}

.lunbo .circle li {
    width: 6px;
    height: 6px;
    opacity: 0.4;
    background: #ffffff;
    border-radius: 3px;
    margin: 0 5px
}

.lunbo .circle .current {
    width: 20px;
    opacity: 1 !important
}

.main-detail .md-left .data-list {
    width: 770px;
    display: flex;
    flex-direction: column
}

.data-list a .list-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 23px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ededed
}

.data-list a .list-item .img-box {
    width: 150px;
    height: 90px;
    overflow: hidden
}

.data-list a .list-item .img-box img {
    width: 150px;
    height: 90px;
    transition: all 0.8s
}

.data-list a .list-item .img-box img:hover {
    transform: scale(1.2)
}

.data-list a .list-item .info-box {
    width: 610px;
    margin-left: 12px;
    box-sizing: border-box
}

.data-list a .list-item .info-box .tit {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei,Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.data-list a .list-item .info-box .deg {
    width: 100%;
    height: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei,Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.data-list a .list-item .info-box .time {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    font-size: 10px;
    font-family: Microsoft YaHei,Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 22px;
    margin-top: 14px
}

.data-list a .list-item .info-box .time span {
    text-align: center;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 0 5px;
    margin-right: 35px
}

.data-list a .list-item .info-box .time text {
    font-size: 12px
}

.data-list a .list-item:hover {
    cursor: pointer
}

.data-list a .list-item:hover .info-box .tit {
    color: #3396f7
}

.data-list a .list-item .info-box .time span:hover {
    color: #3396f7
}
