*,
html,
body {
    cursor: pointer !important;


}

/* #container {width:300px; height: 180px; }  */

/* unocss未生效前，隐藏页面 */
[un-cloak] {
    display: none;
}

li{
    list-style: none;
}

.swiper {
    width: 100%;
    height: 100%;
    --swiper-theme-color: #fff;
    --swiper-navigation-color：rgba(255, 255, 255, 0.6)
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper .my-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    position: relative;
    margin: 0 5px;
   bottom: -40px !important;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.work_list {
	width: 100%;
	padding-top: 12px;
	margin-bottom: 20px;
}
.work_list h3 {
	line-height: 44px;
    background: url(../images/icon12.png) 95% center no-repeat;
    text-indent: 20px;
    background-size: auto 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left;
}
.work_list a h3  {
	float: left;
	line-height: 44px;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 5px;
    font-weight: normal
}
.work_list a h3.on {
	font-weight: bold;
	color: #043873;
}
.work_list a h3 span {}

.work_list ul {
	display: none;
	float: left;
	width: 100%;
}
.work_list li {
	background: url(../images/icon12.png) 18px 15px no-repeat;
    text-indent: 26px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    line-height: 42px;
    background-size: 5px;
}
.work_list a li  {
    display: block;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 30px;
}
.work_list a:hover h3{

    color: #fff;
	background-color: #043873;

}


.news {
    color: #043873
}



.datetime {
    color: #d9d9d9
}

.active {
    background-color: #043873;
    color：#fff;
}

.newList li:hover {
    background: rgba(4, 56, 115, 0.05);
    box-shadow: 3.17213px 3.17213px 3.17213px rgba(238, 238, 238, 0.5);
    border-radius: 10.5738px;
}

.newList li:hover .datetime {
    color: #939598;
}

#swiper-active .swiper-pagination{
    bottom: 40px !important;
}