.whrl .part-title {
    float: none;
}

.whrl .part-title a {

    font-weight: bold;
    font-size: 1.875rem;
    color: #333;

}
.sect5{overflow: visible;
    display: flex;
flex-wrap:wrap;
    justify-content: space-between;}
.post .tt .tit .title i{font-style:normal;}
.s4-rdate{  position: relative;}
.rl_list {
    position: absolute;
    top: 0;
    left: 0.15rem;
    right: 0.15rem;
    z-index: 9;
    display: none;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    }

.rl_list ul li a {
    position: relative;
    display: block;
    padding: 10px 20px 0 20px;
    background: rgba(248, 248, 250, 0.98);
}
.rl_list ul li:last-child a{padding: 20px 20px 20px 20px;}
.rl_list ul li a h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    /* height: 60px; */
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.rl_list ul li a p {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #383838;
    margin-top: 10px;
}

.rl_list ul li a p img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.rl_list ul li a .gd {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* è„™å¨„èŠ’éˆ§îƒ½ï¿½æ¾å®ãƒƒå…Ÿãƒƒå¢çŸ«â‘©å“è½è„™æ¥¼èŠ’éˆ§îƒçŠ†â‘©å“å¨„è„™æ¼è„—éš†è„—ç¢Œ */
#header1 {
    padding: 70px 0 125px;
    background: url(../images/head_bg.jpg) no-repeat center top/cover;
}

#header1 .sitelogo {
    text-align: center;

}

#header1 .sitelogo a {
    display: block;
}

#header1 .sitelogo a img {
    display: block;
    margin: 0 auto;
}

#header1 .sitelogo .logo1 {
    margin-bottom: 30px;
}

#header1 .searchbox {
    max-width: 822px;

    margin: 50px auto 80px;
}

#header1 .inputbox {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
}

#header1 .inputbox input {
    width: calc(100% - 150px);
    background-size: cover;
    line-height: 66px;
    border-radius: 10px 0 0 10px;
    border: 0;
    outline: 0;
    position: relative;
    z-index: 2;
    text-indent: 25px;
    font-size: 22px;
    background: none;
    color: #fff;
    font-family: "syh"
}

#header1 .inputbox input::placeholder {
    color: #fff;
}

#header1 .inputbox .inputbg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 150px);
    height: 100%;
    z-index: -1;
    display: block;
    filter: blur(3px);
    background: rgb(147 147 147 / 70%);
    backdrop-filter: blur(1px);
}

#header1 .inputbox .submitbutton {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 100%;
    line-height: 66px;
    background: #223F99;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

#header1 .classify {
    color: #fff;
    margin-top: 15px;
    line-height: 20px;
    padding-left: 25px;

}

#header1 .classify .tip {
    width: 90px;
    float: left;
    font-size: 18px;
}

#header1 .classify .classification {
    margin-left: 90px;
}

#header1 .classify .classification .fl {
    float: left;
    padding: 0 20px;
    font-size: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    position: relative;
}

#header1 .classify .classification .fl:nth-child(3) {
    border: 0
}

#header1 .classify .classification .select {
    padding-right: 25px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}

#header1 .classify .classification .select:before {
    content: "";
    transition: 0.4s;
    width: 12px;
    height: 6px;
    background: url(../images/down.png) right center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    z-index: 22;
}

#header1 .classify .classification .fl .selectlist {
    position: absolute;
    top: 120%;
    left: 0;
    width: auto;
    min-width: 100%;
    display: none;
    background: rgba(26, 68, 152, 0.9);
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 26px;
    z-index: 9;
}

#header1 .classify .classification .fl.hover .select:before {
    transform: rotate(180deg);
}

#header1 .classify .classification .fl .selectlist li {
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
}

#nav {
    margin-bottom: 55px;
}

#nav .wp-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5%;
}

#nav .wp-menu .menu-item {
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    margin: 0 5px;
}

#nav .wp-menu .menu-item div {
    padding-bottom: 30px;
    display: inline-block
}

#nav .wp-menu .menu-item.current div {
    border-bottom: 6px solid #fff
}



#cont1 {
    position: relative;
    margin-top: -125px;
    padding: 0 5%;
}

.post-1 #calendar {
    width: 100% !important;
    height: auto !important;
}

#cont1::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    width: 5%;
    background: #1A4498;
}

#cont1 .mod {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

#cont1 .mod .post {
    background: #fff;
}

#cont1 .mod .post-1 {
    width: calc(100% - 420px);
}

#cont1 .mod .post-1 .l {
    float: left;
    width: 225px;
    text-align: center;
    padding-top: 60px;
}

#cont1 .mod .post-1 .l .semister {
    font-size: 16px;
    color: #1A4498;
}

#cont1 .mod .post-1 .l .en_month {
    font-size: 20px;
    color: #1A4498;
    margin-top: 20px;
}

#cont1 .mod .post-1 .r {
  position: relative;
    float: right;
    width: calc(100% - 225px);
}

#cont1 .mod .post-2 {
    width: 400px;
    padding: 35px 30px;
    box-sizing: border-box;
}

#cont1 .mod .post-2 .more_btn a {
    font-size: 16px;
    color: #1A4498;
    text-decoration: underline;
}

.post {}

.post .tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 25px;
}

/**éå›¬î•½éï¿½**/
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 32px;
    font-weight: normal;
}

/**éå›¬î•½ç€›æ¤¾ç¶‹**/
.post .tt .tit .title {
    display: block;
    line-height: 42px;
    color: #252525;
    /* font-family:"Microsoft yahei"; */
    font-family: "éŽ¬æ¿‡ç°®ç€¹å¬©ç¶‹ CN";
    font-weight: bold;
}

.post .tt .tit .name {
    opacity: 0.47;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}

.post-2 .con ul li a {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #D8D8D8;
}

.post-2 .con ul li a span {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;

}

.post-2 .con ul li a span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background: #1A4498;
    top: 8px;
}

.post-2 .con ul li.on a span::after {
    background: #E3BB5B;
}

.post-2 .con ul li a p {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;

    color: #333333;
}

.post-2 .con ul li.on a p {
    font-size: 18px;
    font-weight: bold;
    color: #1A4498;
}

/*éå¿•æ´°é’î‚¢æ‚•*/
@media screen and (max-width: 1400px) {
    #nav .wp-menu {
        justify-content: flex-start;
    }

    #cont1 .mod {
        flex-wrap: wrap;
    }

    #cont1 .mod .post-1 {
        float: none;
        width: 100%;
    }

    #cont1 .mod .post-2 {
        float: none;
        width: 100%;
        ;
    }
}

@media screen and (max-width: 1024px) {
    #nav .wp-menu .menu-item div {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    #cont1 {
        padding: 0 15px;
    }

    #nav .wp-menu {
        padding: 0;
    }

    #header1 .searchbox {
        padding: 0 15px;
    }

    #nav {
        padding: 0 15px;
    }

    #cont1 .mod .post-1 .l {
        float: none;
        width: 100%;
        text-align: left;
    }

    #cont1 .mod .post-1 .r {
        float: none;
        width: 100%;
    }

    #cont1::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #header1 {
        padding-top: 20px;
    }

    #header1 .sitelogo .logo1 {
        margin-bottom: 15px;
    }

    #header1 .inputbox .submitbutton {
        width: 70px;
        font-size: 16px;
    }

    #header1 .inputbox input {
        width: calc(100% - 70px);
        font-size: 16px;
    }

    #header1 .classify .tip {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    #header1 .classify .classification {
        margin-left: 0;
    }

    #header1 .classify .classification .fl {
        width: 33.333%;
        padding: 0;
        box-sizing: border-box;
        padding: 0 15px;
    }

    #nav .wp-menu .menu-item {
        font-size: 16px;
    }

    #nav .wp-menu .menu-item.current div {
        border-bottom: 2px solid #fff;
    }

    #nav {
        margin-bottom: 15px;
    }

    #cont1 .mod .post-1 .l {
        padding-top: 15px;
        padding-left: 15px;
    }

    #cont1 .mod .post-1 .l .en_month {
        font-size: 16px;
        margin-top: 10px;
    }

    .calendar-value {
        font-size: 14px !important;
    }

    #cont1 .mod .post-2 {
        padding: 15px;
    }

    .post .tt .tit {
        font-size: 20px;
    }

    .post-2 .con ul li a {
        padding: 10px 0;
    }

    .post-2 .con ul li a p {
        font-size: 16px;
    }

    #cont1 .mod {
        margin-bottom: 15px;
    }

.rl_list{padding:20px 0;background: #fff;box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);top: 294px !important;!i;!;}
.rl_list ul li{
    padding: 5px 0;
}
.rl_list ul li a{padding: 0 20px 0 20px;background: none;}
.rl_list ul li:last-child a{padding: 0px 20px 20px 20px;}
.rl_list ul li a p{/*padding:0;*/}
}