.notice{
    width: 520px;
    float: right;
    height: 370px;
    overflow: hidden;
    position: relative;
}
.notice .titbar{
    height: 35px;
    border-bottom: 1px solid #cbcccc;
    margin-bottom: 5px;
}
.titbar a{
    color: #16518d;
    text-decoration: none;
    transition: color 0.7s;
}
.notice .titbar span{
    display: block;
    height: 32px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 6px solid #aadcdf;
    padding: 0 5px;
    float: left;
}
.notice .titbar .icon{
    float: left;
    margin-left: 5px;
    width: 82px;
    height: 28px;
    background: url(../img/swiper/notice.png) no-repeat;
}
.notice .titMore {
    float: right;
    color: #b9b9b9;
    margin-top: -30px;
}
.notice ul{
    list-style: none;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 14px;
    line-height: 26px;
    color: rgb(51, 51, 51);
}
 .notice .newsList li, .m_wrap2 .notice .newsList li {
    height: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #818181;
    display: flex;
    align-items: center;
    text-align: -webkit-match-parent;

     outline: none;
     /*font-family: "Microsoft Yahei", 微软雅黑, Tahoma, SimSun;
     font-size: 14px;
     line-height: 26px;
     color: rgb(51, 51, 51);*/
}
 .notice .newsList li span {
    width: 70px;
    height: 50px;
    line-height: 32px;
    border-right: 1px solid #dadada;
    display: block;
    float: left;
    text-align: center;

     margin: 0 10px;
}
 .notice .newsList li span i, .m_wrap2 .notice .newsList li span i {
    font-size: 36px;
    color: #69b2f8;
    font-style: normal;
}
 .notice .newsList li span p, .m_wrap2 .notice .newsList li span p {
    color: #999;
    margin-top: -15px;
    font-size: 12px;
}
.notice .newsList li h3, .m_wrap2 .notice .newsList li h3 {
    width: 435px;
    max-height: 60px;
    line-height: 30px;
    float: right;
    overflow: hidden;
    font-weight: 700;

    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.notice .newsList li h3 a, .m_wrap2 .notice .newsList li h3 a {
    font-size: 16px;

    color: #333;
    text-decoration: none;
    transition: color 0.7s;
    margin: 0 auto;
}
/*左侧swiper*/
.bottom_title {
    width: 600px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#66000000, endColorstr=#66000000);
}
 .bottom_title a {
    color: #fff;
     text-decoration: none;
     transition: color 0.7s;
}

.vip{
    position: relative;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #ff9600 0%, #fe531e 26%, #c022a5 57%, #1bb8f9 100%);
}
.mb50{
    margin-bottom: 50px;
}
.pt30{
    padding-top: 30px;
    margin-bottom: 50px;
}
.mb20{
    margin-bottom: 20px;
}
.media-support a{
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.media-support a:hover{
    color: #1462f3;
    transition: color 0.7s;
}
