* {
    margin: 0;
    padding: 0;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

#app {
    position: relative;
    width: 100%;
    height: 100vh;
}


/* 页头 */
.live-header {
    position: relative;
    width: 100%;
    height: 300px;
}

.live-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 页脚 */
.live-footer {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.live-footer img {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
}



/* 中间内容部分 */
.live-content {
    width: 1200px;
    margin: 0 auto;
}

/* 面包屑 */
.crumbs {
    height: 50px;
    margin-top: 28px;
    border-bottom: 3px solid #0A5F9E;
    margin-bottom: 29px;
}

.crumbs img {
    margin-right: 9px;
}

.crumbs span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.crumbs span a {
    color: #666666;
}


/* 标题 */
.live-title span {
    width: 122px;
    height: 50px;
    display: inline-block;
    font-size: 28px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    border-bottom: 3px solid #C80000;
}

.live-title span a {
    color: #0A5F9E;
}

.live-title ul {
    float: right;
    line-height: 37px;
    display: inline-block;
}

.live-title ul li {
    width: 70px;
    height: 30px;
    background: #F0F4F7;
    border-radius: 15px;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
}

.live-title ul li a {
    color: #0F1207;

}

.live-title ul .li-active {
    background: #0A5F9E;
}

.live-title ul .li-active a {
    color: #FFFFFF;
}

.live-title .line {
    height: 1px;
    margin: 0 0 30px 0;
    background: #D8E0E9;
}

/* 新闻 */
.live-news {
    height: 410px;
    margin-bottom: 55px;
}

.live-news .imga {
    width: 615px;
    height: 410px;
    float: left;
}

.live-news .imga img {
    width: 100%;
    height: 100%;
}

.live-news .news-content {
    position: relative;
    width: 584px;
    height: 410px;

    background: #F1F2F4;
    float: left;
}

.news-content .title {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 42px 32px 0 39px;
}

.news-content .title a {
    color: #0A5F9E;
}

.news-content .text {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #727272;
    margin-bottom: 8px;
    line-height: 28px;
    padding: 0px 32px 0 39px;
}

.news-content .text span {
    margin-right: 5px;
    font-weight: bold;
    color: #0F1207;
}

.news-content .icon {
    position: absolute;
    bottom: 41px;
    right: 32px;
    width: 53px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.news-content .icon img {
    vertical-align: middle;
    margin: -3px 0 0 3px;
}

.news-content .icon a {
    color: #0A5F9E;
}

/* 新闻列表 */
.live-newslist {}

.live-newslist .live-li {
    position: relative;
    width: 376px;
    height: 510px;
    margin-bottom: 40px;
    /*display: inline-block;*/
    border: 1px solid #E5E8EB;
    transition: .25s linear;
    float: left;
}

.live-newslist .live-li:nth-of-type(3n-1) {
    margin: 0 28px;
    margin-bottom: 40px;

}

.live-newslist .live-li:hover {
    cursor: pointer;
    transform: translateY(-20px);
    box-shadow: 0px 4px 13px 7px rgba(0, 54, 94, 0.05);
}

.live-newslist .live-li:hover .title a {
    color: #0A5F9E;
}

.live-li .imgb {
    width: 376px;
    height: 250px;
}

.live-li .imgb img {
    width: 100%;
    height: 100%;
}

.live-li .title {
    margin: 20px 20px 15px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
}

.live-li .title a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #0F1207;
}

.live-li .text {
    margin: 0 20px 5px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #727272;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.live-li .text span {
    color: #0F1207;
    font-weight: bold;
    margin-right: 5px;
}

.live-li .icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 53px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.live-li .icon img {
    vertical-align: middle;
    margin: -3px 0 0 3px;
}

.live-li .icon a {
    color: #0A5F9E;
}

/* 分页 */
.list-page {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.list-page>div {
    display: inline-block;
}

.list-page .page-num {
    width: 183px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 10px;
}

.list-page input {
    width: 36px;
    height: 36px;
    border: 1px solid #DFDFE0;
    border-radius: 4px 5px 5px 5px;
    outline: none;
    margin: 0 10px;
    padding-left: 10px;
}

.list-page .left-num,
.list-page .right-num {
    width: 69px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
    margin-right: 5px;
    border: 1px solid #DFDFE0;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    user-select: none;
}

.list-page .num {
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
    margin-right: 5px;
    border: 1px solid #DFDFE0;
    border-radius: 4px 5px 5px 5px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    user-select: none;
}

.list-page .skip {
    margin: 0 10px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    user-select: none;
}

.list-page .but {
    width: 61px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    background: #E6F4FF;
    vertical-align: top;
    border: 1px solid #A3C1DA;
    border-radius: 4px 5px 5px 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1C649F;
    cursor: pointer;
}

.active {
    background: #1C649F;
    color: #FFFFFF !important;
}