* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background-color: #f5f7fa;
    min-width: 1200px;
}
.contentBg {
    background: #fff;
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

.content .topNav {
    display: flex;
}

.content .topNav>a, .content .topNav>div {
    width: 360px;
    // flex: 1;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    color: #303030;
    opacity: 0.6;
    background-image: linear-gradient(0deg, rgba(250, 208, 196, 0.22) 0%, #FF9A9E 100%), linear-gradient(146deg, rgba(188, 203, 255, 0.20) 0%, rgba(245, 164, 215, 0.20) 100%);
    border-radius: 36px 36px 0px 0px;
    margin-top: 12px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.content .topNav>a.active, .content .topNav>div.active {
    // height: 68px;
    // line-height: 68px;
    font-size: 25px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 500;
    background-image: linear-gradient(146deg, #BCCBFF 0%, #F5A4D7 100%), linear-gradient(45deg, #CDFFEC 0%, #FFE2E2 49%, #FFC4E5 100%);
    margin-top: 0;
}

.content .bottomNav {
    display: flex;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #f2f2f2;
}

.content .bottomNav>a {
    flex: 1;
    text-align: center;
    opacity: 0.6;
    font-size: 22px;
    color: #303030;
    cursor: pointer;
    display: inline-block;
     text-decoration: none;
}

.content .bottomNav>a.active, .content .bottomNav>div.active {
    font-size: 25px;
    color: #303030;
    font-weight: 500;
    position: relative;
    opacity: 1;
}

.content .bottomNav>a.active::after, .content .bottomNav>div.active::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 80px);
    width: 160px;
    height: 4px;
    background-image: linear-gradient(225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);
}


.content .list {
    // padding-top: 20px;
}

.content .list.yhfwal, .content .list.yhkjal {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content .list.yhfwal>div:not(.custom-style), .content .list.yhkjal>div:not(.custom-style) {
    width: 46%;
    /* // display: flex; */
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
    line-height: 52px;
}

.content .list.yhfwal>div:not(.custom-style)>a, .content .list.yhkjal>div:not(.custom-style)>a {
    display: flex;
    text-decoration: none;
}

.content .list.yhfwal>div:nth-last-child(-n+2), .content .list.yhkjal>div:nth-last-child(-n+2) {
    border: none;
}

.content .list.yhfwal>div img, .content .list.yhkjal>div img {
    width: 187px;
    height: 105px;
    object-fit: cover;
    margin-right: 16px;
}

.content .list.yhfwal>div p.title, .content .list.yhkjal>div p.title {
    font-size: 20px;
    color: #303030;
    font-weight: 500;
}

.content .list.yhfwal>div p.date, .content .list.yhkjal>div p.date {
    opacity: 0.6;
    font-size: 18px;
    color: #303030;
}

.content .list.hh, .content .list.sy, .content .list.hg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* // justify-content: space-between; */
}

.content .list.hh>div:not(.custom-style), .content .list.sy>div:not(.custom-style), .content .list.hg>div:not(.custom-style) {
    width: 30%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-right: 5%;
}

.content .list.hh>div:not(.custom-style)>a, .content .list.sy>div:not(.custom-style)>a, .content .list.hg>div:not(.custom-style)>a {
    text-decoration: none;
}

.content .list.hh>div:not(.custom-style):nth-child(3n), .content .list.sy>div:not(.custom-style):nth-child(3n), .content .list.hg>div:not(.custom-style):nth-child(3n) {
    margin-right: 0;
}

.content .list.hh>div img, .content .list.sy>div img, .content .list.hg>div img {
    width: 360px;
    height: 254px;
    object-fit: cover;
}

.content .list.hh>div p, .content .list.sy>div p, .content .list.hg>div p {
    line-height: 60px;
}

.content .list.hh>div p.con, .content .list.sy>div p.con, .content .list.hg>div p.con {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.content .list.hh>div p.con span, .content .list.sy>div p.con span, .content .list.hg>div p.con span {
    font-size: 22px;
    color: #303030;
}

.content .list.hh>div p.con span:first-child, .content .list.sy>div p.con span:first-child, .content .list.hg>div p.con span:first-child {
    width:216px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .list.hh>div p.con span img, .content .list.sy>div p.con span img, .content .list.hg>div p.con span img {
    width: 22px;
    height: 28px;
    margin-right: 8px;
    vertical-align: middle;
}

.content .list.hh>div p.con span:last-child, .content .list.sy>div p.con span:last-child, .content .list.hg>div p.con span:last-child {
    opacity: 0.6;
}

.content .list.hh>div p.yxj, .content .list.sy>div p.yxj, .content .list.hg>div p.yxj {
    background-image: linear-gradient(225deg, #FAD0C4 0%, #FF9A9E 100%);
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
}

.content .list.hh>div p.yxj img, .content .list.sy>div p.yxj img, .content .list.hg>div p.yxj img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    vertical-align: middle;
}

.content .list.zwsg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content .list.zwsg>div:not(.custom-style) {
    width: 47%;
    background-image: linear-gradient(-45deg, rgba(245,200,245,0.49) 0%, rgba(218,221,250,0.49) 48%, rgba(241,244,249,0.49) 100%);
    border-radius: 8px;
    margin-bottom: 28px;
    /* // display: flex; */
    padding: 0 40px;
    box-sizing: border-box;
}

.content .list.zwsg>div:not(.custom-style)>a {
    display: flex;
    text-decoration: none;
}

.content .list.zwsg>div>a>div {
    /* flex: 2;  */
    line-height: 64px;
    width: 350px;
}
.content .list.zwsg>div>a>div.htfyr {
    width: 230px;
}

.content .list.zwsg>div .title {
    font-size: 26px;
    color: #303030;
    font-weight: bold;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .list.zwsg>div .name {
    opacity: 0.6;
    font-size: 22px;
    color: #303030;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .list.zwsg>div .name img {
    width: 22px;
    height: 28px;
    margin-right: 8px;
    vertical-align: middle;
}

.content .list.zwsg>div>a>div.yxj {
    flex: 1;
    text-align: right;
    font-size: 22px;
    color: #303030;
    font-weight: bold;
    line-height: 128px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.content .list.zwsg>div>a>div.yxj img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    vertical-align: middle;
}

.contentBg .ul-box .ele-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}
.contentBg .ul-box .ele-ul .ele-li {
  width: 48%;
  border-bottom: 1px solid rgba(151, 151, 151, 0.13);
  padding: 16px 0 12px 0;
  display: flex;
}
.contentBg .ul-box .ele-ul .ele-li img {
  width: 170px;
  height: 100px;
  margin-right: 24px;
    object-fit: cover;
}
.contentBg .ul-box .ele-ul .ele-li .r-info {
  flex: 1;
  padding-top: 4px;
}
.contentBg .ul-box .ele-ul .ele-li .r-info .title {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #303030;
  font-weight: 500;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: unset;
}
.contentBg .ul-box .ele-ul .ele-li .r-info .time {
  color: rgba(48, 48, 48, 0.6);
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
    .contentBg.mobile-yhcg-container .content .topNav>a.active, .content .topNav>div.active {
        width: 120rem;
        height: 34rem;
        line-height: 34rem;
        font-size: 16rem;
        border-radius: 12rem 12rem 0px 0px;
    }
}