.section-topic {
    margin: 0 60px;
}

.news-rt .bg{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	min-width: 450px;
	min-height: 450px;
}

.news-rt .tp{
    position: absolute;
    color: #003926;
    font-size: 1.2rem;
    /* border-bottom: 2px solid #c0a470;*/
    /* width: inherit; */
    line-height:2;
}

.news-rt .bg {
    width: 900px;
}

.news-rt .bg.detail{
	 width: 1160px;
}

.ha{
	height: 200px;
	/* bottom: 0; */
}

.contents{
	/* display: flex; */
	position: relative;
	flex-direction: column;
	height: 100%;
}

.contents3{
	
}

.doc .tp{
    color: #003926;
    font-size: 1.4rem;
    border-bottom: 2px solid #c0a470;
    line-height: 2;
}

.doc .intro_tp{
    color: #003926;
    font-size: 1.4rem;
    border-bottom: 2px solid #c0a470;
    line-height: 1.5;
    padding: 10px 0;
}

.doc .intro_contents{
    color: #343a40;
    font-size: 1rem;
    line-height: 2;
    margin-top: 15px;
}


.doc{
    color: #c0a470;
    font-size: 1rem;
    line-height: 2;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-slider.five > li .img {
    border-right: 0!important;
    padding: 0 0px!important;
}

.cot{
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 40px;
	width: calc(100% - 60px);
	/* background-color: #888; */
	/* height: 310px; */
}

.cot.detail{
	/* top: 5px; */
	/* left: 10px; */
	/* height: 200px; */
}

.cot .text span{
	color: #c0a470;
	text-align:center;
	line-height: 2;
	/* font-size: .9rem; */
}

.cot .text{
	position: absolute;
	bottom: 0;
	color: #afaaa0;
	/* text-align:center; */
	font-size: .9rem;
	/* width: 100%; */
	line-height: 2;
}

.mtt{
	padding-top: 400px;
	padding-left: 30px;
	padding-right: 30px;
}

.mttt{
	padding-top: 600px;
	padding-left: 30px;
	padding-right: 30px;
}

.news-box.mtt .topic-2{
	font-size: 1rem;
	line-height: 2;
}

.sz{
	margin: 10px 10px;
}

.st {
    border-top: 1px solid #c0a470;
}

.info-list{
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #c0a470;
    padding: 10px 10px;
    transition: all .5s;
}

.info-list img{
    width: 100px;
}

.info-list .topic{
    padding-left: 20px;
}

.info-list .topic .date{
    color: #888;
    margin: 5px 0;
    position: relative;
    width: 150px;
}

.mfbox{
	width: 100%;
}

.mfbox .pimg {
	overflow: hidden;
}

.mfbox .pimg img{
	width: 100%;
	transform:scale(1,1);transition: all .5s ease-out;
}

.mfbox .pimg a:hover img{
	width: 100%;
	transform:scale(1.1,1.1);transition: all .5s ease-out;
}

.mfbox .ptp{
	width: 100%;
}

.fr-box {
    padding: 30px 100px;
}

.fr-box2 {
    padding: 30px 50px;
}

.fr-box2.five {
    padding: 0 50px;
}

.mfbox{
	padding: 20px 0;
}

.fr-box .ptp{
	font-size: 1.2em;
	background: url(../images/12_event/line.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 5px 0;
	padding: 5px 0;
}

.fr-box .pdesc{
	font-size: .8rem;
	margin: 5px 0;
	padding: 5px 0;
	color: #888;
}

.fr-box .pflex{
	font-size: 1rem;
	display: flex;
	justify-content: space-between;
}

.fr-box .item1{
	color: #ad8537;
}

.fr-box .item2{
	color: #888;
}

.subbtn {
    padding-top: 20px;
    text-align: center;
}

.section-topic.b-line {
    background: url(../images/12_event/line2.svg);
	background-repeat: no-repeat;
	background-position: bottom;
    padding: 10px 0 10px 0;
    margin: 0 0;
}

.section-topic.b-line2 {
    padding: 0;
}

.section-topic.b-line .topic{
	font-size: 1.2rem;
	line-height: 2;
}

.section-topic.b-line .topic span{
	color: #888;
}

.wrap-contents{
	margin: 0 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #c0a470;
}

.wrap-contents .tp{
	font-size: 1.5rem;
    color: #ad8537;
}

.wrap-contents .desc{
	font-size: 1rem;
}

.wrap-contents .desc span{
	color: #ad8537;
}

.ws-bg{
	background-color: #efefef;
	padding: 0 20px 20px 20px;
}

.wrap-slider{
	position: relative;
}

.wrap-slider .nextp{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}

.slder-fr1{
	margin: 50px;
}

.slder-fr2{
	margin: 0 50px;
}

.wrap-link{
    margin: 20px 50px;
}

.wrap-link .icon{
    display: inline-block;
}

.wrap-link img{
	transition: all 0.4s;
	width: 30px;
}

.wrap-link .icon a:hover img{
    transition: all 0.4s;
    opacity: .5;
}

.section-topic-right {
    border-bottom: 1px solid #bfa371;
    margin: 0 0 10px 50px;
    font-size: 1.2rem;
    color: #033924;
}

.submenu-box{
	position: relative;
	background-color: #e7eee4;
	padding: 20px 30px 50px 30px;
	line-height: 2;
	border: 1px solid #bda26e;
}

.submenu-box > .item{
	color: #003926;
	border-bottom: 1px solid #bda26e;
	width: 120px;
	text-align: center;
	padding-top: 10px;
}

.submenu-box > .item a{
	color: #003926;
}

.submenu-box > .item a:hover{
	color: #ad8537;
}

.h{
	top: 250px!important;
	right: 80px;
}

.fixed-top .h{
	top: 20px!important;
}

.h-2{
	/* top: 60px!important; */
	right: 0;
}

.content-slider-changebtn {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    padding: 0 10px;
}

.content-slider-changebtn.five{
	padding: 0 40px;
}

.arrow-left img{
    width: 15px;
    float: left;
}

.arrow-right img{
    width: 15px;
    float: right;
}

.arrow-right.five:hover{
	cursor: pointer;
	opacity: .5;
	transition: all 0.4s;
}

.arrow-left.five:hover{
	cursor: pointer;
	opacity: .5;
	transition: all 0.4s;
}

.content-slider li .text {
    text-align: center!important;
}

@media (max-width: 1200px) {
	.h {
	    top: 250px;
	}
	
	.cot .text {
		/* padding-top: 80px; */
		color: #afaaa0;
		/* text-align: center; */
		font-size: .9rem;
	}
	.cot .text span {
		line-height: 1.5;
	}

	.mtt {
		padding-top: 300px;
		padding-left: 0;
		padding-right: 0;
	}

	.mttt{
		padding-top: 400px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: justify;
	}

	.news-rt .bg {
		width: 700px;
	}

    .news-rt .bg.detail {
        width: 900px;
    } 

	.cot{
		/* height: 230px; */
	}  

}

@media (max-width: 992px) {
	.content-slider-changebtn.five{
	    padding: 0 0;
    }

	.submenu-box {
		padding: 10px 10px 20px 10px;
		margin-bottom: 20px;
		text-align: center;
	}

    .submenu-box > .item {
		display:inline-block;
		width: 60px;
		margin-right: 5px;
	}

	.section-topic-right {
		text-align: center;
		padding: 38px 0 0 0;
		margin: 0 0 10px 0;
	}
	
	.news-rt .bg.detail {
		width: 800px;
	}

	.cot {
		position: absolute;
		z-index: 1;
		top: 20px;
		left: 0;
		width: calc(100% - 10px);
		/* height: 250px; */
	}

}


@media (max-width: 767.9px) {

	.cot{
		/* height: 210px; */
	}

	.cot.detail {
		top: 10px;
	}

	.fr-box {
	    padding: 30px 0;
	}
	
	.fr-box2.five {
		padding: 0 10px;
	}

	.content-slider li .img img {
	    width: 100%;
	}

	.news-rt .tp {
		font-size: 1rem;
		border-bottom: 1px solid #c0a470;
	}

	.news-rt .text {
		/* padding-top: 40px; */
		font-size: .8rem;
	}

	.mtt {
		padding-top: 250px;
	}

	.mttt{
		padding-top: 300px;
	}
	.news-rt .bg {
		width: 600px;
	}
	.news-rt .bg.detail {
        width: 600px;
    }
}

@media (max-width: 576px) {
	
	.news-rt .tp.s {
		font-size: .8rem;
		line-height: 1.5;
	}

	.news-rt .text {
		padding-top: 20px;
		font-size: .8rem;
		text-align: left;
		line-height: 1.4;
	}

	.cot.detail {
		top: 0;
	}

	.cot{
		top: 20px;
		left: 50px;
		width: calc(100% - 80px);
		height: 190px;
	}

	.cot.f1 {
		height: 100px;
	}
	
	.cot.f2 {
		height: 140px;
	}

	.cot.f3 {
		height: 165px;
	}

	.cot.f4 {
		height: 120px;
	}

	.cot.f5 {
		height: 140px;
	}

	.mtt{
		padding-top: 250px;
	}

	.mttt{
		padding-top: 220px;
	}

	.news-rt .bg {
		width: 550px;
	}

	.news-rt .bg.f1{
		 width: 400px!important;
	}

	.mtt.f1{
		padding-top: 200px!important;
	}

	.news-rt .bg.f2{
		 width: 400px!important;
	}

	.mtt.f2{
		padding-top: 200px!important;
	}

	.news-rt .bg.f3{
		 width: 400px!important;
	}

	.mtt.f3{
		padding-top: 200px!important;
	}

	.news-rt .bg.f4{
		 width: 400px!important;
	}

	.mtt.f4{
		padding-top: 200px!important;
	}

	.news-rt .bg.f5{
		 width: 120px!important;
	}

	.mtt.f5{
		padding-top: 200px!important;
	}

	.news-rt .bg.detail {
		width: 50px;
	}

	.news-rt .bg.f3{
		 width: 500px!important;
	}

	.mtt.f3{
		padding-top: 240px!important;
	}

	.submenu-box > .item{
		font-size: 1rem;
		color: #003926;
		border-bottom: 0;
		text-align: center;
		padding-top: 0;
	}

	.submenu-box {
		padding: 10px;
		margin-bottom: 20px;
	}

	.cot .contents .text{
		text-align:left;
	}

	.fw{
		padding-right:0;
	}
	
	.section-topic-right {
		border-bottom: 0;
	}

	.section-topic-right {
		padding: 10px 0 0 0;
	}
	
}

@media (max-width: 530px) {
	.cot{
		top: 20px;
		left: 0px;
		width: calc(100% - 10px);
	}
}


@media (max-width: 376px) {
	.submenu-box > .item{
		font-size: 1rem;
		color: #003926;
		border-bottom: 0;
		text-align: center;
		padding-top: 0;
		width: 50px;
		margin: 0 5px;
	}
	.submenu-box {
		padding: 5px;
		margin-bottom: 10px;
	}

	.news-rt .tp{
		color: #003926;
		font-size: .1rem;
		border-bottom: 2px solid #c0a470;
		/* width: 120px; */
		line-height:2;
	}

	.news-rt .text {
		padding-top: 20px;
		font-size: .1rem;
		text-align: left;
		line-height: 1.4;
	}
	
	.fw{
		padding:0;
	}

	.cot.f2 {
		height: 120px;
	}
	
	.cot.f3 {
		height: 155px;
	}

	.cot.f4 {
		height: 100px;
	}

	.cot.f5 {
		height: 120px;
	}
}

@media (max-width: 320px) {
	
	.news-rt .bg {
		width: 700px;
	}

	.mtt {
		padding-top: 320px;
	}

	.ha{
		height:250px;
	}
	
	.cot{
		height: 200px;
		width: calc(100% - 20px);
	}

	.cot.f1 {
		height: 140px;
	}

	.cot.f3 {
		height: 190px;
	}

	.cot.f4 {
		height: 140px;
	}

	.submenu-box > .item {
		font-size: .8rem;
		color: #003926;
		border-bottom: 0;
		text-align: center;
		padding-top: 0;
		width: 50px;
		margin: 0 5px;
	}

	.news-rt .bg.f2{
		 width: 500px!important;
	}

	.mtt.f2{
		padding-top: 220px!important;
	}

	.news-rt .bg.f3{
		 width: 580px!important;
	}

	.mtt.f3{
		padding-top: 260px!important;
	}

	.cot.f2 {
		height: 170px;
	}
}
