/* ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ */
/* nav{
	margin-bottom: 15px;
}
 */
nav a,
nav a img {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}



/* ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ */
.title {
    margin-top: 30px;
    margin-bottom: 40px;
}

.title h1 {
    margin-bottom: 14px;
}

.title h1 a {
    text-align: center;
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 46px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title p a {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title .title-list {
    margin-top: 14px;
}

.title .title-list ul {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.title .title-list ul li {
    margin: 0 25px;
    position: relative;
}

.title .title-list ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #000000;
    line-height: 30px;
    font-weight: bold;
}

.title .title-list ul li a::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    left: -10px;
    top: 50%;
    margin-top: -2px;
}

.banner-right .column-title {
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 18px;
    border-bottom: 1px solid #CC0202;
}

.banner-right .column-title span:first-child a {
    color: #CC0000;
}



/* ÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®ÃƒÂ¥Ã‚Â¤Ã‚Â´ */
.column-title {
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
}

.column-title span:first-child {
    float: left;
}

.column-title span:last-child {
    float: right;
}

.column-title span:first-child a {
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 46px;
}

.column-title span:last-child a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 46px;
}

/* ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ */
.banner-img {
    height: 450px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 8px 0px 20px 0px rgb(204 204 204 / 65%);
    border-radius: 10px;
    overflow: hidden;
}

.banner-img .banner-left {
    width: 800px;
    height: 450px;
    overflow: hidden;
    position: relative;
    float: left;

}

.banner-img .banner-left .hd {
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 1;
}

.banner-img .banner-left .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner-img .banner-left .hd ul li {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 8px;
    background: #848483;
    border-radius: 4px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    color: transparent;
}

.banner-img .banner-left .hd ul li:last-child {
    margin-right: 30px;
}

.banner-img .banner-left .hd ul li.on {
    width: 50px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    color: #fff;
}

.banner-img .banner-left .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner-img .banner-left .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.mask {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    width: 800px;
    height: 80px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8) 65%);
    z-index: 100;


}

.mask a {
    display: inline-block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    width: 540px;
    line-height: 80px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-img .banner-left .bd img {
    width: 800px;
    height: 450px;
    display: block;
}

.prev,
.next {
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.prev {
    left: 0;
}

.next {
    right: 0px;
}

.prev img,
.next img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 24px;
}

.banner-right {
    float: right;
    width: 400px;
}

.banner-right ul li {
    width: 100%;
    height: 78px;
    border-bottom: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.banner-right ul li:last-child {
    border: none;
}

.banner-right ul li:hover {
    background-color: #CC0202;
}

.banner-right ul li:hover a {
    color: #FFFFFF;
}

.banner-right ul li a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â» */
.news {
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    height: 40px;
}

.news span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CC0202;
    line-height: 40px;
    float: left;
    display: inline-block;
    width: 105px;
    text-align: center;
}

.roll {
    height: 38px;
    background: #FFFFFF;

}

.roll a {
    margin: 0 20px;
    color: #333;
    font-size: 14px;
    line-height: 38px;
    text-decoration: none;
    position: relative;
}

.roll a::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    left: -10px;
    top: 50%;
}

.rolla:hover {
    text-decoration: underline;
}

.str_wrap {
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}



.str_wrap.str_active {}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;

}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

/* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ */
.content {
    overflow: hidden;
    padding-right: 4px;
    margin-bottom: 40px;
}

.content-left {
    float: left;
    width: 800px;
}

.ass {
    height: 210px;
    margin-bottom: 20px;
}

.activities {
    width: 800px;
    height: 38px;
    float: left;
    background-image: url(../image/20230109a1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
}

/* ÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€1 */
.picScroll-left {
    width: 800px;
    /* height: 178px; */
    /* overflow: hidden; */
    position: relative;
    float: left;
}

.picScroll-left .hd {
    overflow: hidden;
    position: absolute;
    top: 35px;
    width: 100%;
    height: 50px;
    z-index: 100;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.picScroll-left .hd .prev {
    left: 0;
}

.picScroll-left .hd .next {
    right: 0px;
}

.picScroll-left .hd .prev img,
.picScroll-left .hd .next img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 24px;
}

/* 
.picScroll-left .bd {
	padding: 10px;
	width: 740px;
} */

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    padding-bottom: 10px !important;
}

.picScroll-left .bd ul li {
    width: 260px;
    margin-right: 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    box-shadow: 4px 0px 5px 0px rgb(204 204 204 / 50%);
    border-radius: 10px;
}

.picScroll-left .bd ul li .pic {
    width: 260px;
    height: 110px;
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 260px;
    height: 110px;
    display: block;

}

.picScroll-left .bd ul li .pic-mask {
    height: 38px;
}

.picScroll-left .bd ul li .pic-mask a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}

/* ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Å“ÃƒÂ©Ã‚Â¢Ã‹Å“ */
.zt1 {
    box-shadow: 1px 1px 5px 0px rgb(153 153 153 / 50%);
    background: #F5F5F5;
    border-radius: 8px;
}

.zt {
    width: 760px;
    overflow: hidden;
    /* border-bottom: 1px solid #B81B22; */
    box-sizing: border-box;
    /* padding-left: 40px; */
    /* padding-bottom: 28px; */
    margin: 0 auto;
    margin-bottom: 30px;
}

.zt-title {
    /* width: 760px; */
    height: 55px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C00000;
    text-align: center;
    line-height: 55px;
    background-image: url(../image/20221228a3.png);
    background-size: 100% 100%;
    margin-bottom: 15px;
}

.zt .zt-img {
    float: left;
    margin-right: 20px;
    margin-left: 40px;
}

.zt .zt-img img {
    width: 350px;
    height: 170px;
}

.zt .zt-text {
    width: 345px;
    float: right;
}

.zt .zt-text h2 {
    margin: 14px 0px;
}

.zt .zt-text h2 a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zt .zt-text p {
    margin-bottom: 5px;
}

.zt .zt-text p a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zt .zt-text span {
    float: right;
}

.zt .zt-text span a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF0000;
    line-height: 24px;
}

/* ÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€2 */
.picScroll-left1 {
    width: 760px;
    height: 185px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.picScroll-left1 .hd {
    overflow: hidden;
    position: absolute;
    top: 35px;
    width: 100%;
    height: 50px;
    /* z-index: 100; */
}

.picScroll-left1 .hd .prev,
.picScroll-left1 .hd .next {
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.picScroll-left1 .hd .prev {
    left: 0;
}

.picScroll-left1 .hd .next {
    right: 0px;
}

.picScroll-left1 .hd .prev img,
.picScroll-left1 .hd .next img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 24px;
}


.picScroll-left1 .bd {
    /* padding: 10px; */
    width: 760px;
}

.picScroll-left1 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left1 .bd ul li {
    width: 240px;
    margin-right: 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left1 .bd ul li .pic {
    width: 240px;
    height: 120px;
    text-align: center;
}

.picScroll-left1 .bd ul li .pic img {
    width: 240px;
    height: 120px;
    display: block;

}

.picScroll-left1 .bd ul li .pic-mask {
    text-align: left;
    margin-top: 18px;
}

.picScroll-left1 .bd ul li .pic-mask a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* ÃƒÂ¥Ã‚Â¹Ã‚Â¿ÃƒÂ¥Ã¢â‚¬ËœÃ…Â ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ */
.guang {
    width: 800px;
    height: 120px;
    box-shadow: 1px 2px 6px 0px rgba(153, 153, 153, 0.64);
    margin-bottom: 28px;
}

.guang img {
    width: 100%;
    height: 100%;
}

/* ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */
.cloumn {
    width: 800px;
    overflow: hidden;
}



.cloumn .list-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.cloumn .list-title span {
    float: left;
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: #C00000;
    line-height: 30px;
    position: relative;
    display: inline-block;
    width: 100px;
    text-align: center;
}

.cloumn .list-title span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100px;
    height: 8px;
    background: #FFCCCC;
    z-index: -1;
}

.cloumn .hots .list-title span {
    float: left;
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: #C00000;
    line-height: 30px;
    position: relative;
    display: inline-block;
    width: 110px;
    text-align: center;
}

.cloumn .hots .list-title span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 110px;
    height: 8px;
    background: #FFCCCC;
    z-index: -1;
}

.cloumn .list-title a {
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}


.cloumn .bus,
.cloumn .science {
    float: left;
    width: 380px;
    margin-bottom: 25px;
}

.cloumn .bus {
    margin-right: 40px;
}



.slideTxtBox,
.slideTxtBox1,
.slideTxtBox2 {
    width: 100%;
    margin: 0 auto;
}

.slideTxtBox .hd ul,
.slideTxtBox1 .hd ul,
.slideTxtBox2 .hd ul {
    overflow: hidden;
}

.slideTxtBox .hd ul li,
.slideTxtBox1 .hd ul li,
.slideTxtBox2 .hd ul li {
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    text-align: center;
    margin-right: 25px;
    cursor: pointer;
}

.slideTxtBox2 .hd ul {
    float: right;
    width: 550px;
}

.slideTxtBox2 .hd ul li {}

.cloumn .hots .list-title a {
    float: right;
}

.slideTxtBox .hd ul li:last-child,
.slideTxtBox1 .hd ul li:last-child,
.slideTxtBox2 .hd ul li:last-child {
    margin-right: 0px;
}

.slideTxtBox .hd ul li.on,
.slideTxtBox1 .hd ul li.on,
.slideTxtBox2 .hd ul li.on {
    color: #C41A1A;
    font-weight: bold;
}
.slideTxtBox .hd ul li.on a,
.slideTxtBox1 .hd ul li.on a,
.slideTxtBox2 .hd ul li.on a {
    color: #C41A1A;
    font-weight: bold;
}

.slideTxtBox .bd ul,
.slideTxtBox1 .bd ul,
.slideTxtBox2 .bd ul {
    overflow: hidden;
}

.slideTxtBox .bd ul div,
.slideTxtBox1 .bd ul div {
    overflow: hidden;
    padding: 20px 0px;
    padding-top: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.slideTxtBox .bd ul div img,
.slideTxtBox1 .bd ul div img {
    float: left;
    width: 190px;
    height: 106px;
    margin-right: 10px;
}

.slideTxtBox .bd ul div .A-kaix,
.slideTxtBox1 .bd ul div .A-kaix {
    width: 170px;
    float: left;
    border: none;
    padding: 0;
}

.slideTxtBox .bd ul div .A-kaix h2,
.slideTxtBox1 .bd ul div .A-kaix h2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;

    margin-bottom: 10px;
}


.slideTxtBox .bd ul div .A-kaix a,
.slideTxtBox1 .bd ul div .A-kaix a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;

    overflow: hidden;
}

.cloumn .hots .bd ul li {
    width: 390px;
    margin-right: 20px;
    float: left;
}

.cloumn .hots .bd ul li:nth-child(even) {
    margin-right: 0px;
}

.cloumn .bd ul li {
    border-bottom: 1px dashed #ccc;
    height: 58px;
}

.cloumn .bd ul li:last-child {
    border-bottom: 1px solid #CCCCCC;
}

.cloumn .bd ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 58px;
    position: relative;
    box-sizing: border-box;
    padding-left: 14px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cloumn .bd ul li a::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}




.content-right {
    float: right;
    width: 370px;
}

/* ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ */
.huiban {
    width: 370px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.huiban .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.huiban .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.huiban .bd li {
    zoom: 1;
    vertical-align: middle;
}

.huiban .bd img {
    width: 370px;
    height: 100px;
    display: block;
}


.huiban .prev,
.huiban .next {
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.huiban .prev {
    left: 0;
}

.huiban .next {
    right: 0px;
}

.huiban .prev img,
.huiban .next img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 24px;
}

/* ÃƒÂ¨Ã‚Â§Ã¢â‚¬Â ÃƒÂ©Ã‚Â¢Ã¢â‚¬Ëœ */
.video {
    width: 370px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 4px 0px 15px 0px rgb(204 204 204 / 70%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 6px;
    margin-bottom: 30px;
}

.video-img {
    width: 330px;
    height: 190px;
    margin: 0 auto;
    margin-top: 18px;
}

.video-img a,
.video-img a img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.video-img a::after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../image/20210331a1.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.video p {
    text-align: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 18px;
}

/* ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å¾ÃƒÂ¥Ã…â€œÃ‚Â° */
.regions {
    width: 370px;
    height: 680px;
    background: #FFFFFF;
    box-shadow: 4px 0px 15px 0px rgb(204 204 204 / 70%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 6px;
    margin-bottom: 30px;
}

.regions ul li {
    border-bottom: 1px dashed #ccc;
    height: 60px;
}

.regions ul li:last-child {
    border-bottom: none;
}

.regions ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 60px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.regions ul li a::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

/* ÃƒÂ¥Ã¢â‚¬Â¦Ã…Â¡ÃƒÂ¥Ã‚ÂªÃ¢â‚¬â„¢ÃƒÂ¥Ã‚Â¹Ã‚Â³ÃƒÂ¥Ã‚ÂÃ‚Â° */
.platform {
    width: 370px;
    height: 540px;
    background: #FFFFFF;
    box-shadow: 4px 0px 15px 0px rgb(204 204 204 / 70%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 6px;
    margin-bottom: 36px;
}

.platform ul li {
    border-bottom: 1px dashed #ccc;
    height: 60px;
}

.platform ul li:last-child {
    border-bottom: none;
}

.platform ul li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 60px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.platform ul li a::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}
