@charset "UTF-8";
.news .intro_low {
    background-image: url(/src/img/intro/tit_news.jpg);
    background-position: center;
}
.news .news_cont article:last-child {
    border-bottom: #dcdcdc 1px dotted; 
}
.news .news_list {
    border-top: #dcdcdc 1px dotted;
    padding: 1px 0;
}
.news .news_list:after {
	content: '';
	display: block;
	clear: both;
}

.news .news_list .news_link .thumb {
    width: 130px;
    height: 122px;
    position: relative;
    overflow: hidden;
    float: left;
}


.news .news_list .news_link {
    font-weight: 600;
    display: table;
    width: 100%;
    height: 122px;
    position: relative;
    overflow: hidden;
}

.news .news_list .news_link .date {
    color: #31312f;
}

.news .news_list .news_link .tit {
    color: #1b41a7;
    font-size: 18px;
    padding-top: 3px;
}

.news .news_list .news_link dl {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    position: relative; 
    width: 100%;
}


.news .news_list .news_link dl:before {
    position: absolute;
    display: block;
    float: right;
    height: 100%;
    width: 16px;
    background: #edeef0;
    content: '';
    top: 0;
    right: 0;
}


.news .news_list .news_link:after {
    content: '';
    position: absolute;
    top: 60px;
    vertical-align: middle;
    right: 0;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #a9b1bf;
}

.pagenumber, 
.pagenumber02 {
    margin: 100px 0;
}

.news .pagenumber ul, 
.news .pagenumber02 ul {
    text-align: center;
}

.news .pagenumber li {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    font-size: 1.1em;
    color: #97999b;
    margin-right: 5px;
}


.news .pagenumber ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4479cd;
    border: 1px solid #d9d9d6;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.news .pagenumber ul li a:hover, 
.news .pagenumber ul li.current a {
    border: 1px solid #4479cd;
    background: #4479cd;
    color: #fff;
}
.news .pagenumber ul li:first-child a, 
.news .pagenumber ul li:last-child a {
    position: relative;
}
.news .pagenumber ul li:first-child a:before, .news .pagenumber ul li:last-child a:before {
    content: '';
    position: absolute;
    top: 30%;
    vertical-align: middle;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
}

.news .pagenumber ul li:first-child a:before {
    border-right: 8px solid #4479cd;
    left: 15%;
}

.news .pagenumber ul li:last-child a:before {
    border-left: 8px solid #4479cd;
    right: 15%;
}

.news .entry {
    background: #f2f4f4;
    border-radius: 5px;
    padding: 45px 40px;
}

.news .news_tit {
    color: #1b41a7;
    font-weight: 600;
    font-size: 21px;
    margin-top: 15px;
}

.news .date {
    font-weight: 600;
}

.news .entry_body {
    background: #fff;
    padding: 40px 30px 60px 30px;
    margin-top: 30px;
}

.news .entry_body p img {
    height: auto;
    max-width: 100%;
    margin: 10px 0;
}

.news .pagenumber02 li {
    display: inline-block;
    vertical-align: top;
    color: #97999b;
    margin-right: 5px;
    margin-bottom: 5px;
}


.news .pagenumber02 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4479cd;
    border: 1px solid #d9d9d6;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
}

.news .pagenumber02 ul li a:hover, 
.news .pagenumber02 ul li.current a {
    border: 1px solid #4479cd;
    background: #4479cd;
    color: #fff;
}


@media screen and (max-width: 1024px) {
.news .container {
    width: 95%;
}
.news .news_list .news_link .thumb {
    width: 104px;
    height: 97.6px;
}

.news .news_list .news_link {
    height: inherit;
}

.news .news_list .news_link .date {
    font-size: 0.8em;
}

.news .news_list .news_link .tit {
    font-size: 0.95em;
}

.news .news_list .news_link dl:before {
    content: none;
}

.news .news_list .news_link:after {
    content: none;
}
.news .entry {
    padding: 30px 20px;
}

.news .news_tit {
    font-size: 19px;
    margin-top: 10px;
}

.news .entry_body {
    margin-top: 20px;
    padding: 20px 20px 50px 20px;
}


}
