.tabs {
	display: flex;
	margin-bottom: 10px;
}
.tab-button {
	padding: 5px 8px;
	border: 1px solid #fff;
	background-color: #fff;
	cursor: pointer;
	margin-right: 5px;
}
.tab-button.active {
	/*background-color: #fff;*/
	color: #165068;
}
.tab-content {
	border: 1px solid #ccc;
	padding: 10px;
}
.tab {
	display: none;
	float: right;
	width: 600px;
	margin-left: 20px;
}
.tab.active {
	display: block;
}
.tab ul li {
	/*margin-top: 3px;margin-top: 10px;*/
	border-bottom: 1px solid #d6d6d6;
	/*padding-bottom: 3px;padding-bottom: 10px;*/
	padding-left: 5px;
	padding-right: 5px;
}
.tabs button {
	float: left;
	font-weight: bold;
	color: #999;
	/*border-bottom: 3px solid #007750;*/
	font-size: 20px;
	line-height: 40px;
}
.tabs span{
	color: #999;
}




.notice {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
}

.notice_header {
    margin-top: 5px;
}

.notice_title {
    float: left;
    font-weight: bold;
    color: #333;
    border-bottom: 3px solid #165068;
    font-size: 20px;/*font-size: 24px;*/
    line-height: 50px;
}

.notice_header a {
    font-size: 14px;
    color: #666;
}

.notice_more {
    float: right;
    padding-right: 30px;
    background: url("../img_new/more.png") no-repeat right 34px;
    background-size: 16px;
    padding-top: 30px;
    margin-right: 10px;
}

.carousel {

    position: relative;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
	margin-top:20px;

}

.carousel-item {
    min-width: 288px;
    box-sizing: border-box;
	margin-right:15px;
}

.active {
    display: block;
}

.prev1, .next1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.prev1 {
    left: 10px;
}

.next1 {
    right: 10px;
}

ul.first-sec {
    list-style-type: none; /* 去掉默认的列表标志 */
    padding-left: 0; /* 去掉默认的左边距 */
}

ul.first-sec li {
    position: relative; /* 使::before相对于li定位 */
}

ul.first-sec li::before {
    content: ''; /* 空内容 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 将标志放在li的最左边 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 修正垂直居中 */
    width: 5px; /* 方形的宽度 */
    height: 5px; /* 方形的高度 */
    background-color: #165068; /* 方形的颜色 */
}



ul.second_fir {
    list-style: none; /* 去掉默认的列表标志 */
    padding-left: 0; /* 去掉默认的左边距 */
}

ul.second_fir li {
    position: relative; /* 使::before相对于li定位 */
    padding-left: 20px; /* 为标志腾出空间 */
}

ul.second_fir li::before {
    content: ''; /* 空内容 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 将标志放在li的最左边 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 修正垂直居中 */
    width: 5px; /* 圆点的宽度 */
    height: 5px; /* 圆点的高度 */
    background-color: #165068; /* 圆点的颜色 */
    border-radius: 50%; /* 使其成为圆形 */
}


ul.second_sec {
    list-style: none; /* 去掉默认的列表标志 */
    padding-left: 0; /* 去掉默认的左边距 */
}

ul.second_sec li {
    position: relative; /* 使::before相对于li定位 */
    padding-left: 20px; /* 为标志腾出空间 */
}

ul.second_sec li::before {
    content: ''; /* 空内容 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 将标志放在li的最左边 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 修正垂直居中 */
    width: 5px; /* 圆点的宽度 */
    height: 5px; /* 圆点的高度 */
    background-color: #165068; /* 圆点的颜色 */
    border-radius: 50%; /* 使其成为圆形 */
}


ul.third_thi{
    list-style: none; /* 去掉默认的列表标志 */
    padding-left: 0; /* 去掉默认的左边距 */
}

ul.third_thi li {
    position: relative; /* 使::before相对于li定位 */
    padding-left: 20px; /* 为标志腾出空间 */
}

ul.third_thi li::before {
    content: ''; /* 空内容 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 将标志放在li的最左边 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 修正垂直居中 */
    width: 5px; /* 圆点的宽度 */
    height: 5px; /* 圆点的高度 */
    background-color: #165068; /* 圆点的颜色 */
    border-radius: 50%; /* 使其成为圆形 */
}

