@charset "utf-8";

.cate,
.sb_cate{
	font-size: 14px;
	color: #fff;
    text-align: center;
	display:inline-block;
	padding:1px 10px;	
}
.cate{
    background: #053900;
    padding: 1px 10px;
}
.sb_cate{
    background: #053900;
    padding: 1px 10px;
}
@media screen and (max-width:640px) {
	.cate,
	.sb_cate{
		font-size: 11px;
	}
}
/*-----------------------------------

	side

-----------------------------------*/
#side{
	width: 18%;
	float: right;
}
.sidebox{
	margin-bottom: 30px;
}
.side_title{
	font-size: 21px;
	margin-bottom: 10px;
}
#side_cate ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:solid 1px #e7e7e7
}
#side_cate ul li ul{
	margin-left: 20px;
}
#side_cate ul li ul li{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#side_cate ul li a{
    display: block;
    position: relative;
	padding-left: 20px;
}
#side_cate ul li a:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #90bbd3;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 10px;
}
#side_cate ul li ul li a{
	padding-left: 20px;
}
#side_cate ul li ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
    border-radius: 10px;
}
a.link_btn_01 {
    width: 340px;
    height: 80px;
    font-size: 16px;
    line-height: 2.1rem;
    color: #fff;
    border: solid 2px #90bbd3;
        border-bottom-color: rgb(255, 255, 255);
        border-bottom-style: solid;
        border-bottom-width: 2px;
    background: #FFF;
    display: inline-block;
    position: relative;
    padding: 28px 30px 0;
    box-sizing: border-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
@media screen and (max-width:980px) {
	#side{
		width: 100%;
		float: none !important;
		margin-top: 30px;
	}
	#side_cate ul li a:before {
		top: 8px;
	}
	#side_cate ul li ul li a{
		padding: 5px 0 5px 15px;
	}
	#side_cate ul li ul li a:before {
		top: 12px;
	}
}
/*-----------------------------------

	list

-----------------------------------*/
#list{
	width: 80%;
	float: left;
}
#list #cate_title{
	font-size: 24px;
	margin-bottom: 20px;
}
#list #cate_title span{
	font-size: 18px;
	display:inline-block;
	margin-left: 10px;
}
#list article{
	width: 31.7%;
	float: left;
	position:relative;
	margin-right: 2%;
	margin-bottom: 25px;
	border: solid 1px #e7e7e7;
	box-sizing:border-box;
}
#list article:nth-child(3n){
	margin-right: 0;
}
#list article:last-child{
	margin-bottom: 0;
}
#list article a{
	display:block;
}
#list article .img img{
	object-fit: cover;
	width: 100%;
	height: 180px;
}
#list article .text{
	padding: 10px 2.5%;
}
#list article .text h3{
	font-size: 16px;
	font-weight: 400;
	line-height:2.1rem;
	margin: 10px 0;
}
#list article .cate{
	position:absolute;
	top: 0;
	padding: 5px 20px 10px;
}
#list article .date{
	display:inline-block;
	margin-right: 5px;
}

/* pagination */
#pagination-wrap {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.pagination {
	color:#737a8c;
	position:relative;
}
.pagination a,
.pagination .current {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0;
	width: 40px;
	height: 38px;
	padding-top: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 1px;
	color: #fff;
	text-align: center;
	background: #90bbd3;
}
.pagination .next:before{
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    z-index: 2;
}
.pagination .prev:before{
    font-family: "Font Awesome 5 Free";
    content: '\f104';
    font-weight: 900;
    z-index: 2;
}
.pagination a:hover,
.pagination .current {
	background: #5ac1b4;
	color: #fff;
}
@media screen and (max-width:980px) {
	#list{
		width: 100%;
		float: none !important;
	}
	#list article{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	#list article:nth-child(3n){
		margin-right:2%;
	}
	#list article:nth-child(2n){
		margin-right: 0;
	}
	.pagination a,
	.pagination .current {
		display: inline-block;
		font-size: 14px;
		letter-spacing: 0;
		width: 35px;
		height: 30px;
		padding-top: 4px;
		margin: 5px 1px;
	}
}
@media screen and (max-width:640px) {
	#list #cate_title {
		font-size: 18px;
	}
	#list #cate_title span {
		font-size: 16px;
	}
	#list_box_wrap{
		width: 90%;
		margin: 0 auto;
	}
	#list article{
		width: 100%;
		float: none !important;
		margin-right:0 !important;
	}
	#list article:nth-child(3n){
		margin-right:2%;
	}
	#list article:nth-child(2n){
		margin-right: 0;
	}
	#list article .text h3{
		font-size: 14px;
	}
}
/*-----------------------------------

	detail

-----------------------------------*/
#detail{
	width: 80%;
}
#detail article{
	margin-bottom: 20px;
	padding: 40px 5%;
	border: solid 1px #e7e7e7;
}
#detail_head{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:solid 1px #e7e7e7;
}
#detail article #detail_head .cate {

}
#detail article #detail_head .date {
    display: inline-block;
    margin-left: 10px;
}
#detail article #detail_head .title{
    font-size: 28px;
	line-height: 3.6rem;
	font-weight: 400;
    margin: 10px 0;
}
#detail article #detail_text {
    letter-spacing: 0.3rem;
}
#detail article #detail_text p{
	margin: 10px 0;
}
#detail article #detail_text a{
	color:#90bbd3;
	border-bottom:solid 2px #90bbd3;
}
#detail article #detail_text a:hover{
	border-bottom:solid 1px rgba(0,0,0,0.00);
}
#detail article #detail_text figure{
	max-width:910px;
	text-align:center;
	margin: 10px auto;
}
#detail article #detail_text h2{
	font-size: 24px;
	line-height:2.6rem;
	color: #90bbd3;
	margin: 20px 0 10px;
}
#detail article #detail_text h3{
	color: #90bbd3;
	margin: 20px 0 10px;
}
#detail article #detail_text ul,
#detail article #detail_text ol{
	margin: 10px 0;
	padding-left: 20px;
}
#detail article #detail_text ol{
	margin-left: 1em;
}
#detail article #detail_text ul li{
	list-style:disc;
}
#detail article #detail_text ol li{
	list-style: decimal;
}
#detail_link {
    text-align: center;
    margin-top: 35px;
}
@media screen and (max-width: 1199px) {
	#detail{
		width: 75%;
		float: left;
	}
	#detail article{
		background:#fff;
		margin-bottom: 20px;
		padding: 15px 2.5%;
	}
}
@media screen and (max-width:980px) {
	#detail{
		width: 100%;
		float: none !important;
	}
}
@media screen and (max-width:640px) {
	#detail article{
		margin-bottom: 15px;
		padding: 20px 2.5%;
	}
	#detail_head {
		margin-bottom: 10px;
		padding-bottom: 8px;
	}

	#detail article #detail_head .title{
		font-size: 21px;
		line-height: 2.4rem;
		margin: 8px 0;
	}
	#detail article #detail_text h2 {
		font-size: 18px;
		line-height: 1.8rem;
		margin: 20px 0 10px;
	}
	#detail article #detail_text h3{
		font-size: 16px;
		margin: 10px 0;
	}
}
.w-50{
	margin: 10px auto;
	padding: 0 1%;
	width: 46%;
	text-align: left;
	float: left;
}
.w-50 img{
	width: 100%;
}
.w-50-2{
	margin: 10px auto;
	padding: 0 1%;
	width: 46%;
	text-align: left;
	float: left;
}
.w-50-2 img{
	width: 100%;
}
@media screen and (max-width:640px) {
	.w-50-2{
		width: 98%;
		text-align: left;
		float: left;
	}
}
