@charset "utf-8";
body {
    background: url(../images/body-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 102px;
}

.header {
    position: fixed;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #1c53a3;
}

.head {
    padding-right: 120px;
}

.head .logo {
    position: static;
    float: left;
    transform: none;
}

.link-top {
    top: 20px;
}

.nav {
    float: right;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    margin: 0 25px;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 25px 0;font-family: "黑体";
}

.nav ul li ul {
    top: 70px;
}

.nav ul>li>a:before {
    bottom: 20px;
}

.nav ul>li>a:after {
    bottom: 20px;
}

.nav ul>li.on>a:after {
    height: 20px;
    bottom: 0px;
}

.main-top::before,
.main-top::after,
.banner::before,
.banner::after {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.footer {
    background: url(../images/ft-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 0;
    padding: 28px 0;
}

.ft-down {
    padding-top: 0;
    padding-bottom: 0;
}

.pagination {
    margin-top: 40px;
    text-align: center
}

.pagination>div {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    box-shadow: 0px 1px 13px 0px rgba(25, 90, 180, 0.16);
    cursor: pointer
}

.pagination .page-l {
    background: #fff url(../images/jt-l.png) no-repeat center center
}

.pagination .page-r {
    background: #fff url(../images/jt-r.png) no-repeat center center
}

.pagination .page-l:hover {
    background: #185ab3 url(../images/jt-l-other.png) no-repeat center center
}

.pagination .page-r:hover {
    background: #185ab3 url(../images/jt-r-other.png) no-repeat center center
}

.pagination {
    text-align: center;
    font-size: 0;
}

.pagination a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    color: #1c53a3;
    border-radius: 50%;
    margin: 0 10px;
}

.pagination a img {
    display: inline-block;
    vertical-align: middle;
}

.pagination a img.dd-other {
    display: none;
}

.pagination a:hover img.dd-other {
    display: inline-block;
}

.pagination a:hover img.dd {
    display: none;
}

.pagination a:first-child {
    background: transparent;
}

.pagination a:first-child:hover {
    background: transparent;
}

.pagination a:last-child {
    background: transparent;
}

.pagination a:last-child:hover {
    background: transparent;
}

.pagination a::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border: 1px dashed #fff;
    border-radius: 50%;
    display: none;
}

.pagination a::before {
    content: "";
    position: absolute;
    bottom: -30px;
    height: 25px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px dashed #fff;
    display: none;
}

.pagination a.active::after {
    display: block;
}

.pagination a.active::before {
    display: block;
}

.pagination a:hover {
    background: #1f5ab4;
    color: #fff;
}

.nymain {
    position: relative;
}

.ny-white .nymain {
    position: relative
}

.ny-white .nymain::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 90px;
}

.nymain>div {
    position: relative;
    z-index: 3
}

.nymain .leftNav-w {
    padding: 30px 0;
    line-height: 30px;
    position: relative;
    background: url(../images/ny-tit-bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1
}

.nymain .leftNav-w .ny-t-l {
    float: left;
}

.nymain .leftNav-w .ny-t-l h2 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
}

.nymain .leftNav-w .ny-t-l ul {
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
}

.nymain .leftNav-w .ny-t-l ul li {
    display: inline-block;
}

.nymain .leftNav-w .ny-t-l ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
}

.nymain .leftNav-w .ny-t-l ul li span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
}

.ny-right {
    overflow: hidden;
    background: #fff;
    padding: 55px 60px;
    margin-top: 25px;
    min-height: 460px;
    margin-bottom: 25px;
}

.ny-rcom {
    font-size: 24px;
    color: #0094aa;
    margin-bottom: 15px;
    font-weight: normal
}

.position {
    position: relative;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0
}

.position span {
    color: #fff;
    font-size: 14px;
    vertical-align: middle
}

.position img {
    vertical-align: middle;
    margin-right: 5px
}

.position a {
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
    vertical-align: middle
}

.position a:hover {
    text-decoration: underline
}

.text-list {
    margin-top: 20px
}

.text-list ul li {
    padding-left: 30px;
    line-height: 85px;
    border-bottom: 1px solid #dadee2;
    padding-right: 15px;
    font-size: 20px;
    position: relative;
    z-index: 1
}

.text-list ul li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 0;
    background: #185ab3;
    transition: all .3s
}

.text-list ul li:hover::after {
    width: 100%
}

.text-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 27px;
    background-color: #185ab3;
    transition: all 0.3s;
    z-index: -1
}

.text-list ul li:hover::before {
    top: 0;
    bottom: 0;
    transform: none;
    transform: none;
    height: auto;
    background: #ff8a00
}

.text-list ul li a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 3
}

.text-list ul li span {
    position: relative;
    float: right;
    color: #4c4c4c;
    font-size: 20px;
    transition: all 0.3s;
    z-index: 2
}

.text-list ul li:hover a {
    color: #fff
}

.text-list ul li:hover span {
    color: #fff
}

.zw-l {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff
}

.zr-box {
    padding: 30px 20px;
    background: #fff
}

.zw-r .zr-box:nth-child(2) {
    margin-top: 50px
}

.zw-r .zr-box h2 {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    color: #185ab3;
    font-weight: normal
}

.zw-r .zr-box h2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 105px;
    height: 1px;
    background: #185ab3
}

.zw-r .zr-box ul li {
    border-bottom: 1px solid #e9e9e9
}

.zw-r .zr-box ul li a {
    position: relative;
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.zw-r .zr-box ul li:hover a {
    color: #185ab3
}

.zw-r .zr-box ul li a i {
    position: absolute;
    left: 0;
    width: 21px;
    height: 25px;
    line-height: 34px;
    text-align: center;
    background: url(../images/rm-list3.png) no-repeat center center;
    font-size: 14px;
    color: #fff
}

.zw-r .zr-box ul li:first-child a i {
    background: url(../images/rm-list1.png) no-repeat center center
}

.zw-r .zr-box ul li:first-child+li a i {
    background: url(../images/rm-list2.png) no-repeat center center
}

.zw-r .zr-box ul li a p {
    margin-top: 10px;
    font-size: 13px;
    color: #808080
}

.nr-title {
    padding-bottom: 30px;
    border-bottom: 1px dotted #dddddd
}

.nr-title h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 25px
}

.nrr .nr-title p {
    margin-top: 0px;
    line-height: 1;
    text-align: center;
    text-indent: 0
}

.nr-title p span {
    display: inline-block;
    font-size: 15px;
    color: #b7b7b7;
    margin: 0 15px
}

.nr-title p span img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

.nrr p {
    margin-top: 30px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    text-align: justify
}

.nrr p.img-tp img {
    width: 100%;
    display: block;
    max-width: 636px;
    margin-left: auto;
    margin-right: auto
}

.ny-down {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #cccccc
}

.ny-down p {
    line-height: 29px;
    margin-top: 0;
    text-indent: 0
}

.ny-down p a {
    font-size: 16px;
    color: #333
}

.ny-down p:hover a {
    color: #185ab3;
    text-decoration: underline
}

.img-lists2 ul {
    overflow: hidden
}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 15px 1%
}

.img-lists2 ul li a {
    display: block
}

.img-lists2 ul li a .pic {
    padding-top: 120%
}

.img-lists2 ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center
}

.dt-list2 {
    overflow: hidden
}

.dt-list2 li {
    position: relative;
    transition: all 0.5s;
    padding: 40px 0 45px 0;
    border-bottom: 1px dotted #cccccc
}

.dt-list2 li:hover a .date {
    background: #185ab3
}

.dt-list2 li:hover a .dt-text h3 {
    color: #185ab3
}

.dt-list2 li:hover a .dt-text p {
    color: #185ab3
}

.dt-list2 li a {
    display: block;
    overflow: hidden
}

.dt-list2 li .date {
    background: #bfbfbf;
    float: left;
    width: 68px;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.dt-list2 li .date p {
    font-size: 12px;
    line-height: 24px
}

.dt-list2 li .date span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600
}

.dt-list2 li a>.dt-text {
    overflow: hidden;
    padding: 0 0 0 20px
}

.dt-list2 li a>.dt-text h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dt-list2 li a>.dt-text p {
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px
}

.timg-list ul li {
    margin-top: 35px
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s
}

.timg-list ul li a h3 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.timg-list ul li a>div {
    overflow: hidden
}

.timg-list-img {
    float: left;
    width: 350px;
    margin-right: 30px
}

.timg-list ul li a .pic {
    padding-top: 62%
}

.timg-list ul li a:hover h3 {
    color: #185ab3
}

.timg-list ul li a:hover span {
    background: #185ab3;
    border-color: #185ab3;
    color: #fff
}

.timg-linfo {
    overflow: hidden;
    padding-top: 35px
}

.timg-linfo p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0 0 0;
    text-indent: 2em
}

.timg-linfo span {
    display: block;
    margin-top: 20px;
    line-height: 24px;
    color: #185ab3;
    font-size: 16px;
    padding-left: 30px;
    background: url() no-repeat;
    background-position: left center
}

.timg-list ul li a:hover {
    background: #185ab3;
    padding: 20px
}

.timg-list ul li a:hover h3 {
    color: #fff
}

.timg-list ul li a:hover span {
    color: #fff;
    background: url() no-repeat;
    background-position: left center
}

.timg-list ul li a:hover p {
    color: #fff
}

.tzgg ul li {
    padding: 35px;
    border-bottom: 1px solid #e6e6e6;
    background: url(../images/tz-bg.jpg) no-repeat left center;
    background-size: 0 100%;
    transition: all .3s
}

.tzgg ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../images/tz-more.png) no-repeat 0 75%
}

.tzgg ul li a .date {
    width: 85px;
    margin-top: 45px
}

.tzgg ul li a .date p {
    font-size: 18px;
    color: #808080
}

.tzgg ul li a .date span {
    display: block;
    font-size: 28px;
    color: #333;
    font-weight: bold
}

.tzgg ul li a .text {
    margin-top: 45px;
    width: calc(100% - 480px)
}

.tzgg ul li a .text h2 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: normal
}

.tzgg ul li a .text p {
    line-height: 26px;
    font-size: 15px;
    color: #808080;
    height: 78px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.tzgg ul li a .tpp {
    width: 330px
}

.tzgg ul li a .tpp .pic {
    padding-top: 64.9%
}

.tzgg ul li:hover {
    background-size: 100% 100%
}

.tzgg ul li:hover a {
    background: url(../images/tz-more-other.png) no-repeat 0 75%
}

.tzgg ul li:hover a .date p {
    color: #fff
}

.tzgg ul li:hover a .date span {
    color: #fff
}

.tzgg ul li:hover a .text h2 {
    color: #fff
}

.tzgg ul li:hover a .text p {
    color: #fff
}

.xgsj ul {
    border-bottom: 1px dashed #7b8db1
}

#szjs .leftNav>ul>li.on {
    position: relative
}

#szjs .leftNav>ul>li.on::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border: 11px solid transparent;
    border-bottom: 15px solid #fff
}

.xgsj ul.ej li {
    display: inline-block;
    margin-left: 35px
}

.xgsj ul.ej li a {
    display: inline-block;
    padding-top: 45px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #5a719d
}

.xgsj ul.ej li.on a {
    font-weight: bold;
    color: #185ab3
}

.js-tit {
    padding-top: 50px;
    padding-left: 55px;
    padding-right: 55px
}

.js-tit h2 {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: normal
}

.js-tit ul {
    margin-top: 20px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    background-color: #6988b2
}

.js-tit ul li a {
    display: block;
    padding: 0 15px;
    line-height: 45px;
    font-size: 18px;
    color: #fff
}

.js-tit ul li.on a {
    background: #185ab3
}

.rw-name {
    padding: 18px 0;
    padding-left: 55px;
    line-height: 55px;
    overflow: hidden
}

.rw-name .num {
    float: left;
    width: 30px
}

.rw-name .num span {
    font-size: 20px;
    color: #185ab3;
    font-weight: bold
}

.rw-name .name {
    overflow: hidden;
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap
}

.rw-name .name a {
    width: 7.6%;
    font-size: 18px;
    color: #4c4c4c
}

.img-lists ul {
    overflow: hidden
}

.img-lists ul li {
    float: left;
    width: 23%;
    margin-left: 2.6667%;
    box-sizing: border-box;
    margin-top: 65px;
    border: 1px solid #d9d9d9;
    transition: all 0.3s;
    position: relative;
    top: 0
}

.img-lists ul li:nth-child(4n-3) {
    margin-left: 0
}

.img-lists ul li:hover {
    top: -10px
}

.img-lists ul li a {
    display: block;
    width: 100%
}

.img-lists ul li a .pic {
    position: relative;
    padding-top: 76.8%;
    overflow: hidden
}

.img-lists ul li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s
}

.img-lists ul li a>div.info {
    font-size: 0;
    line-height: 80px;
    background: #e6ebf2
}

.img-lists ul li a>div.info p {
    padding: 0 15px;
    color: #333;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.img-lists ul li:hover .info {
    background: #185ab3 url(../images/more-other.png) no-repeat center 80%
}

.img-lists ul li:hover .info p {
    color: #fff
}

.sz-list>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.sz-list>ul {
    margin: 0 -40px
}

.sz-list>ul>li {
    width: 16.667%;
    margin-top: 50px
}

.sz-list>ul>li a {
    display: block;
    margin: 0 40px
}

.sz-list>ul>li a .pic {
    padding-top: 130.86%
}

.sz-list>ul>li a .text {
    position: relative;
    padding-top: 25px;
    text-align: center
}

.sz-list>ul>li a .text p {
    font-size: 18px;
    color: #333;
    font-weight: bold
}

.sz-list>ul>li a .text::after {
    content: "";
    position: absolute;
    top: 15px;
    width: 25px;
    height: 1px;
    background: #185ab3;
    left: 50%;
    transform: translateX(-50%)
}

.sz-list>ul>li:hover a .text p {
    color: #185ab3
}

.szxq-top {
    margin-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden
}

.szxq-top .xq-tp {
    float: left;
    width: 235px
}

.szxq-top .xq-tp .pic {
    padding-top: 133.7%
}

.szxq-top .xq-txt {
    overflow: hidden;
    padding-left: 45px;
    padding-bottom: 60px
}

.szxq-top .xq-txt h2 {
    margin-bottom: 30px
}

.szxq-top .xq-txt h2 span {
    display: inline-block;
    font-size: 20px;
    padding-right: 20px
}

.szxq-top .xq-txt h2 i {
    font-size: 14px;
    color: #808080;
    font-weight: normal
}

.szxq-top .xq-txt p {
    line-height: 32px;
    font-size: 16px;
    color: #333
}

.szxq-down {
    padding-left: 15px;
    padding-right: 15px
}

.szxq-down .box {
    margin-top: 45px
}

.szxq-down .box h2 {
    font-size: 18px;
    color: #185ab3;
    margin-bottom: 15px
}

.szxq-down .box p {
    line-height: 30px;
    font-size: 16px;
    color: #333
}

.xgsb {
    margin-top: 55px
}

.xgsb-top {
    overflow: hidden
}

.xgsb-top .tpp {
    float: left;
    width: 500px;
    border: 1px solid #d9d9d9
}

.xgsb-top .tpp .pic {
    padding-top: 85.6%
}

.xgsb-top .text {
    padding-left: 40px;
    overflow: hidden
}

.xgsb-top .text h2 {
    font-size: 20px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px
}

.xgsb-top .text p {
    line-height: 26px;
    font-size: 16px;
    color: #333
}

.xgsb-top .text p a {
    font-size: 16px;
    color: #ff8901;
    font-weight: bold
}

.xgsb-down {
    margin-top: 55px
}

.xgsb-down .sb-tit {
    border-bottom: 1px solid #d9d9d9
}

.xgsb-down .sb-tit span {
    position: relative;
    display: inline-block;
    width: 145px;
    margin-right: 25px;
    line-height: 38px;
    text-align: center;
    background: #e6ebf1;
    cursor: pointer
}

.xgsb-down .sb-tit span.on {
    background: #185ab3;
    color: #fff
}

.xgsb-down .sb-tit span::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border: 6px solid transparent;
    border-top: 7px solid #185ab3;
    display: none
}

.xgsb-down .sb-tit span.on::after {
    display: block
}

.xgsb-down .sb-txt ul {
    display: none;
    margin-top: 20px
}

.xgsb-down .sb-txt ul.on {
    display: block
}

.xgsb-down .sb-txt ul li {
    line-height: 30px
}

.xgsb-down .sb-txt ul li a {
    display: block;
    font-size: 16px;
    color: #333
}

.text-list ul {
    min-height: 300px;
}


/* 图片列表2 */

.tp-list {
    padding: 0 20px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.tp-list ul li {
    float: left;
    width: 31%;
    margin: 21px 0;
    margin-left: 3.5%;
}

.tp-list ul li:nth-child(3n-2) {
    margin-left: 0;
}

.tp-list ul li a {
    position: relative;
    display: block;
}

.tp-list ul li a .pic {
    padding-top: 64.64%;
}

.tp-list ul li a .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background: rgba(28, 83, 163, .9);
    overflow: hidden;
    transition: all .3s;
}

.tp-list ul li a .text span {
    font-size: 16px;
    color: #fff;
    font-family: "Georgia";
}

.tp-list ul li a .text h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp-list ul li a .text p {
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    opacity: .7;
    height: 72px;
    overflow: hidden;
}

.tp-list ul li:hover a .text {
    top: 0;
    display: block;
    padding: 25px;
}


/* 日期列表 */

.date-list>ul>li {
    float: left;
    width: 32%;
    margin: 21px 0;
    margin-left: 2%;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #1c53a3;
    box-sizing: border-box;
}

.date-list>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.date-list>ul>li>a {
    position: relative;
    display: block;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.date-list>ul>li>a .date {
    position: relative;
    margin-bottom: 30px;
    z-index: 3;
}

.date-list>ul>li>a .date span {
    font-size: 36px;
    color: #1c53a3;
    font-family: "Georgia";
}

.date-list>ul>li>a .date i {
    font-size: 16px;
    color: #808080;
    font-family: "Georgia";
}

.date-list>ul>li>a p {
    position: relative;
    line-height: 26px;
    font-size: 18px;
    color: #333;
    height: 52px;
    overflow: hidden;
    z-index: 3;
}

.date-list>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    background: #1c53a3;
    transition: all .3s;
}

.date-list>ul>li:hover>a::after {
    bottom: 0;
}

.date-list>ul>li:hover>a p {
    color: #fff;
}

.date-list>ul>li:hover>a .date span {
    color: #fff;
}

.date-list>ul>li:hover>a .date i {
    color: #fff;
}
