/* ===== style.css ===== */
/* 样式重置 */
a {
    text-decoration: none;
    color: black;
}
ul, li {
    padding:0;
    margin:0;
    list-style:none
}
button{
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    background: transparent;
    outline: none;
    cursor: pointer;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1500px;
}

#head-box {
    background: #ffffff;
    height: 160px;
    margin: 0 auto;
    /* width: 1700px; */
    top: 0;
    z-index: 1000;
    overflow: visible;
}
#head-box #head {
    /*background: #f1a6c7;*/
    height: 170px;
    width: 1700px;
    min-width: 1200px;
    margin: 0 auto;
}
#head img {
    height: 65px;
    margin-top: 15px;
}

#head {
    /*background-color: rgba(21, 85, 173, 0.93);*/
    background-size: 100% 170px;
    background-position: center;
    background-repeat: no-repeat;
    height: 175px;
    
    
}

#head #search {
    position: relative;
    /*background: rgba(66, 115, 170, 0.93);*/
    height: 90px;
    width: 300px;
    float: right;
    
    
}
#search input {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 300px;
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 18px;
    padding: 10px 30px;
    line-height: 40px;
    font-size: 22px;
    top: 50px;
}
#search button{
    position: absolute;
    right: 60px;
    bottom: -15px;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;
    outline: none;
    cursor: pointer;
}
#search button img {
    padding: 0;
    margin: 0;
    width: 44px;
    height: 44px;
}

#head-box #nav-bar {
    background: linear-gradient(to right,
    rgb(20 106 167),
    rgb(42 119 205),
    rgb(6 71 144)
    );
    height: 60px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    overflow: visible;
}
#nav-bar ul {
    display: inline-flex;
    align-items: flex-start;
    margin: 0 auto;
}
#nav-bar > ul > li {
    position: relative;
    width: 160px;
    text-align: center;
    line-height: 57px;
    /* height: 57px; */
}
#nav-bar li a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    /* padding: 15px; */
    text-align: center;
}


#nav-bar .nav-second,
#nav-bar .sub-menu {
    display: none;
    /* background: rgb(59, 135, 211); */
    /* background: linear-gradient(to right,
    rgb(31 116 167),
    rgb(31, 119, 180),
    rgb(31, 128, 197)
    ); */
    background-color: #0d54af;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10001;
    width: 160px;
    
    /*opacity: 0;*/
    /*transition: opacity 0.3s;*/
    /*-webkit-transition: opacity 0.3s;*/
    border-radius: 0px 0px 5px 5px;
}

    /* 动画效果 */
    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to{
            opacity: 1;
            transform: translateY(0px);
        }
    }
    /* @keyframes scaleIn {
        from {transform: scale(0.5);}
        to {transform: scale(1);}
    } */

/* 仅一级菜单悬停：底边细线，避免与子菜单顶边叠成粗白条 */
#nav-bar > ul > li:hover,
#nav-bar > ul > li:focus-within {
        background-color: #0d54af;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

#nav-bar > ul > li:hover > a,
#nav-bar > ul > li:focus-within > a {
    color: #e0db82;
    font-weight: 700;
}

#nav-bar .sub-menu li:hover {
        background-color: transparent;
        border-bottom: none;
        box-shadow: none;
        border-radius: 0;
}

#nav-bar > ul > li:hover > .nav-second,
#nav-bar > ul > li:hover > .sub-menu,
#nav-bar > ul > li:focus-within > .sub-menu {
    /*opacity: 1;*/
    display: block;
    animation: slideIn 0.8s;
    /* animation: scaleIn 0.3s; */
}

/* #nav-bar li:hover > .nav-second{
    transform-origin: top center;
    transition: transform 0.2s ease-out;
  } */
  /* #nav-bar li:hover > .nav-second:hover .submenu {
    max-height: 1000px; /* 设置一个足够大的值 
    padding: 10px 0;
  } */
/* #nav-bar li:hover > .nav-second:not(:hover).submenu {
    /* transform-origin: top center;
    transition: transform 0.2s ease-out;

    transform: scale(0.8);

    max-height: 0;
    padding: 0;
  } */


#nav-bar .sub-menu li,
#nav-bar .nav-second-item {
    line-height: 2.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#nav-bar .sub-menu > li:first-child,
#nav-bar .nav-second > .nav-second-item:first-child {
    border-top: none;
}
#nav-bar .nav-second-item:hover > a {
    color: #e0db82;
    font-size: 110%;
    font-weight: 1000;
}
#nav-bar .nav-second-item a {
    font-size: 0.9rem;
}

/* 轮播图板块 */
#banner {

    top: 230px;
    
    display: flex;
    height: 630px;
    width: 1500px;
    left: 0;
    right: 0;
    /* margin: 20px auto; */
    margin: 70px auto 0px;
    
}
#banner img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    

}







.topic {
    font-weight: bold;
    color: #01203c;
    width: 100%;
    font-size: 1.4rem;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    /* height: 0; */
}
.topic div {
    display: inline-block;
    padding: 10px;
    background-color: #518cda;
    /* border: 2px solid #000000; */
    border-radius: 10px;
}
.topic span {
    cursor: pointer;
    color: #8a8a8a;
}
.topic span:hover {
    /* color: black; */
    color: rgb(224, 219, 130);

    /* border-bottom: 2px solid #01203c; */
}
.topic .topic-active {
    /* color: #01203c; */
    color: #ffffff;

    /* border-bottom: 2px solid #01203c; */
}
.topic .more {
    font-size: 0.9rem;
    text-decoration: none;
    color: #5c5c5c;
    position: absolute;
    right: 0;
    bottom: 24px;
}
/*box-11*/
#box-l1 {
    position: relative;
    height: 850px;
    width: 1500px;
    margin: 0px auto 50px;
    padding-bottom: 20px;
}
#box-l1 .text-block{
    position: absolute;
    height: 120px;
    width: 400px;
    background-color: #0d54af00;
    top: -300px;
    z-index: 999;
    padding: 30px;
}
#box-l1 .text-block a {
    font-size: 25px;
    font-weight: 500;
    color: #f8f8f8;
    z-index: 99999999;
}

#box-l1 > div.text-block > ul a:hover {
    color: #e0db82;
    }

#box-l1-left {
    position: absolute;
    left: 0;
    width: 868px;
    height: 100%;
}

#news_picture{
    width: 380px;
}

#news_description{
}

#news_boxes {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-box {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    /*background: rgba(243, 151, 118, 0.93);*/
    border-top: 1px solid #eee;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-top: 10px;
    width: 420px;
    height: 385px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    box-shadow: 5px 5px 10px #dbdbdb;
}
.news-box:hover {
    box-shadow: 5px 5px 10px #dbdbdb;
}
.news-image img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    transition:0.5s;
}
.news-image img:hover{
    transform:scale(1.1);
    cursor:pointer;
}
.news-title {
    padding: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
}

.news-date {
    /* bottom: 10px; */
    margin-left: 10px;
    font-size: 0.6rem;
    color: #8a8a8a;
}
.news-date:before {
    content: url(../images/date.png);
    position: relative;
    margin-right: 5px;
    /* bottom: -3px; */
    bottom: -3px;

}
#box-l1-right {
    position: absolute;
    right: 0;
    width: 550px;
    height: 100%;
    /*background-image: url(../images/celan1.jpg);*/
    z-index: 99999999;
    
}
#notices li {
    position: relative;
    height: 90px;
    border-top: 1px solid #eee;
    width: 550px;
}
#notices li a {
    display: inline-block;
}
#notices .notice-date {
    display: inline-block;
    width: 70px;
    margin-top: 15px;
    padding: 5px;
    background: rgb(39, 117, 200);
    color: #fff;
    vertical-align: center;
    text-align: center;
    line-height: 2rem;
    font-size: x-large;
    font-family: "Source Han Serif SC", "宋体", serif;
}
#notices .notice-title {
    margin-left: 20px;
    display: inline-block;
    position: absolute;
    width: 450px;
    height: 48px;
    line-height: 1.5rem;
    font-size: 1.3rem;
    transform: translateY(15%);
}
#notices a:hover {
    color: rgb(39, 117, 200);
}



#notices .notice-date:hover {
    background-color: rgb(255,255,255);
}
#box-l2 {
    margin: 50px  auto  0;
    display: flex;
    /* justify-content: space-between; */
    width: 1500px;
    /* width: auto; */
    /* background: url(../images/bg.png); */
    
    /* background-position-x: center;
    background-position-y: center;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial; */
}
#box-l2 .box-l2-item {
    /* background: rgba(146, 143, 231, 0.93); */
    height: 100%;
    width: 380px;
    /* left: 50%; */
    margin-right:20px;
    
    /*border: 1px solid black;*/
}
#l2-left {
    width: 480px;
    margin-left: 30px;
}
#l2-right {
    display: flex;
    /* right: 0px; */
    justify-content: space-between;
    /* width: 480px; */
    width: 900px;
}
.swap-list {
    background: #fff;
    z-index: 10;
    width: 500px;
    opacity: 1;
    position: absolute;
    transition: opacity 0.5s;
    background-image: url(../images/celan1.jpg);
}
.hidden-list {
    background: #fff;
    z-index: 1;
    opacity: 0;
    width: 380px;
    position: absolute;
    transition: opacity 0.5s;
}
.common-list {

}
.common-list li {
    font-size: 0.95rem;
    line-height: 1.6rem;
    padding: 7px;
    width: 400px;
    border-top: 1px solid #eee;
}
.common-list li a {
    color: #454545;
}
.common-list li a:hover {
    color: rgb(39, 117, 200);
}
.common-list li span:nth-child(2){
    width: 86px;
    float: right;
}

#box-l3 {
    margin: 0 auto ;
    /*display: flex;*/
    /*justify-content: space-between;*/
    height: 400px;

    /*background: rgba(243, 151, 118, 0.93);*/
}

.box-l3 > .topic-active{
    margin-left:100px;
}
.box-l3 >span{
    margin-left:100px;
}
.slideshow {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.img-box {
    height: 300px;
    display: flex;
    /*background: #bfa;*/
    flex-wrap: nowrap;
}
.img-box > img {
    position: relative;
    left: 0;
    top: 0;
    width: auto;

    margin-right: 10px;
    /*transform: translate3d(0px, 0, 0);*/
    animation: move-left 40s linear infinite normal;
}

@keyframes move-left {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-1200px, 0, 0);
        transform: translate3d(-1200px, 0, 0);
        display: none;
    }
}

#footdiv {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

#foot-box {
    display: flex;
    flex-direction: row;

    height: 210px;
    width: 1800px;
    min-width: 1400px;

    margin: 0 auto ;
    /* background-image: url('../images/di1.jpg'); */
}

#images-box {
    width: 600px; 
    height:100%;
}

#images-box div > img {
    padding-top: 30px;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 170px;
}

#infos-box {
    color: #fff;

    width: 900px;
    height:80%;
    margin-top: 20px;
    border-left: 1px solid #000000;
    padding-left: 30px;
}

#qr-codes {
    color: #fff;
    text-align: center;
    width:650px; 
    height:100%; 
    margin-left: -400px;
}

#qr-codes .qr-code {
    display: inline-block;

}

#qr-codes .qr-code img {
    width: 120px;
    padding-left: 20px;
    margin-top: 35px;
}

.qr-code p {
    margin: 0;
    font-size: 1rem;
    padding-left: 20px;
    padding-top: 5px;
    color: #fff;
}
.section-bgc{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin:60px 0px 40px 0px;
}
.point{
    /* height: 100%; */
    /* background-color: #e0db82; */
    background: url(../images/point4.jpg);
    /* padding: -50px auto; */
    /* height: 700px; */

}
.kongzi{
   /* background-image: url(../images/celan1.jpg); */
    height: 500px;
    width: 500px;
    
    
}

#floating-ad {
    position: fixed;
    bottom: 20px;
    right: 2px;
    width: 460px;
    /* padding: 20px; */
    /* background-color: #ffcc00;
    border: 1px solid #ff9900; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999999999;
}

/* ===== banner.css ===== */
#banner{
    position:relative;
}
#banner ul, li{
    padding:0;margin:0;list-style:none
}
#banner button{
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
}
#banner .img-list{
    width: 100%;
    overflow: hidden;
    height: 600px;
    /*object-fit: cover;*/
    position: relative;
}
#banner .img-list li{
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s;
   
       
    
}
/* 通过修改元素的层级来显示指定的图片 */
#banner .img-list li:nth-child(1){
    opacity: 1;
    z-index: 2;
}
#banner .pointer{
    position: absolute;
    z-index: 9999;
    bottom: 30px;
    left: 50px;
}
#banner .pointer a{
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    background-clip: content-box;
    border: 2px solid transparent;
    border-radius: 50%;
}
#banner .pointer a:hover, #banner .pointer a.active{
    background-color: #fff;
    border: 2px solid rgba(255, 255, 255, .3);
}

#banner .con_left, .con_right{
    width: 40px;
    height: 40px;
    /* border-radius: 20px; */
    
    line-height: 1px;
    background-color: rgba(125, 125, 120, 0.3);
    text-align: center;
    color: #eee;
    font-size: 30px;
    font-family: 宋体, serif;
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#banner .con_left:hover, .con_right:hover{
    background-color: rgba(242, 214, 2, 0.8);
}
#banner .con_left{
    left: 1%;
    top: 50%;
    z-index: 99999;
    border:  2px solid #fff;
}
#banner .con_right{
    right: 1%;
    top: 50%;
    z-index: 99999;
    border:  2px solid #fff;
}

/* ===== second.css ===== */
#pic {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
margin-top:70px;
    height: 148px;
}
#search-topic {
    padding-top: 50px;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #01203c;
    width: 100%;
    font-size: 1.6rem;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

#second-box {
    /*background: rgba(95, 152, 213, 0.93);*/
    position: relative;
    display: flex;
    min-height: 750px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
}
#second-box .search-result {
    padding: 5px !important;
    min-height: 800px;
    margin: 0 auto;
}
#second-box-left {
    display: inline-block;
    width: 270px;
    min-height: 700px;
    background: #fff;
}
#second-box-left .topic {
    margin: 0;
    padding: 0 0 20px;
    width: 250px;
    border-bottom: 1px solid #eee;
}
#second-box-left li {
    width: 250px;
    border-left: 3px solid #eee;
    border-bottom: 1px solid #eee;
}
#second-box-left .third-list-nav li {
    padding-left: 20px;
}
#second-box-left .third-list-nav li a {
    font-size: 1rem;
    color: #7f7e7e;
}
#second-box-left li a {
    padding: 1rem;
    color: #323232;
    font-size: 1.1rem;
    line-height: 2.5rem;
}
#second-box-left li:hover > a {
    color: rgb(39, 117, 200);
}
#second-box-left li:hover {
    border-left: 3px solid rgb(39, 117, 200);
}
#second-box-left li.current-topic {
    border-left: 3px solid rgb(39, 117, 200);
}
#second-box-left .current-topic a{
    color: rgb(39, 117, 200);
}
#second-box-right {
    /*background: #bfa;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px;
    width: 930px;
    min-height: 720px;
}

.list-item {
    line-height: 2.5rem;
    border-bottom: 1px solid #eee;
}
.list-item a:hover {
    color: rgb(39, 117, 200);
}
.list-item a {
    padding-left: 20px;
}
.list-date {
    float: right;
}

/* ===== 2021New-second.vsb.css ===== */
.nav-second
{
    z-index: 9999;}

/* ===== third.css ===== */
#pic {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
margin-top:70px;
    height: 148px;
}
#article-box {
    width: 1200px;
    margin: 0 auto;
    min-height: 700px;
    padding-top: 50px;
}
#location {
    font-size: 0.9rem;
    display: flex;
}
#location:before {
    content: url(../images/loc.png);
    position: relative;
    margin-right: 5px;
    bottom: -3px;
}
#location a {
    color: #8a8a8a;
    margin-right: 10px;
}
#location a:before {
    content: " > ";
}
#article-body {
    width: 1200px;
    min-height: 500px;
}

/* ===== 2021New-third.vsb.css ===== */
.nav-second
{
    z-index: 9999;}
#article-title {
    margin-top: 30px;
    text-align: center;
    font-size: 1.6rem;
    border-bottom: 1px solid #cccccc;}
#article-title .info {
    font-size: 0.8rem;
    color: #8a8a8a;}
#article-title .info span svg {
    margin-right: 2px;
    position: relative;
    bottom: -3px;}
#article-title .info span:nth-child(2) {
    margin-left: 20px;}
#article-main {
    margin-top: 20px;
    line-height: 2rem;
    margin-bottom: 50px;}
#article-bar {
    margin-bottom: 60px;
    color: #8a8a8a;
    position: relative;}

/* ===== theme-overrides.css ===== */
/* WordPress theme overrides and migration fixes. */
body {
	background-color: #fff;
}

#article-body img {
	max-width: 100%;
	height: auto;
}

.category-empty,
.news-empty {
	padding: 12px;
	color: #666;
	font-size: 14px;
}

#article-title h1 {
	font-size: 22px;
	margin: 16px 0 8px;
}

.article-meta {
	color: #888;
	font-size: 13px;
}

#archive-breadcrumb-wrap {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

#archive-breadcrumb-wrap #location {
	margin-bottom: 10px;
}

.section-page-content,
.column-page-body {
	line-height: 1.8;
}

.section-page-content img,
.column-page-body img {
	max-width: 100%;
	height: auto;
}

.column-list,
.section-link-list,
.column-page-html .section-link-list,
.column-page-html ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.column-page-single {
	list-style: none;
	border: none;
}

#vsb_content .v_news_content {
	line-height: 1.8;
}

#nav-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-bar li.menu-item {
	list-style: none;
	position: relative;
}

#nav-bar li.menu-item-has-children > a {
	display: inline-block;
	width: 100%;
}

#nav-bar > ul > li {
	position: relative;
}

#nav-bar .sub-menu {
	display: none;
	background-color: #0d54af;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10001;
	width: 160px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

#nav-bar li:hover > .sub-menu,
#nav-bar li:focus-within > .sub-menu {
	display: block;
	animation: slideIn 0.8s;
}

#head-box,
#head-box #nav-bar {
	overflow: visible;
}

#nav-bar .sub-menu li {
	line-height: 2.6rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#nav-bar .sub-menu > li:first-child {
	border-top: none;
}

#nav-bar .sub-menu li:hover {
	background: transparent;
	border-bottom: none;
	box-shadow: none;
}

#nav-bar .sub-menu li a {
	font-size: 0.9rem;
	color: #fff;
	text-decoration: none;
}

#nav-bar .sub-menu li:hover > a {
	color: #e0db82;
	font-size: 110%;
	font-weight: 700;
}

#head-box {
	height: auto;
}

#banner {
	top: 0 !important;
	margin: 0 auto !important;
}

#banner img {
	display: block;
}

#pic {
	margin-top: 0 !important;
}

#second-box {
	align-items: flex-start;
}

#second-box-left {
	flex: 0 0 270px;
}

#second-box-left .topic {
	box-sizing: border-box;
	color: #01203c;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2.2rem;
}

#second-box-left > ul,
#second-box-left .third-list-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#second-box-left > ul > li,
#second-box-left .third-list-nav > li {
	box-sizing: border-box;
}

#second-box-left > ul > li > a,
#second-box-left .third-list-nav > li > a {
	display: block;
	padding: 0.75rem 1rem;
	line-height: 1.8rem;
	text-decoration: none;
}

#second-box-left .current-topic > a {
	color: rgb(39, 117, 200);
	font-weight: 700;
}

#second-box-left li {
	min-height: 0;
}

#second-box-left .third-list-nav li {
	padding-left: 20px;
}

#second-box-left .third-list-nav li a {
	font-size: 1rem;
}

#second-box-left > ul > li > a {
	font-size: 1.05rem;
}

#second-box-right {
	flex: 1 1 auto;
}

#second-box-right .column-list,
.column-page-html .section-link-list,
.column-page-html ul {
	width: 100%;
}

#second-box-right .list-item,
.column-page-html .list-item,
.column-page-html li,
.section-link-list .list-item {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 40px;
	line-height: 2.5rem;
	border-bottom: 1px solid #eee;
}

#second-box-right .list-item a,
.column-page-html .list-item a,
.column-page-html li a,
.section-link-list .list-item a {
	flex: 1 1 auto;
	min-width: 0;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
	text-decoration: none;
}

#second-box-right .list-item a:hover,
.column-page-html .list-item a:hover,
.column-page-html li a:hover,
.section-link-list .list-item a:hover {
	color: rgb(39, 117, 200);
}

#second-box-right .list-date {
	float: none;
	flex: 0 0 105px;
	text-align: right;
	color: #111;
	font-size: 0.95rem;
}

.archive-pagination {
	margin-top: 38px;
	text-align: center;
}

.archive-pagination .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.archive-pagination .nav-links {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	box-sizing: border-box;
	padding: 0 8px;
	border: 1px solid #ddd;
	background: #fff;
	color: #777;
	font-size: 13px;
	line-height: 1;
}

.archive-pagination .page-numbers.current,
.archive-pagination .page-numbers:hover {
	border-color: rgb(39, 117, 200);
	background: rgb(39, 117, 200);
	color: #fff;
}

#box-l2 .common-list li {
	box-sizing: border-box;
	width: 100%;
	padding: 7px 0;
}

#box-l2 .common-list li a {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
	color: #454545;
}

#box-l2 .common-list li a span:first-child {
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

#box-l2 .common-list li a span:nth-child(2) {
	float: none;
	flex: 0 0 94px;
	width: auto;
	line-height: 1.6rem;
	text-align: right;
	white-space: normal;
}

