@charset "utf-8";

h1.index_h1 {
	font-size: 1.2rem;
	font-weight: 100;
	height: 1.2rem;
	padding: 5px 0 5px 70px;
	line-height: 1.2rem;
	background-color: #fff;
	width: 100%;
	text-align: left;
}

.wrapper_top {
	width: 90%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
}

.index_box {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	margin-top: 4%;
}

.index_contain {
	width: 31%;
	margin: 0 3.5% 3.5% 0;
	height: auto;
	padding-bottom: 3%;
	background-color: #fff;
}

.index_contain:nth-child(3) {
	margin-right: 0;
}

.index_contain img {
	width: 100%;
	height: auto;
}

.index_p {
	padding: 5%;
	font-size: 1.8rem;
	margin: 0;
	border: none;
}

.more {
	display: block;
	margin: 0 auto;
	width: 50%;
	line-height: 1.7rem;
	padding: 16px 0;
	text-align: center;
	border: .5px solid #222;
}
.more:hover {
	background-color: #f7f7f7;
}

#news_wrap {
	width:100%;
    margin-bottom: 30px;
}

.li_wrap {
	display: block;
	width: 65.5%;
	float: left;
	margin-right: 3.5%;
	display: inline-block;
	height: auto;
}

ul#list {
	width: 100%;
	height: auto;
}

li {
	display:block;
	width: 100%;
	height: auto;
}


.article {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 0;
	margin-bottom: 5%;
	background-color: #fff;
}

.thumbWrap {
	display: block;
	width: 100%;
	height: 340px;
}

.thumbWrap img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.cate {
	display: inline-block;
	width: 160px;
	height: 30px;
	background-color: #4865b2;
	text-align: center;
	color: #fff;
}

.up_ymd {
	display: inline-block;
}

h3.title {
	font-weight: 600;
	font-size: 1.8rem;
	border-color: #4865B2;
	border-width: 0 0 0 5px;
	padding: 10px;
	margin: 0;
	background-color: #fff;
}
.underTitle {
	display: block;
	width: 100%;
	height: 30px;
	background-color: #fff;
	margin-bottom: 2%;
}
.title:hover {
	text-decoration: underline;
	opacity: .6;
}

.sub_top {
	width: 31%;
	height: auto;
	float: right;
	background-color: #f7f7f7;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 200;
	padding: 0;
}

.sub_contein {
	width: 100%;
	height: auto;
	padding: 10%;
	padding-bottom: 3%;
	margin-bottom: 10%;
	background-color: #fff;
}

img.auth {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #f7f7f7;
}
img.auth:hover {
    background-color: #ffffff;
}

@media(max-width: 1299px) {
	.title_sub {
            font-size: 1.4rem;
            line-height: 2rem;
        }
	
		h3 {
			font-size: 1.8rem;
		}
}
@media(max-width: 862px) {

	.index_box {
		flex-direction: column;
	}
	.index_contain {
		width: 100%;
		height: auto;
		padding-bottom: 30px;
		margin-bottom: 10%;
	}

	.index_p {
		padding: 3%;
	}

	.article {
		width: 100%;
		height: auto;
		margin-bottom: 10%;
	}

	.li_wrap {
		width: 100%;
	}

	.sub_top {
		width: 100%;
	}

	.title_sub {
            font-size: 1.7rem;
            line-height: 2.6rem;
        }
}