@import url("./base.css");

.widget-header {
    display: flex;
    justify-content: space-between;
    height: 38px;
}

.widget-header .title {
    padding-top: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.widget-header .more {
    align-self: center;
    font-size: 12px;
    margin-right: 0.5em;
    color: #888;
}

.widget-header .more:hover {
    color: #dc3545;
}

.row1 {
    display: flex;
    justify-content: space-between;
    border: 5px solid #ffc107;
    background-color: #fff;
    padding: 10px;
}

.row1 .l {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row1 .l1 {
    width: 160px;
}

.row1 .l1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row1 .l1 ul li {
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 1em;
    position: relative;
}

.row1 .l1 ul li::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 0;
    height: 0;
    content: "";
    border: 4px solid transparent;
    border-left-color: #67c23a;
    margin-top: -4px;
}

.row1 .l3 ul li::before {
    border-left-color: #007bff;
}

.row1 .l1 ul li a {
    color: #67c23a;
    border-bottom: 1px solid transparent;
}

.row1 .l3 ul li a {
    color: #007bff;
}

.row1 .l1 ul li a:hover {
    /*border-bottom: 1px solid #f56c6c;*/
    color: #f56c6c;
}

.row1 .l2 {
    width: 600px;
}

.row1 .l2 img {
    width: 100%;
    height: 168px;
}

.row1 .l4 {
    width: 100%;
}

.row1 .l4 ul {
    padding: 0 0 0 10px;
    list-style: none;
    border: 1px dashed #e8e8e8;
    height: 30px;
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.row1 .l4 ul ol {
    padding: 0;
}

.row1 .l4 ul li {
    padding-left: 1em;
    margin-right: 10px;
    position: relative;
}

.row1 .l4 ul li::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 0;
    height: 0;
    content: "";
    border: 4px solid transparent;
    border-left-color: #f56c6c;
    margin-top: -4px;
}

.row1 .l4 ul li a {
    color: #f56c6c;
    border-bottom: 1px solid transparent;
}

.row1 .l4 ul li a:hover {
    border-bottom: 1px solid #f56c6c;
}

.row1 .r {
    width: 220px;
    margin-left: 10px;
}

.row1 .r ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.row1 .r ul li {
    width: 50%;
    margin-top: 10px;
    padding: 0 5px;
}

.row1 .r ul li img {
    width: 100%;
}

.row1 .r ul li:first-child {
    width: 100%;
    margin-top: 0;
}

.row2 ul {
    margin: 0 -0.5em;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.row2 ul li {
    width: 50%;
    padding: 0 0.5em;
}

.row2 ul li img {
    width: 100%;
    border: 1px solid #e8e8e8;
}

.row7 ul li img {
    height: auto;
}

.row3 {
    display: flex;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 2px #efefef;
    padding: 1em;
}

.row3-1 {
    width: 237px;
    height: 326px;
    padding-right: 1em;
    border-right: 1px dashed #e8e8e8;
}

.row3-1 .widget-header {
    border-bottom: 2px solid #ffc107;
}

.row3-1 .widget-header .title {
    color: #ffc107;
}

.row3-1 .widget-header .title b {
    font-size: 22px;
    margin-right: 2px;
}

.row3-1 .widget-body .imgs {
    display: flex;
    margin: 1em -0.5em 0 -0.5em;
    padding: 0;
    list-style: none;
}

.row3-1 .widget-body .imgs li {
    width: 50%;
    padding: 0 0.5em;
}

.row3-1 .widget-body .imgs li img {
    width: 100%;
    height: 70px;
}

.row3-1 .widget-body .news {
    margin: 3px 0 0 0;
    padding: 0;
    list-style: none;
    height: 192px;
}

.row3-1 .widget-body .news li {
    padding-left: 1em;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    width: 100%;
    align-items: center;
    height: 32px;
    border-bottom: 1px dashed #e8e8e8;
}

.row3-1 .widget-body .news li::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 3px;
    height: 3px;
    content: "";
    background-color: #999;
    margin-top: -1px;
}

.row3-2 {
    flex: 1;
    margin-left: 1em;
    padding: 0;
}

.row3-2-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.row3-2-1 .widget {
    width: 294px;
}

.row3-2-1 .widget-header {
    border-bottom: 2px solid #e8e8e8;
}

.row3-2-1 .widget-header .title {
    color: #dc3545;
    position: relative;
}

.row3-2-1 .widget-header .title::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dc3545;
    content: "";
}

.row3-2-1 .widget-body ul {
    margin: 1em 0 0 0;
    padding: 0;
    list-style-type: none;
    height: 128px;
}

.row3-2-1 .widget-body ul li {
    display: flex;
    width: 100%;
    height: 32px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 14px;
    overflow: hidden;
}

.row3-2-1 .widget-body ul li .title {
    flex: 1;
    position: relative;
    padding-left: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row3-2-1 .widget-body ul li .title::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 3px;
    height: 3px;
    content: "";
    background-color: #999;
    margin-top: -1px;
}

.row3-2-1 .widget-body ul li .date {
    flex: 0 0 3em;
    margin-left: 0.5em;
    font-size: 12px;
    color: #999;
    font-style: normal;
    text-align: center;
}

.row3-2-2 {
    width: 100%;
    margin-top: 1em;
}

.row3-2-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.row3-2-2 ul li {
    width: 136px;
}

.row3-2-2 ul li a {
    display: block;
}

.row3-2-2 ul li a img {
    width: 100%;
    height: 93px;
}

.row3-2-2 ul li a .title {
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #69b527;
    color: #fff;
    font-size: 14px;
}

.row3-2-2 ul li a:hover .title {
    background-color: #60ac23;
}

.row4 {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 2px #efefef;
    padding: 1em;
    display: flex;
    justify-content: space-between;
}

.row4-1 {
    width: 277px;
}

.row4-2 {
    width: 290px;
}

.row4-3 {
    flex: 1;
}

.row4-4 {
    width: 260px;
}

.row4-1,
.row4-2,
.row4-3 {
    padding-right: 1em;
    border-right: 1px dashed #e8e8e8;
    margin-right: 1em;
}

.row4-1 .widget-header {
    border-bottom: 2px solid #4cbcc8;
}

.row4-1 .widget-header .title {
    color: #4cbcc8;
}

.row4-1 .widget-body ul {
    margin: 0.5em 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row4-1 .widget-body ul li {
    width: 122px;
    margin-top: 0.5em;
}

.row4-1 .widget-body ul li a {
    display: block;
}

.row4-1 .widget-body ul li a img {
    width: 100%;
    height: 81px;
    border: 1px solid #e8e8e8;
}

.row4-1 .widget-body ul li a .title {
    display: flex;
    width: 100%;
    height: 28px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row4-2 .widget-header,
.row4-3 .widget-header,
.row4-4 .widget-header {
    border-bottom: 2px solid #e8e8e8;
}

.row4-2 .widget-header .title,
.row4-3 .widget-header .title,
.row4-4 .widget-header .title {
    position: relative;
}

.row4-2 .widget-header .title::after,
.row4-3 .widget-header .title::after,
.row4-4 .widget-header .title::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4cbcc8;
    content: "";
}

.row4-2 .widget-body ul,
.row4-3 .widget-body ul,
.row4-4 .widget-body ul {
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
}

.row4-2 .widget-body ul li,
.row4-3 .widget-body ul li {
    width: 100%;
    display: flex;
    align-items: center;
    height: 32px;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 14px;
}

.row4-2 .widget-body ul li .title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 1em;
}

.row4-2 .widget-body ul li .title::before,
.row4-3 .widget-body ul li .title::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 3px;
    height: 3px;
    content: "";
    background-color: #999;
    margin-top: -1px;
}

.row4-2 .widget-body ul li .date,
.row4-3 .widget-body ul li .date {
    width: 3em;
    font-size: 12px;
    margin-left: 0.5em;
    text-align: center;
    color: #999;
}

.row4-3 .widget-body ul li a {
    display: flex;
    flex: 1;
}

.row4-3 .widget-body ul li a .title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 1em;
    color: #007bff;
    margin-right: 0.5em;
}

.row4-3 .widget-body ul li a:hover .title {
    color: #f56c6c;
}

.row4-3 .widget-body ul li a .name {
    width: 4em;
}

.row4-3 .widget-body ul li a .sex {
    width: 2em;
    text-align: center;
}

.row4-4 .widget-body ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5em;
}

.row4-4 .widget-body ul li {
    width: 25%;
}

.row4-4 .widget-body ul li:nth-child(n + 5) {
    margin-top: 1.5em;
}

.row4-4 .widget-body ul li a {
    display: block;
    padding: 10px 0;
}

.row4-4 .widget-body ul li a:hover {
    background: #f5f5f5;
}

.row4-4 .widget-body ul li a img {
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
}

.row4-4 .widget-body ul li a .title {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.row5 {
    display: flex;
    justify-content: space-between;
}

.row5-1 {
    flex: 1;
}

.row5-1,
.row5-3 {
    padding: 1em;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 2px #efefef;
}

.row5-3 {
    width: 389px;
    margin-left: 1em;
}

.row5-1 .widget-header,
.row5-2 .widget-header,
.row5-3 .widget-header {
    border-bottom: 2px solid #e8e8e8;
}

.row5-1 .widget-header .title,
.row5-2 .widget-header .title,
.row5-3 .widget-header .title {
    position: relative;
    color: #915e02;
}

.row5-1 .widget-header .title::after,
.row5-2 .widget-header .title::after,
.row5-3 .widget-header .title::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #915e02;
    content: "";
}

.row5-1 .widget-body ul,
.row5-2 .widget-body ul,
.row5-3 .widget-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.row5-1 .widget-body .imgs,
.row5-2 .widget-body .imgs,
.row5-3 .widget-body .imgs {
    margin: 0 -0.5em;
    height: 204px;
}

.row5 .widget-body .imgs li {
    flex: 0 0 50%;
    padding: 0 0.5em;
    margin-top: 1em;
}

.row5-1 .widget-body .imgs li {
    flex: 0 0 25%;
}

.row5 .widget-body .imgs li a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.row5 .widget-body .imgs li a img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.row5-1 .widget-body .imgs li a img,
.row5-3 .widget-body .imgs li a img {
    height: 86px;
    border: 1px solid #e8e8e8;
}

.row5 .widget-body .imgs li a .title {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: all 0.15s ease-in-out;
    display: block;
    padding: 0 0.5em;
    background: #28a745;
}

.row5 .widget-body .imgs li a:hover .title {
    bottom: 0;
}

.row5 .widget-body .news {
    margin-top: 1em;
    padding: 0.5em 0;
    background-color: #f8f8f8;
    height: 186px;
    display: block;
}

.row5 .widget-body .news li {
    float: left;
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    font-size: 14px;
    padding: 0 1em;
    position: relative;
}

.row5 .widget-body .news li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
    border-bottom: 1px dashed #e8e8e8;
}

.row5-1 .widget-body .news li {
    width: 50%;
}

.row5 .widget-body .news li .title {
    position: relative;
    flex: 1;
    padding-left: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.row5 .widget-body .news li .title::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 3px;
    height: 3px;
    content: "";
    background-color: #999;
    margin-top: -1px;
}

.row5 .widget-body .news li .date {
    flex: 0 0 3em;
    margin-left: 0.5em;
    font-size: 12px;
    color: #999;
    font-style: normal;
    text-align: center;
}

.row6 {
    display: flex;
    justify-content: space-between;
}

.row6 > * {
    flex: 1;
    padding: 1em;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 2px #efefef;
}

.row6-2 {
    margin: 0 1em;
}

.row6 .widget-header {
    border-bottom: 2px solid #e8e8e8;
}

.row6 .widget-header .title {
    position: relative;
    color: #915e02;
}

.row6 .widget-header .title::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #915e02;
    content: "";
}

.row6 .widget-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.row6 .widget-body .imgs {
    margin: 0 -0.5em;
}

.row6 .widget-body .imgs li {
    flex: 0 0 50%;
    padding: 0 0.5em;
    margin-top: 1em;
}

.row6 .widget-body .imgs li a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.row6 .widget-body .imgs li a img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.row6-1 .widget-body .imgs li a img,
.row6-3 .widget-body .imgs li a img {
    height: 86px;
    border: 1px solid #e8e8e8;
}

.row6 .widget-body .imgs li a .title {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: all 0.15s ease-in-out;
    display: block;
    padding: 0 0.5em;
    background: #28a745;
}

.row6 .widget-body .imgs li a:hover .title {
    bottom: 0;
}

.row6 .widget-body .news {
    padding: 0.5em 0;
    /*background-color: #f8f8f8;*/
    /*height: 186px;*/
}

.row6-1 .widget-body .news {
    display: block;
}

.row6 .widget-body .news li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 14px;
}

.row6 .widget-body .news li .title {
    position: relative;
    flex: 1;
    padding-left: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.row6 .widget-body .news li .title::before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 3px;
    height: 3px;
    content: "";
    background-color: #999;
    margin-top: -1px;
}

.row6 .widget-body .news li .date {
    flex: 0 0 3em;
    margin-left: 0.5em;
    font-size: 12px;
    color: #999;
    font-style: normal;
    text-align: center;
}

.row6-2 .widget-body .swiper {
    margin-top: 1em;
}

.row6-2 .widget-body .swiper-container {
    width: 355px;
    height: 188px;
}

.row6-2 .widget-body .swiper-button-prev,
.row6-2 .widget-body .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 60% auto;
    opacity: 0;
}

.row6-2 .widget-body .swiper:hover .swiper-button-prev,
.row6-2 .widget-body .swiper:hover .swiper-button-next {
    opacity: 1;
}

.row6-2 .widget-body .swiper-button-prev:hover,
.row6-2 .widget-body .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 1);
}

.row6-2 .widget-body .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.row6-2 .widget-body .swiper-pagination-bullet-active {
    opacity: 1;
}

.row6-2 .widget-body .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.row6-2 .widget-body .swiper-slide img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.row6-2 .widget-body .swiper-slide .title {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.15s ease-in-out;
    padding: 0 1em;
    z-index: 2;
}

.row6-2 .widget-body .swiper:hover .swiper-slide-active .title {
    bottom: 0;
}

.row6-2 .widget-body .swiper:hover .swiper-pagination {
    bottom: 30px;
}

.row6-3 .widget-body .news {
    background-color: transparent;
    margin: 1em 0 0 0;
    padding: 0;
    flex-wrap: wrap;
}

.row6-3 .widget-body .news li {
    flex: 0 0 50%;
    position: relative;
    border: none;
}

.row6-3 .widget-body .news li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0.5em;
    border-bottom: 1px dashed #e8e8e8;
}

.row6-3 .widget-body .news li:nth-child(2n + 1) {
    padding-right: 0.5em;
}

.row6-3 .widget-body .news li:nth-child(2n + 2) {
    padding-left: 0.5em;
}

.row6-3 .widget-body .news li:nth-child(2n + 2)::after {
    left: 0.5em;
    right: 0;
}

.row8 .widget {
    padding: 1em;
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px #efefef;
    background: #fff;
}

.row8 .widget-header {
    padding: 0 0 1em 0.5em;
    border-bottom: 1px solid #e8e8e8;
}

.row8 .widget-header .title {
    color: #dc3545;
}

.row8 .widget-body ul {
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.row8 .widget-body ul li {
    flex: 0 0 100px;
}

.row8 .widget-body ul li img {
    width: 100px;
    height: 100px;
}

.row8 .widget-body ul li .title {
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin-top: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
