/* 与common不同 */

.banner {
    background: url(../images/index/banner.png)no-repeat center;
    background-size: contain;
}

.nav {
    background: rgba(43, 71, 167, .5);
}


/* index */

.trending {
    padding: 58px 107px 0;
    margin-bottom: 60px;
}

.trending_left {
    padding-top: 123px;
    float: left;
}

.trending_left_title {
    font-size: 52px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333;
}

.trending_left_title span {
    color: #698CF0;
}

.trending_left_title::after {
    width: 99px;
    height: 17px;
    background: url(../images/index/line_title.png) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: 21px 0 39px;
}

.trending_left_cont {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
}

.trending_right {
    float: right;
    width: 556px;
}

.trending_right ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.trending_right ul .ordinary {
    width: 278px;
    height: 230px;
    position: relative;
    overflow: hidden;
    padding: 35px 89px 0;
    text-align: center;
}

#ordinary1 {
    width: 278px;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
}

#ordinary2 {
    width: 278px;
    height: 230px;
    position: absolute;
    top: 0;
    right: 0;
}

#ordinary3 {
    width: 278px;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#ordinary4 {
    width: 278px;
    height: 230px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.trending_right .triangle {
    width: 115px;
    height: 115px;
    position: absolute;
    top: -56px;
    right: -56px;
    transform: rotate(45deg);
}

.trending_right ul li span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 115px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.trending_right ul .ordinary:nth-child(1) {
    background: #304383;
    border-radius: 4px 0px 0px 0px;
    -webkit-border-radius: 4px 0px 0px 0px;
    -moz-border-radius: 4px 0px 0px 0px;
    -ms-border-radius: 4px 0px 0px 0px;
    -o-border-radius: 4px 0px 0px 0px;
}

.trending_right ul .ordinary:nth-child(1) .triangle {
    background: #c82d1f;
}

.trending_right ul .ordinary:nth-child(2) {
    background: #2B3B70;
    border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    -ms-border-radius: 0px 4px 0px 0px;
    -o-border-radius: 0px 4px 0px 0px;
}

.trending_right ul .ordinary:nth-child(2) .triangle {
    background: #FF6C00;
}

.trending_right ul .ordinary:nth-child(3) {
    background: #2B3B70;
    border-radius: 0px 0px 0px 4px;
    -webkit-border-radius: 0px 0px 0px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    -ms-border-radius: 0px 0px 0px 4px;
    -o-border-radius: 0px 0px 0px 4px;
}

.trending_right ul .ordinary:nth-child(3) .triangle {
    background: #1F5FC8;
}

.trending_right ul .ordinary:nth-child(4) {
    background: rgba(33, 33, 33, .9);
    border-radius: 0px 0px 4px 0px;
    -webkit-border-radius: 0px 0px 4px 0px;
    -moz-border-radius: 0px 0px 4px 0px;
    -ms-border-radius: 0px 0px 4px 0px;
    -o-border-radius: 0px 0px 4px 0px;
}

.trending_right ul .ordinary:nth-child(4) .triangle {
    border-color: #000;
}

.trending_right ul .hover {
    width: 278px;
    height: 230px;
    background: rgba(26, 35, 66, .9);
    position: absolute;
    padding: 43px 0 0 50px;
}

.trending_right ul .hover:nth-child(5) {
    border-radius: 4px 0px 0px 0px;
    -webkit-border-radius: 4px 0px 0px 0px;
    -moz-border-radius: 4px 0px 0px 0px;
    -ms-border-radius: 4px 0px 0px 0px;
    -o-border-radius: 4px 0px 0px 0px;
    top: 0;
    left: 0;
}

.trending_right ul .hover:nth-child(6) {
    border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    -ms-border-radius: 0px 4px 0px 0px;
    -o-border-radius: 0px 4px 0px 0px;
    top: 0;
    right: 0;
}

.trending_right ul .hover:nth-child(7) {
    border-radius: 0px 0px 0px 4px;
    -webkit-border-radius: 0px 0px 0px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    -ms-border-radius: 0px 0px 0px 4px;
    -o-border-radius: 0px 0px 0px 4px;
    bottom: 0;
    left: 0;
}

.trending_right ul .hover p:nth-child(1) {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.trending_right ul .hover p:nth-child(2) {
    margin: 10px 0 20px;
}

.trending_right ul .hover p:nth-child(3) {
    width: 160px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #1E284A;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}

.circular {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.circular1 {
    padding-left: 16px;
}

.circular2,
.circular3 {
    padding-left: 13px;
}

.circular4 {
    padding-left: 18px;
}

.trending_right ul .ordinary p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}

.trending_right ul .ordinary p::after {
    width: 35px;
    height: 10px;
    background: url(../images/index/line.png) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: 10px auto 0;
}

.list_cont .item {
    width: 1160px;
    height: 340px;
    background: #F5F5F5;
    border-radius: 4px;
    padding-left: 62px;
    padding-top: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 20px;
}

.list_cont .item:hover {
    box-shadow: 0px 0px 30px 0px rgba(176, 176, 176, 0.5);
}

.item_left {
    float: left;
    width: 804px;
    padding-right: 70px;
    /* border-right: 1px solid #999; */
}

.item_left_title>span {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #698CF0;
    float: left;
    padding-top: 14px;
    margin-right: 10px;
}

.item_left_title img:nth-child(2) {
    margin-right: 10px;
    float: left;
}

.item_left_title img:nth-child(3) {
    float: left;
}

.item_left_cont {
    padding-left: 39px;
}

.item_left_cont p:nth-child(1) {
    line-height: 30px;
    margin-bottom: 10px;
}

.item_left_cont p:nth-child(2) {
    margin-bottom: 27px;
}

.item_left_cont p:nth-child(2) span {
    padding: 5px 20px;
    background: linear-gradient(-85deg, #698CF0, #A0B9FF);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 10px;
    text-align: center;
}

.item_left_cont p:nth-child(3) {
    margin-bottom: 20px;
}

.item_left_cont p:nth-child(3),
.item_left_cont p:nth-child(4) {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #333;
    line-height: 24px;
}

.item_left_cont p:nth-child(3) span,
.item_left_cont p:nth-child(4) span {
    color: #698CF0;
}

.item_right {
    width: 285px;
    height: 221px;
    float: right;
    padding-top: 30px;
}

.item_right_cont {
    border-left: 1px solid #999;
    padding-left: 44px;
    height: 221px;
    padding-top: 68px;
}

.item_right_cont p:nth-child(1) {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.item_right_cont p:nth-child(2) {
    margin-left: 10px;
}

.item_right_cont p:nth-child(3) {
    width: 160px;
    height: 44px;
    background: #698CF0;
    border-radius: 22px;
    color: #fff;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    text-align: center;
    line-height: 44px;
    margin-top: 10px;
    cursor: pointer;
}

.item_right_cont p:nth-child(3) a:hover {
    color: #fff;
}