.swiper-button-next, .swiper-button-prev {
    background: rgba(0,0,0,0.5);
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 30px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
      opacity: .5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background:#007ab6;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}


/*新闻列表图标*/
@font-face {
    font-family: 'iconfont';
    /* Project id 2906258 */
    src: url('//at.alicdn.com/t/font_2906258_dmlwvmigm3u.woff2?t=1641873533798') format('woff2'), url('//at.alicdn.com/t/font_2906258_dmlwvmigm3u.woff?t=1641873533798') format('woff'), url('//at.alicdn.com/t/font_2906258_dmlwvmigm3u.ttf?t=1641873533798') format('truetype');
}

table {
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 15px;
}

table tr td {
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 10px;
    color: #555;
    text-align: center;
}

table tr:first-child {
    background:#007ab6;
}

table tr:first-child td {
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    border-left: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

/* table tr:first-child td {
    padding: 15px 20px;
  font-size:18px;
  text-align:center;
  font-weight:bold;
  color:#333;

}*/
@media only screen and (max-width: 768px) {
  table {
    white-space: nowrap;
}
    .albg {
        overflow-x:scroll;
    }

  }

.nyactive a {
	background-color: #007ab7;
	color: #fff;
}

*{
	font-family: Microsoft YaHei;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}
.p_label .s_label{
    color: rgb(0 0 0 / 50%);
}