.sec-header .header-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-article {
    width: 100%;
    height: auto;
    padding: 20px 0 50px;
    /*background: #f7f7f7;*/
    border-bottom: 1px solid #ECEAEB;
}

.main-article .main-article-inner {
    width: 1200px;
    margin: 0 auto;
}

.main-article-inner .article-list-wrap {
    width: 780px;
    height: auto;
    float: left;
}

.article-list .article-item {
    padding: 20px;
    margin-bottom: 20px;
    transition: all .5s;
}

.article-list .article-item:hover {
    background: #ffffff;
    box-shadow:0 0 15px 0 rgba(0,20,45,0.1);
}

.article-list .article-item .thumb-image img {
    display: block;
    width: 150px;
    height: 90px;
    margin-right: 14px;
}

.article-list .article-item .thumb-image .thumb-con {
    width: calc(100% - 150px - 14px);
    padding: 5px 0;
}

.article-list .article-item .thumb-image .thumb-con .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article-list .article-item .title {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-list .article-item .des {
    font-size: 14px;
    color: #777777;
    margin: 14px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article-list .article-item .pic-list {
    margin: 14px 0;
}

.article-list .article-item .pic-list img {
    display: block;
    width: 150px;
    height: 90px;
    float: left;
}

.article-list .article-item .pic-list img:nth-child(n+2) {
    margin-left: 10px;
}

.article-list .article-item .date {
    font-size: 12px;
    color: #AAAAAA;
    text-align: right;
}

/*articleAside*/

.main-article-inner .article-aside {
    width: 330px;
    height: auto;
    padding-top: 14px;
}

.article-aside .aside-item {
    position: relative;
    border: 1px solid #dddddd;
}

.article-aside .aside-item .aside-title {
    position: absolute;
    top: -16px;
    left: 10px;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding-left: 4px;
    padding-right: 10px;
}

.article-aside .aside-item .aside-title .line {
    width: 8px;
    height: 21px;
    margin-right: 6px;
}

.article-aside .aside-item .aside-title h3 {
    font-size: 22px;
    font-weight: bold;
}

.article-aside .aside-item .aside-title h3 span:first-child {
    color: #CD2337;
}

.article-aside .aside-item .aside-title h3 span:last-child {
    color: #0C90C1;
}

.aside-item .aside-title .line span:first-child {
    display: block;
    width: 100%;
    height: 10px;
    background: #0C90C1;
}

.aside-item .aside-title .line span:last-child {
    display: block;
    width: 100%;
    height: 10px;
    background: #CD2337;
}

.article-aside .aside-item .aside-con {
    padding: 30px 15px 20px 15px;
    font-size: 14px;
}

.aside-item .aside-con .aside-list li {
    padding: 10px 0;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.aside-item .aside-con .aside-list li:hover {
    color: #0C90C1;
}

.hot-video .aside-con .aside-list li a span:first-child {
    display: inline-block;
    width: 44px;
}

.article-aside .hot-video, .article-aside .jingJiangNo, .article-aside .recommend-gallery {
    margin-top: 40px;
}

.article-aside .hot-video .aside-con li a span:first-child {
    display: inline-block;
    width: calc(100% - 25px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-aside .hot-video .aside-con li a i {
    display: inline-block;
    width: 15px;
    height: 15px;
    /*background: #0C90C1;*/
    border-radius: 50%;
}

.article-aside .hot-video .aside-con li a .normal {
    display: flex;
    align-items: center;
}

.article-aside .hot-video .aside-con li a .video {
    width: 100%;
    height: 76px;
    display: none;
    align-items: center;
}

.hot-video .aside-con li a .video .thumb-image {
    width: 136px;
    height: 76px;
}

.hot-video .aside-con li a .video .thumb-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-video .aside-con li .video .video-title {
    width: calc(100% - 136px);
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
}

.hot-video .aside-con li:hover a .normal {
    display: none;
}

.hot-video .aside-con li:hover a .video {
    display: flex;
}

.jingJiangNo .aside-list li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.jingJiangNo .aside-list li .name {
    color: #0C90C1;
}

.recommend-gallery .aside-list li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.recommend-gallery .aside-list li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.recommend-gallery .aside-con .aside-list li {
    padding: 3px 0;
}

.recommend-gallery .aside-list li:first-child {
    width: 100%;
    height: 170px;
}

.recommend-gallery .aside-list li:nth-child(n+2) {
    width: calc((100% - 6px) / 2);
    height: 83px;
    float: left;
}

.recommend-gallery .aside-list li:nth-child(2n) {
    margin-right: 6px;
}

.recommend-gallery .aside-list li:hover a img {
    transform: scale(1.1);
}