@import url('/css/community.css');

/* sbanner */
#sbanner { position: relative; z-index: 1; }
#sbanner a { position: relative; z-index: 1; }
#sbanner:after {position: absolute;width: 100%;height: 100%;background-position: 50% 120%;background-repeat: no-repeat;display: block;top: 0;left: 0;z-index: 2;content: "";}

/* wrap */
.wrap  {position: relative;margin-top: -220px;z-index: 2;}
.wrap h1 {line-height: 150%;font-weight: 300;letter-spacing: 2.5px;}
.wrap h1{font-weight: 600;}
.wrap .line {width: 80px;height: 6px;background-color: #caaf71;margin: 20px 0}

/* waylink */
.waylink ol { margin-bottom: 20px; font-size: 0; }
.waylink ol li { display: inline-block; color: #222; }
.waylink ol li a { color: #737373; }
.waylink ol li a:after { margin: 0 5px; display: inline-block; color: #000; content: ">"; }
.waylink ol li:last-child a { color: #222; }
.waylink ol li:last-child a:after { content: ""; }

/* contentMain */
.contentMain {position: relative;padding: 80px 0 40px;}
.contentMain article{padding: 20px 20px 10px;font-family: 'Playfair Display', 'Noto Sans SC', serif;}
#artlsit ul li .info article{padding: 20px 0px 20px;}
#serchBox{padding-top: 50px;}

/* sideNav */
#sideNav {position: relative;margin: 0 0 50px;text-align: right;z-index: 2;display: none;}
#sideNav #sideBtn { position: relative; overflow: hidden; padding: 10px 20px; width: 260px; background: #fff; border: 1px #000 solid; display: inline-block; color: #000; z-index: 2; }
#sideNav #sideBtn:before { position: absolute; width: 100%; height: 100%; background: #000; top: 0; left: 0; transform: translateX(-140%) skewX(63deg); transition: .4s cubic-bezier(.23,1,.32,1); content: ""; }
#sideNav #sideBtn font { position: relative; z-index: 1; }
#sideNav #sideBtn i { position: absolute; top: calc((100% - 8px) / 2); right: 20px; z-index: 2; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: rotate(0); transform: rotate(0); }
#sideNav #sideBtn[data-type="2"]:before { -webkit-transform: translateX(0) skewX(0); transform: translateX(0) skewX(0); }
#sideNav #sideBtn[data-type="2"] font { color: #fff; }
#sideNav #sideBtn[data-type="2"] i { color: #fff; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
#sideNav >ul { overflow: hidden; position: absolute; width: 300px; height: 0; background: #222; border: 1px #4d4d4d solid; top: 0; right: 0; z-index: 1; }
#sideNav >ul.open { padding: 5px 0; height: auto; top: 52px; }
#sideNav >ul >li { position: relative; overflow: hidden; opacity: .4; }
#sideNav >ul >li h3 { position: relative; background: #222; z-index: 2; }
#sideNav ul li b[data-action="sideOpen"] { position: absolute; padding: 5px 20px; display: block; color: #fff; right: 0; top: 0; cursor: pointer; }
#sideNav ul li b[data-action="sideOpen"] i:before { content: "\f067"; }
#sideNav ul a { padding: 7px 53px 7px 20px; display: block; color: #fff; }
#sideNav >ul >li >ul.subUL { position: absolute; background: #3d3d3d; border: #454545 solid; border-width: 1px 0; bottom: 100px; -webkit-transition-duration: .2s; transition-duration: .2s; opacity: 0; z-index: 1; }
#sideNav ul .subULHead b[data-action="sideOpen"] { display: none; }
#sideNav ul .subULHead a { padding: 7px 20px; }
#sideNav ul .sub2ULHead a { padding: 2px 37px; color: #7184ac; }
#sideNav >ul >li.action { opacity: 1; }
#sideNav >ul >li.openlist { border-bottom: 1px #0c0c0c solid; opacity: 1; }
#sideNav >ul >li.openlist h3 a { border-bottom: 1px #251e1e solid; }
#sideNav >ul >li.openlist h3 b i:before { content: "\f068"; }
#sideNav >ul >li.openlist >ul.subUL { position: relative; bottom: 0; opacity: 1; }

/* artlsit */
#artlsit ul li {overflow: hidden;border-bottom: 1px #ddd solid;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 20px 0;position: relative;}
#artlsit ul li:last-child { border-bottom-color: transparent; }
#artlsit ul li .nlink { position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; z-index: 3; }
#artlsit ul li .itemDataBox {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;display: -webkit-box;display: -ms-flexbox;display: flex;}
#artlsit ul li .newsDateBox .day, #artlsit ul li .newsDateBox .year, #artlsit ul li .newsDateBox .month {margin-right: 10px;}
#artlsit ul li .newsDateBox .day {font-size: 50px;color: #414141;line-height: 130%;}
#artlsit ul li .newsDateBox .year, #artlsit ul li .newsDateBox .month {font-size: 14px;color: #4f4f4f;}
#artlsit ul li .img {overflow: hidden;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;max-width: 250px;margin-left: 20px;}
#artlsit ul li .img a.photo { -webkit-transform: translate(0) scale(1); transform: translate(0) scale(1); }
#artlsit ul li .info {max-width: 80%;padding-left: 70px;}
#artlsit ul li .info .cate a , #artlsit ul li .info .cate font , #content .articlebar font {padding: 2px 15px;background: #f3f3f3;display: inline-block;font-size: 14px;color: #0a0a0a;}
#artlsit ul li .info h3 {margin: 0px 0 0px;line-height: 160%;}
#artlsit ul li .info h3 a {height: 37px;font-weight: 100;font-size: 22px;color: #000;-webkit-line-clamp: 1;}
#artlsit ul li .info article a {height: 55px;font-weight: 100;color: #484848;-webkit-line-clamp: 2;}

#content .news_top_box {margin-bottom: 2vw;padding: 10px 0px;border-bottom: 1px #7c7c7c solid;font-size: 0;}
#content .news_top_box p {color: #000;}
#content .news_top_box .cat{font-size: 24px;letter-spacing: 1.5px;font-weight: 600;}

/* content */
#content .articlebar { margin: -50px 0 30px ; }

/* faqList */
#faqList li { margin-bottom: 10px; }
#faqList li .title { position: relative; padding: 10px 65px 10px 25px; background: #e8e8e8; display: block; }
#faqList li .title font { color: #181818; }
#faqList li .title span { position: absolute; width: 16px; height: 16px; display: block; top: calc((100% - 16px) / 2); right: 25px; }
#faqList li .title span:before , #faqList li .title span:after { width: 16px; height: 1px; background: #696969; display: block; content: ""; -webkit-transform: translateY(9px); transform: translateY(9px); }
#faqList li .title span:after { -webkit-transform: translateY(8px) rotate(90deg); transform: translateY(8px) rotate(90deg); }
#faqList li .info { padding: 15px 25px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
#faqList li.current .title { background: #181818; }
#faqList li.current .title font { color: #fff; }
#faqList li.current .title span:after { -webkit-transition-duration: .2s; transition-duration: .2s; -webkit-transform: translateY(8px) rotate(180deg); transform: translateY(180deg) rotate(0); }

/* pagenav */
#pagenav { overflow: hidden; margin: 30px 0 0; text-align: center; }
#pagenav a , #pagenav strong {width: 40px;height: 40px;display: inline-block;text-align: center;line-height: 37px;font-size: 18px;color: #111;vertical-align: middle;}
#pagenav a {opacity: .8;}
#pagenav p[class^="page-"] { float: left; width: 50%; }
#pagenav p[class^="page-"] a {padding: 0 10px;width: auto;height: auto;display: block;text-align: left;}
#pagenav p[class^="page-"] a i {margin: 0 5px 0 0;vertical-align: initial;}
#pagenav p.page-next { float: right; }
#pagenav p.page-next a { text-align: right; }
#pagenav p.page-next a i { margin: 0 0 0 5px; }

/* pictureBox */
#pictureBox { margin-bottom: 0; }
#pictureBox .item { position: relative; }
#pictureBox .item a.photo { margin-right: 1px; }
#pictureBox .item h3 { position: absolute; padding: 5px 20px; width: calc(100% - 41px); background: rgba(0, 0, 0, .7); left: 0; bottom: 0; }
#pictureBox .item h3 a { height: 30px; color: #fff; text-align: center; -webkit-line-clamp: 1; }

/* form1 */
#form1 { font-size: 0; }
#form1 p { margin: 10px 20px; width: calc(100% - 40px); display: inline-block; vertical-align: text-bottom; }
#form1 p.col-2 { width: calc(50% - 40px); }
#form1 p.col-3 { width: calc((100% / 3) - 40px); }
#form1 p.col-4 { width: calc(25% - 40px); }
#form1 p label { margin-bottom: 5px; display: block; color: #252647; }
#form1 p label b { margin-left: 5px; color: #ff575f; }
#form1 p input , #form1 select , #form1 textarea { padding: 5px 15px; width: calc(100% - 34px); border: 1px #adadad solid; display: block; }
#form1 p select {padding: 10px 15px;width: 100%;-webkit-appearance: none;background: url(/images/34/arrow.png) no-repeat scroll 99% center transparent;background-repeat: no-repeat;background-position: 97% 50%;}
#form1 p input#Checknum { margin-right: 10px; width: 60px; display: inline-block; }
#form1 p.send { text-align: right; }

@media screen and (max-width: 1280px) {
	    .wrap{margin-top: -170px;}

}

@media screen and (min-width: 1281px) {
	#sideNav #sideBtn:hover:before { -webkit-transform: translateX(0) skewX(0); transform: translateX(0) skewX(0); }
	#sideNav #sideBtn:hover font , #sideNav #sideBtn:hover i { color: #fff; }
	#sideNav >ul >li:hover { opacity: 1; }
	#artlsit ul li:hover .img a.photo { -webkit-transform: translate(0) scale(1.2); transform: translate(0) scale(1.2); }
	#artlsit ul li:hover .img a.photo img { background: rgba(71, 70, 70, .6); }
	#artlsit ul li .info .cate a:hover , #artlsit ul li .info h3 a:hover { opacity: .6; }
	#faqList li:hover .title { background: #181818; }
	#faqList li:hover .title font { color: #fff; }
	#pagenav a:hover { opacity: 1; }
	.headdbg {position: relative;z-index: 10;top: 0;display:block;}
	.headdbg .graytriangle {content: "";width: 0;height: 0;border-style: solid;border-width: 60px 0 60px 48px;border-color: transparent transparent transparent #d2d2d2;position: absolute;left: 0px;top: 0px}
	.headdbg .redtriangle {content: "";width: 0;height: 0;border-style: solid;border-width: 110px 0 110px 100px;border-color: transparent transparent transparent #caaf71;position: absolute;left: 0px;top: 100px}
}
@media screen and (max-width: 1140px) {
	#artlsit ul li .info {max-width: 460px;padding-left: 50px;}

}
@media screen and (max-width: 1024px) {
	.contentMain{padding: 90px 0 75px;}
    .wrap{margin-top: -170px;}
	#sbanner:after{background-image: none;}
}
@media screen and (max-width: 980px) {
	#form1 p.col-2, #form1 p.col-3,#form1 p {width: calc(100% - 0px);margin: 10px 0px;}
	#form1 p.col-4 { width: calc(50% - 40px); }
	#form1 p.send { text-align: center; }
	.contentMain article{padding: 0 0px 10px;}
}
@media screen and (max-width: 768px) {
    .wrap{margin-top: -130px;}
    .wrap h1{font-size: 22px;}
	.waylink ol{margin-bottom: 10px;}
	.contentMain{padding: 110px 0 75px;}
	#artlsit ul li .itemDataBox{display: flex;flex-direction: row;flex-wrap: wrap;}
	#artlsit ul li .newsDateBox{display: flex;align-items: center;}
	#artlsit ul li .newsDateBox .day,#artlsit ul li .newsDateBox .year, #artlsit ul li .newsDateBox .month{font-size: 16px;}
	#artlsit ul li .info {max-width: 460px;padding-top: 0px;padding-left: 0px;}
	#artlsit ul li .info h3 a{font-size: 18px;height: 31px;}
	#artlsit ul li .info article a{font-size: 14px;height: 45px;margin-top: 5px;}
	#serchBox{padding-top: 10px;}
}
@media screen and (max-width: 640px) {
	#artlsit ul li {padding: 10px 0;display: flex;flex-direction: row;flex-wrap: wrap;}
	#artlsit ul li >div {position: relative;margin: 15px auto;float: none;padding: 0;}
	#artlsit ul li .info .cate a { background: #424242; }
	#form1 p.col-4 { width: calc(100% - 40px); }
	.contentMain{padding: 20px 0 30px;}
    .wrap{margin-top: 30px;}
	#artlsit ul li .img{max-width: none;margin: 20px 0;width: 100%;}
	#artlsit ul li .info{width: 100%;}
	#pagenav p[class^="page-"] {float: inherit;width: 100%;padding-bottom: 10px;}
	#pagenav p[class^="page-"] a{line-height: 160%;font-size: 16px;}
	#pagenav p.page-next {float: right;}
	#content .news_top_box .cat{font-size: 18px;line-height: 160%;}
}
@media screen and (max-width: 450px) {
	#artlsit ul li >div {}
}