.wrap_mode02 {
    padding: 0 0 105px 0;
    position: relative;
}

.wrap_mode02::before {
    content: '';
    position: absolute;
    width: 11%;
    height: 100%;
    background: #fff;
    right: 0px;
    top: 0px;
    z-index: 0;
}

.wrap_content {
    width: 100%;
    height: auto;
    background: url(../images2023/bg.png) #f6f6f6;
    position: relative;
    padding: 0 0 100px 0;
}

.wrap_content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: #fff;
    bottom: 0px;
}

.content {
    position: relative;
}

.content::before {
    content: '';
    position: absolute;
    width: 69%;
    height: 1560px;
    background: #fff;
    right: 0px;
    top: 0px;
}

.title {
    width: 31%;
    height: 81px;
    background: url(../images2023/title_bg_02.png) no-repeat;
}

.title a {
    font-size: 24px;
    color: #fff;
    display: block;
    height: 81px;
    line-height: 81px;
    text-indent: 260px;
}

.mode01 {
    width: 1450px;
    margin: 84px auto 0;
    position: relative;
    overflow: hidden;
}

.mode01_left {
    width: 545px;
    height: 1189px;
    float: left;
    background: url(../images2023/mode01_left_03.jpg) no-repeat;
}

.mode01_left ul {
    margin: 40px 0 0 28px;
}

.mode01_left li {
    overflow: hidden;
}

.date {
    width: 110px;
    height: 54px;
    float: left;
    background: url(../images2023/date_06.png) no-repeat left center;
    margin: 30px 0 0 0;
}

.date p, .date span {
    color: #fff;
    margin: 0 0 0 20px;
}

.date p {
    font-size: 22px;
    font-family: FontAwesome;
}

.date span {
    font-size: 20px;
    font-family: cLight;
}

.mode01_left a {
    display: block;
    padding: 26px 80px 26px 0;
    margin: 0 0 0 110px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .5);
}

.mode01_left li:first-child a {
    padding-top: 0px
}

.mode01_left li:first-child .date {
    margin-top: 0px
}

.mode01_right {
    width: 750px;
    float: right;
}

.carticle h3 {
    font-size: 24px;
    color: #4f1989;
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d5d5d5;
}

.carticle_con {
    font-size: 18px;
    color: #000000;
    line-height: 36px;
    margin: 50px 0 0 0;
    text-indent: 2em;
}

.carticle_con img {
    display: block;
    margin: 45px auto;
    border: 5px solid #482184;
}

.carticle_con img:last-child {
    margin-bottom: 0px;
}

.wrap_title {
    padding: 90px 0 70px 0;
    background: #fff;
}

.mode02 {
    background: #fff;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, .25);
    width: 1450px;
    height: 684px;
    margin: 0 auto;
    position: relative;
}

.clist ul {
    overflow: hidden;
}

.clist li {
    width: 50%;
    float: left;
    margin: 0 0 15px 0;
}

.clist li a {
    padding: 24px 60px;
    background: #f6f7f7;
    display: block;
    margin: 0 50px 0 100px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, .25);
}

.clist li:nth-child(even) a {
    margin: 0 60px 0 50px
}

.clist p {
    color: #482184;
    font-size: 18px;
}

.clist span {
    color: #482184;
    font-size: 12px;
}

.clist li a:hover {
    background: #482184;
    margin-left: 70px;
    padding-left: 40px
}

.clist li:nth-child(even) a {
    margin-left: 30px;
    padding-left: 40px
}

.clist li a:hover p {
    color: #fff;
}

.clist li a:hover span {
    color: #fff;
}