@CHARSET "UTF-8";


#statisticsSection{width:100%;}
#statisticsSection .code-section{margin-bottom:80px}
#statisticsSection .code-section .depth-list > li{margin-bottom:10px}
#statisticsSection .code-section .code-list{background:#f2eeff;border-radius:15px;}
#statisticsSection .code-section .code-list .selected{display:block;width:100%;height:50px;padding:0 20px;color:#fff;text-align:left;font-size:16px;font-weight:bold;line-height:46px;box-sizing:border-box;border:2px solid #6842ff;background:url(../img/common/icon_dropdown_w.png) no-repeat right 25px center #6842ff;background-size:16.5px auto;border-radius:15px;}
#statisticsSection .code-section .code-list > ul{display:none;position:relative;padding:30px 20px;height:240px;overflow-y:scroll;box-sizing:border-box;}
#statisticsSection .code-section .code-list > ul li{margin-bottom:30px;}
#statisticsSection .code-section .code-list > ul li button{display:block;padding:0;font-size:16px;text-align:left;font-weight:bold;line-height:20px;border:0;background:none}
#statisticsSection .code-section .code-list.open .selected{color:#6842ff;border-color:2px;background-image:url(../img/common/icon_dropdown_p.png);background-color:#fff;}
#statisticsSection .code-section .code-list.open > ul{display:block}
#statisticsSection .code-section .depth2 .code-list > ul li,
#statisticsSection .code-section .depth3 .code-list > ul li{display:none}
#statisticsSection .detail-section{width:100%;overflow-x:auto;}
#statisticsSection .detail-section::-webkit-scrollbar{width:5px}
#statisticsSection .detail-section::-webkit-scrollbar-thumb{height:30%;background:#9b9b9b;border-radius:10px}
#statisticsSection .detail-section::-webkit-scrollbar-track{background:#fff}
#statisticsSection .detail-section #detailStatistics{display:none;width:200%;padding-bottom:30px}
#statisticsSection .detail-section iframe{width:100%;height:600px;border:0;}
#statisticsSection .detail-section h4{margin:0;padding-bottom:0;font-size:20px;line-height:30px;font-weight:bold;color:#000;}
#statisticsSection .detail-section h5{margin:0;padding-bottom:10px;font-size:18px;line-height:24px;font-weight:bold;color:#000;}
#statisticsSection .detail-section h6{position:relative;margin:0;text-align:right;font-size:16px;line-height:20px;color:#9b9b9b}
#statisticsSection .detail-section p{margin:0;padding-bottom:10px;font-size:14px;line-height:20px;color:#000;}
#statisticsSection .detail-section .note-editable a{color:#6842ff;text-decoration:underline}
#statisticsSection .detail-section b{font-weight:bold;}
#statisticsSection .detail-section img{display:block;max-width:50%}
#statisticsSection .detail-section .video-iframe iframe{max-width:100%}
#statisticsSection .detail-section .video-iframe{position:relative;margin-bottom:25px;padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden;}
#statisticsSection .detail-section .video-iframe iframe,
#statisticsSection .detail-section .video-iframe object,
#statisticsSection .detail-section .video-iframe embed{position:absolute; top:0; left:0; width:100%; height:100%;}
#statisticsSection .detail-section .table-title{position:relative;margin-bottom:15px;}
#statisticsSection .detail-section .table-title h4{text-align:center}
#statisticsSection .detail-section .table-title h6{position:absolute;right:0;bottom:0}
#statisticsSection .detail-section table{width:100%;table-layout:fixed;border-collapse:collapse;border-bottom:2px solid #6842ff}
#statisticsSection .detail-section table th{padding:8px 2px;font-size:15px;line-height:20px;text-align:center;color:#fff;border-bottom:1px solid #b8b0d6;border-left:1px solid #b8b0d6;background:#6842ff;vertical-align:middle;}
#statisticsSection .detail-section table td{padding:15px 0;font-size:15px;line-height:20px;text-align:center;border-bottom:1px solid #d0d0d0;background:#fff;vertical-align:middle;}
#statisticsSection .detail-section table td.tit{font-size:16px;background:#f7f6f8}
#statisticsSection .detail-section table td.light{background:#f2eeff;font-size:16px;font-weight:bold;color:#6842ff;}
#statisticsSection .detail-section table tr.em td{font-size:16px;font-weight:bold;color:#6842ff;border-top:1px solid #000;border-color:#000}
#statisticsSection .detail-section table tr.em td.tit{background:#f2eeff}
#statisticsSection .detail-section table tr.underline td{border-color:#000}
#statisticsSection .detail-section .btn-section{width:50%;padding-top:60px;text-align:center;}
#statisticsSection .detail-section .btn-section button{display:block;width:100%;height:40px;line-height:40px;font-size:15px;font-weight:bold;text-align:center;color:#fff;margin-bottom:10px;border:0;border-radius:20px;}
#statisticsSection .detail-section .btn-section .btn-down:after{content:"";display:inline-block;margin-left:5px;width:16px;height:40px;background:url(../img/common/icon_download.png) no-repeat center center;background-size:contain;vertical-align:top}
#statisticsSection .detail-section .btn-section .btn-blue{background:#6842ff}
#statisticsSection .detail-section .btn-section .btn-black{background:#000}
@media all and (min-width:768px) {
	#statisticsSection .code-section{padding-top:20px;margin-bottom:160px;border-top:2px solid #6842ff}
	#statisticsSection .code-section .depth-list:after{content:"";clear:both;display:block}
	#statisticsSection .code-section .depth-list > li{float:left;width:404px;margin-right:34px;}
	#statisticsSection .code-section .depth-list > li:last-child{margin-right:0}
	#statisticsSection .code-section .code-list{background:#f7f6f8;border-radius:15px 0 0 15px}
	#statisticsSection .code-section .code-list .selected{display:none}
	#statisticsSection .code-section .code-list > ul{display:block;height:280px;padding:0;}
	#statisticsSection .code-section .code-list > ul::-webkit-scrollbar{width:9px}
	#statisticsSection .code-section .code-list > ul::-webkit-scrollbar-thumb{height:30%;background:#9b9b9b;border-radius:10px}
	#statisticsSection .code-section .code-list > ul::-webkit-scrollbar-track{background:#fff}
	#statisticsSection .code-section .code-list > ul li{margin:0}
	#statisticsSection .code-section .code-list > ul li button{display:flex;width:100%;height:70px;padding:0 20px;line-height:24px;font-size:18px;text-align:left;flex-wrap:wrap;flex-direction:row;align-items: center;;border-radius:15px;background:no-repeat right 25px center;background-size:8px auto;box-sizing:border-box;}
	#statisticsSection .code-section .depth1 .code-list > ul li button:hover,
	#statisticsSection .code-section .depth1 .code-list > ul li.active button{color:#fff;background-image:url(../img/common/icon_select_w.png);background-color:#6842ff;}
	#statisticsSection .code-section .depth2 .code-list > ul li button:hover,
	#statisticsSection .code-section .depth2 .code-list > ul li.active button{color:#000;background-image:url(../img/common/icon_select_b.png);background-color:#f2eeff;}
	#statisticsSection .code-section .depth3 .code-list > ul li button:hover,
	#statisticsSection .code-section .depth3 .code-list > ul li.active button{color:#6842ff;background-image:url(../img/common/icon_select_p.png);background-color:#f2eeff;}
	#statisticsSection .detail-section #detailStatistics{width:100%}
	#statisticsSection .detail-section iframe{width:100%;height:800px}
	#statisticsSection .detail-section table{width:100%;table-layout:fixed;border-collapse:collapse;}
	#statisticsSection .detail-section table th{padding:8px;font-size:20px;line-height:24px;}
	#statisticsSection .detail-section table td{font-size:16px;line-height:30px;}
	#statisticsSection .detail-section table td.tit{font-size:20px;}
	#statisticsSection .detail-section table td.light{font-size:20px;}
	#statisticsSection .detail-section table tr.em td{font-size:20px;}
	#statisticsSection .detail-section h4{font-size:32px;line-height:40px;}
	#statisticsSection .detail-section h5{font-size:24px;line-height:30px;}
	#statisticsSection .detail-section h6{font-size:18px;line-height:20px;}
	#statisticsSection .detail-section p{font-size:16px;line-height:20px;}
	#statisticsSection .detail-section img{max-width:100%}
	#statisticsSection .detail-section .btn-section{width:100%;padding-top:60px;}
	#statisticsSection .detail-section .btn-section button{display:inline-block;width:390px;height:50px;line-height:50px;margin:0 20px;border-radius:25px;}
	#statisticsSection .detail-section .btn-section .btn-down:after{height:50px;}

}






.tab-section{width:100%;margin-bottom:30px;overflow-x:auto}
.tab-section ul{border-bottom:1px solid #d0d0d0}
.tab-section ul:after{content:"";clear:both;display:block}
.tab-section ul li{position:relative;float:left;padding-right:2px;}
.tab-section ul li:after{content:"";position:absolute;right:0;top:50%;display:block;width:2px;height:2px;margin-top:-1px;background:#9b9b9b;border-radius:50%}
.tab-section ul li:last-child:after{display:none;}
.tab-section ul li a{display:inline-block;margin-bottom:-1px;padding:0 10px;height:30px;font-size:16px;line-height:30px;font-weight:500;color:#9b9b9b;border-bottom:2px solid transparent}
.tab-section ul li.active a{color:#6842ff;font-weight:bold;border-color:#6842ff}
.board-section .search-section{margin-bottom:35px;}
.board-section .search-section .select-list{margin-bottom:5px}
.board-section .search-section .select-list:after{content:"";clear:both;display:block}
.board-section .search-section .select-list li:first-child{float:left;width:calc(50% - 5px)}
.board-section .search-section .select-list li:last-child{float:right;width:calc(50% - 5px)}
.board-section .search-wrap{display:block;width:100%;height:40px;border:1px solid #d0d0d0;border-radius:20px;box-sizing:border-box;}
.board-section .search-wrap select{display:block;width:100%;height:38px;line-height:38px;font-size:12px;font-weight:bold;border:0;padding:0 45px 0 15px;box-sizing:border-box;background:url(../img/common/icon_dropdown_p.png) no-repeat right 15px center;background-size:12px auto}
.board-section .search-group{width:100%;margin:0 auto;display:block;height:40px;padding:0;box-sizing:border-box;border-radius:20px;border:1px solid #d0d0d0}
.board-section .search-group:after{content:"";clear:both;display:block}
.board-section .search-group .search-type{float:left;display:block;width:100px;height:40px;}
.board-section .search-group .search-type:after{content:"";display:block;position:absolute;right:0;top:16px;width:1px;height:15px;background:#d0d0d0;}
.board-section .search-group .search-type select{display:block;width:100%;height:38px;line-height:38px;font-size:12px;font-weight:bold;border:0;padding:0 45px 0 15px;box-sizing:border-box;;border:0;background:url(../img/common/icon_dropdown_p.png) no-repeat right 15px center;background-size:12px auto}
.board-section .search-group .search-text{float:left;position:relative;display:block;width:calc(100% - 100px);height:40px;padding:0 45px 0 15px;box-sizing:border-box;border-radius:20px;border:0}
.board-section .search-group .search-text input[type=text]{display:block;width:100%;height:38px;padding:0;line-height:38px;font-size:12px;border:0;background:#fff;}
.board-section .search-group .search-text button{position:absolute;right:15px;top:13px;font-size:0;display:block;width:15px;height:15px;background:url(../img/common/icon_search.png) no-repeat center center;background-size:contain;border:0}
.board-section .search-group.full .search-text{width:100%;}
.board-section .list-section .list-util{margin-bottom:10px;}
.board-section .list-section .list-util .total{font-size:12px;font-weight:600;}
.board-section .list-section .list-util .total span{display:inline-block;margin-right:10px;vertical-align:top;}
.board-section .list-section .list-util .pageview{display:none}
.board-section .list-section .post-list{border-top:1px solid #6842ff}
.board-section .list-section .post-list > li{border-bottom:1px solid #d0d0d0}
.board-section .list-section .post-item{position:relative;padding:10px 0;}
.board-section .list-section .post-item .item-info{margin-bottom:15px;}
.board-section .list-section .post-item .item-info ul:after{content:"";clear:both;display:block}
.board-section .list-section .post-item .item-info ul li{float:left;margin-right:10px}
.board-section .list-section .post-item .item-info ul li em{display:inline-block;height:23px;padding:0 21px;text-align:center;font-size:12px;line-height:21px;color:#d0d0d0;font-weight:bold;border:1px solid #d0d0d0;border-radius:5px;box-sizing:border-box;}
.board-section .list-section .post-item .item-info ul li em.line{border-color:#b3a0ff;color:#b3a0ff}
.board-section .list-section .post-item .item-info ul li.no em{color:#fff;font-weight:bold;background:#6842ff;border-color:#6842ff;border-radius:12px;}
.board-section .list-section .post-item .item-info ul li.no span{display:none}
.board-section .list-section .post-item .title{margin-bottom:15px;font-size:16px;font-weight:bold;line-height:24px;}
.board-section .list-section .post-item .title a:hover{text-decoration:underline}
.board-section .list-section .post-item .file{display:none;}
.board-section .list-section .post-item .date{font-size:12px;font-weight:600;}
.board-section .list-section .title-line{display:none}
.board-section .list-section .card-list:after{content:"";clear:both;display:block;}
.board-section .list-section .card-list > li{float:left;width:calc(50% - 5px);margin-right:10px;margin-bottom:20px;}
.board-section .list-section .card-list > li:nth-child(even){margin-right:0;}
.board-section .list-section .card-item{width:100%;border-radius:20px;box-shadow:5px 5px 5px rgba(0,0,0,0.3);overflow:hidden}
.board-section .list-section .card-item .thumb-img em{display:block;width:100%;height:150px;background:no-repeat center center #9b9b9b;background-size:cover;}
.board-section .list-section .statistics .card-item .thumb-img em{height:100px}
.board-section .list-section .card-item .card-info{padding:20px;background:#fff}
.board-section .list-section .card-item .card-info em{display:inline-block;margin-bottom:10px;height:22px;padding:0 7px;font-size:12px;line-height:20px;color:#00cd6a;border:1px solid #00cd6a;border-radius:5px;box-sizing:border-box;}
.board-section .list-section .card-item .card-info .title{margin-bottom:10px;height:40px;font-size:15px;line-height:20px;font-weight:bold;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.board-section .list-section .card-item .card-info .date{font-size:12px;color:#9b9b9b;}
.board-section .list-section .card-item .card-info .by{margin-bottom:8px;font-size:12px;color:#9b9b9b;}
.board-section .list-section .card-item .card-info .btn-section{padding-top:20px}
.board-section .list-section .card-item .card-info .btn-section .btn-down{display:block;width:100%;height:40px;padding:0;text-align:center;color:#fff;font-size:15px;font-weight:bold;line-height:40px;background:#6842ff;border:0;border-radius:20px;}
.board-section .list-section .card-item .card-info .btn-section .btn-down:after{content:"";display:inline-block;margin-left:5px;width:16px;height:40px;background:url(../img/common/icon_download.png) no-repeat center center;background-size:contain;vertical-align:top}
@media all and (min-width:768px) {
	.tab-section{margin-bottom:50px;}
	.tab-section ul{width:100%;text-align:center}
	.tab-section ul li{float:none;display:inline-block;}
	.tab-section ul li:after{width:4px;height:4px;margin-top:-2px;}
	.tab-section ul li a{padding:0 30px;height:60px;font-size:24px;line-height:60px;border-width:4px;}
	.board-section .search-section{margin-bottom:20px}
	.board-section .search-section.div:after{content:"";clear:both;display:block}
	.board-section .search-section.div .select-list{float:left;margin-bottom:0}
	.board-section .search-section.div .select-list li{float:left !important;width:170px;margin-right:15px;}
	.board-section .search-section.div .search-group{float:right;}
	.board-section .search-wrap{height:52px;border-radius:26px;}
	.board-section .search-wrap select{height:50px;line-height:50px;font-size:18px}
	.board-section .search-group{width:400px;height:52px;padding-left:20px;border-radius:26px;box-sizing:border-box;}
	.board-section .search-group .search-type{float:left;position:relative;width:100px;height:50px;margin:0;border:0}
	.board-section .search-group .search-type:after{height:20px}
	.board-section .search-group .search-type select{height:50px;line-height:50px;font-size:18px}
	.board-section .search-group .search-text{float:left;width:calc(100% - 100px);padding:0 30px 0 20px;height:50px;line-height:50px;border:0;}
	.board-section .search-group .search-text input[type=text]{height:50px;line-height:50px;font-size:18px}
	.board-section .search-group .search-text button{top:15px;right:20px;width:23px;height:23px;}
	.board-section .list-section .list-util{position:relative;height:50px;margin-bottom:15px;}
	.board-section .list-section .list-util .total{padding-top:30px;height:20px;line-height:20px;font-size:18px}
	.board-section .list-section .list-util .pageview{display:block;position:absolute;right:0;top:0;}
	.board-section .list-section .post-list{border-top-width:2px;}
	.board-section .list-section .post-item{padding:15px 0 ;text-align:center;}
	.board-section .list-section .post-item:after{content:"";clear:both;display:block}
	.board-section .list-section .post-item .item-info{float:left;width:250px;margin:0}
	.board-section .list-section .post-item .item-info ul:after{content:"";clear:both;display:block}
	.board-section .list-section .post-item .item-info ul li{float:left;width:50%;margin:0;font-size:16px;line-height:32px;font-weight:bold;}
	.board-section .list-section .post-item .item-info ul li em{height:32px;font-size:16px;line-height:30px;border-radius:10px}
	.board-section .list-section .post-item .item-info ul li.no em{border-radius:16px;}
	.board-section .list-section .post-item .item-info ul li.no span{display:inline;}
	.board-section .list-section .post-item .title{float:left;width:780px;margin:0;padding:0 15px;font-size:16px;line-height:32px;font-weight:bold;box-sizing:border-box;}
	.board-section .list-section .post-item .title a{display:block;text-align:left;}
	.board-section .list-section .post-item .file{float:left;display:block;width:100px;font-size:16px;line-height:32px;font-weight:bold;}
	.board-section .list-section .post-item .file em{display:inline-block;width:30px;height:30px;font-size:0;background:url(../img/common/icon_download.png) no-repeat center center #6842ff;border-radius:50%;background-size:16px auto}
	.board-section .list-section .post-item .date{float:left;width:150px;font-size:16px;line-height:32px;font-weight:bold;}
	.board-section .list-section .title-line{display:block;}
	.board-section .list-section .title-line .post-item .item-info ul li,
	.board-section .list-section .title-line .post-item p{font-size:18px !important}
	.board-section .list-section .card-list > li{width:302px;margin-right:24px;}
	.board-section .list-section .card-list > li:nth-child(even){margin-right:24px;}
	.board-section .list-section .card-list > li:nth-child(4n+0){margin-right:0;}
	.board-section .list-section .card-item .thumb-img em{height:303px;}
	.board-section .list-section .statistics .card-item .thumb-img em{height:160px}
}

.board-section .detail-section{padding-top:30px;}
.board-section .detail-section .post-title{margin-bottom:30px;text-align:center;}
.board-section .detail-section .post-title .category{display:inline-block;min-width:80px;margin-bottom:25px;height:30px;line-height:28px;padding:0 15px;font-size:15px;text-align:center;font-weight:600;color:#d0d0d0;border:1px solid #d0d0d0;border-radius:5px;box-sizing:border-box;}
.board-section .detail-section .post-title h3{font-size:25px;line-height:35px;font-weight:bold}
.board-section .detail-section .post-detail{border-top:2px solid #6842ff;border-bottom:2px solid #6842ff}
.board-section .detail-section .post-detail .date-info{padding:15px 0;line-height:20px;border-bottom:1px solid #d0d0d0}
.board-section .detail-section .post-detail .date-info dl:after{content:"";clear:both;display:block}
.board-section .detail-section .post-detail .date-info dl dt{float:left;width:73px;font-size:16px;color:#9b9b9b;font-weight:600}
.board-section .detail-section .post-detail .date-info dl dd{float:left;width:calc(100% - 73px);font-size:14px;}
.board-section .detail-section .post-detail .date-info dl.left{margin-bottom:5px;}
.board-section .detail-section .post-detail .link-info{padding:15px 0;line-height:20px;border-bottom:1px solid #d0d0d0}
.board-section .detail-section .post-detail .link-info dl:after{content:"";clear:both;display:block}
.board-section .detail-section .post-detail .link-info dl dt{float:left;width:73px;font-size:16px;color:#9b9b9b;font-weight:600}
.board-section .detail-section .post-detail .link-info dl dd{float:left;width:calc(100% - 73px);font-size:14px;}
.board-section .detail-section .post-detail .link-info dl dd a:hover{text-decoration:underline}
.board-section .detail-section .post-detail .detail-content{padding:20px 0;min-height:250px}
.board-section .detail-section .post-detail .file-info li{padding:20px 0;border-top:1px solid #d0d0d0}
.board-section .detail-section .post-detail .file-info li a{display:inline-block;}
.board-section .detail-section .post-detail .file-info .file-item{position:relative;display:inline-block;padding-left:40px;font-size:16px;font-weight:bold;line-height:25px;}
.board-section .detail-section .post-detail .file-info .file-item:before{content:"";display:block;position:absolute;left:0;top:0;width:25px;height:25px;background:url(../img/common/icon_download.png) no-repeat center center #6842ff;border-radius:50%;background-size:13px auto;}
.board-section .detail-section .post-detail .file-info dl{padding-top:20px;}
.board-section .detail-section .post-detail .file-info dl:after{content:"";clear:both;display:block}
.board-section .detail-section .post-detail .file-info dl dt{float:left;width:100px;font-size:16px;color:#9b9b9b;font-weight:600}
.board-section .detail-section .post-detail .file-info dl dd{float:left;width:calc(100% - 100px);font-size:14px;}
.board-section .detail-section .btn-section{padding:25px 0;text-align:center;}
.board-section .detail-section .btn-section .btn-blue{display:inline-block;padding:0 35px;height:40px;line-height:40px;font-size:15px;font-weight:bold;color:#fff;text-align:center;background:#6842ff;border-radius:20px;}
.board-section .detail-section .prev-next{border-top:1px solid #d0d0d0}
.board-section .detail-section .prev-next li{padding:20px 15px 20px 35px;background:no-repeat 15px center;background-size:11.5px auto;border-bottom:1px solid #d0d0d0}
.board-section .detail-section .prev-next li.prev{background-image:url(../img/common/icon_detail_prev.png)}
.board-section .detail-section .prev-next li.next{background-image:url(../img/common/icon_detail_next.png)}
.board-section .detail-section .prev-next dl{line-height:25px;}
.board-section .detail-section .prev-next dl:after{content:"";clear:both;display:block}
.board-section .detail-section .prev-next dl dt{float:left;width:60px;font-size:16px;color:#9b9b9b;font-weight:600;}
.board-section .detail-section .prev-next dl dd{float:left;width:calc(100% - 60px);font-size:16px;font-weight:600;}
.board-section .detail-section .prev-next dl dd a{display:inline-block;max-width:100%;text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; overflow: hidden;vertical-align:top}
.board-section .detail-section .prev-next dl dd em.cate{display:none}
.board-section .detail-section .prev-next .info{display:none}
@media all and (min-width:768px) {
	.board-section .detail-section{padding-top:0}
	.board-section .detail-section .post-title{position:relative;padding:0 20px;text-align:left;}
	.board-section .detail-section .post-title .category{height:32px;margin-bottom:10px;margin-right:20px;font-size:18px;border-width:2px;border-radius:10px;vertical-align:top;}
	.board-section .detail-section .post-title h3{display:block;text-align:left;font-size:32px;}
	.board-section .detail-section .post-detail{border-width:1px;}
	.board-section .detail-section .post-detail .date-info{padding:20px 40px;}
	.board-section .detail-section .post-detail .date-info:after{content:"";clear:both;display:block}
	.board-section .detail-section .post-detail .date-info dl.left{float:left;margin-bottom:0}
	.board-section .detail-section .post-detail .date-info dl.right{float:right;margin-bottom:0}
	.board-section .detail-section .post-detail .date-info dl dt{width:80px;font-size:18px;}
	.board-section .detail-section .post-detail .date-info dl dd{width:calc(100% - 80px);font-size:16px;}
	.board-section .detail-section .post-detail .link-info{padding:20px 40px;}
	.board-section .detail-section .post-detail .link-info dl dt{width:80px;font-size:18px;}
	.board-section .detail-section .post-detail .link-info dl dd{width:calc(100% - 80px);font-size:16px;}
	.board-section .detail-section .post-detail .detail-content{padding:20px 40px}
	.board-section .detail-section .post-detail .file-info li{padding:20px 40px}
	.board-section .detail-section .post-detail .file-info li:after{content:"";clear:both;display:block}
	.board-section .detail-section .post-detail .file-info li a{float:left;}
	.board-section .detail-section .post-detail .file-info .file-item{padding-left:50px;line-height:30px;}
	.board-section .detail-section .post-detail .file-info .file-item:before{width:30px;height:30px;background-size:16px auto}
	.board-section .detail-section .post-detail .file-info dl{float:right;padding-top:0;}
	.board-section .detail-section .post-detail .file-info dl dt{width:110px;font-size:18px;line-height:30px;}
	.board-section .detail-section .post-detail .file-info dl dd{width:calc(100% - 110px);font-size:16px;line-height:30px;}
	.board-section .detail-section .btn-section{text-align:right;}
	.board-section .detail-section .btn-section .btn-blue{padding:0 45px;height:50px;line-height:50px;font-size:18px;border-radius:25px}
	.board-section .detail-section .prev-next li{padding:15px 40px 15px 60px;}
	.board-section .detail-section .prev-next li:after{content:"";clear:both;display:block}
	.board-section .detail-section .prev-next dl{float:left;width:1000px;line-height:30px;}
	.board-section .detail-section .prev-next dl dt{width:70px;}
	.board-section .detail-section .prev-next dl dd{width:calc(100% - 70%)}
	.board-section .detail-section .prev-next dl dd em.cate{display:inline-block;margin-right:20px;min-width:80px;height:30px;line-height:26px;padding:0 25px;font-size:15px;font-weight:600;color:#d0d0d0;border:2px solid #d0d0d0;border-radius:5px;box-sizing:border-box;vertical-align:top}
	.board-section .detail-section .prev-next .info{float:right;display:block;width:calc(100% - 1000px)}
	.board-section .detail-section .prev-next .info:after{content:"";clear:both;display:block}
	.board-section .detail-section .prev-next .file{float:left;display:block;width:80px;font-size:16px;line-height:30px;font-weight:bold;}
	.board-section .detail-section .prev-next .file em{display:inline-block;width:30px;height:30px;font-size:0;background:url(../img/common/icon_download.png) no-repeat center center #6842ff;border-radius:50%;background-size:16px auto;vertical-align:top;}
	.board-section .detail-section .prev-next .date{float:left;width:100px;font-size:16px;line-height:30px;font-weight:bold;}

}

.local-section{padding-top:20px}
.local-section .chart-info{margin-bottom:30px}
.local-section h4{margin-bottom:10px;font-size:14px;line-height:20px;font-weight:bold;text-align:center;}
.local-section .table-info i.up{display:inline-block;width:0;height:0;border-bottom:10px solid #f90000;border-left:7px solid transparent;border-right:7px solid transparent;}
.local-section .table-info i.down{display:inline-block;width:0;height:0;border-top:10px solid #0086ff;border-left:7px solid transparent;border-right:7px solid transparent;}
.local-section .btn-section{padding-top:30px;text-align:center}
.local-section .btn-section .btn-link{display:block;width:100%;height:40px;line-height:40px;font-size:15px;font-weight:bold;text-align:center;color:#fff;margin-bottom:10px;border:0;border-radius:20px;background:#303030}
@media all and (min-width:768px) {
	.local-section{padding-top:45px}
	.local-section > .inner-section:after{content:"";clear:both;display:block;}
	.local-section .chart-info{float:left;width:50%;padding:0 50px;margin-bottom:0;box-sizing:border-box}
	.local-section .table-info{float:right;width:50%}
	.local-section h4{margin-bottom:50px;font-size:18px;}
	.local-section .btn-section .btn-link{display:inline-block;width:390px;height:50px;line-height:50px;margin:0 20px;border-radius:25px;}
}

.report-gender .item-list ul:after{content:"";clear:both;display:block}
.report-gender .item-list ul li{float:left;width:calc(50% - 5px);margin-right:10px;margin-bottom:10px}
.report-gender .item-list ul li:nth-child(even){margin-right:0}
.report-gender .item-list ul li a{position:relative;display:block;width:100%;height:128px;box-sizing:border-box;border:1px solid #ebb100;border-radius:20px;overflow:hidden}
.report-gender .item-list ul li a em{position:relative;display:flex;flex-wrap:wrap;align-content:center;justify-content:center;height:100%;word-break:keep-all;text-align:center;line-height:18px;font-size:16px;font-weight:bold;color:#ebb100;z-index:10}
.report-gender .item-list ul li a:before{content:"";display:block;position:absolute;right:-40px;bottom:-40px;width:108px;height:108px;background:#faef91;border-radius:50%;transform:translate(150px,150px)}
.report-gender.internal{margin-bottom:50px}
.report-gender.internal .h3-title h3:before{background:#b3a0ff}
.report-gender.internal .item-list ul li a{border-color:#6742fe}
.report-gender.internal .item-list ul li a em{color:#6742fe}
.report-gender.internal .item-list ul li a:before{background:#b3a0ff}
.report-gender.external .h3-title h3:before{background:#faef91}
@media all and (min-width:768px) {
	.report-gender .item-list ul li a{height:122px;border-color:#d0d0d0}
	.report-gender .item-list ul li a em{font-size:24px;line-height:36px;color:#9b9b9b}
	.report-gender .item-list ul li a:before{width:160px;height:160px;right:-60px;bottom:-60px;transition:all 0.5s;transform:translate(150px,150px)}
	.report-gender .item-list ul li a:hover{border-color:#d7be18}
	.report-gender .item-list ul li a:hover em{color:#d7be18}
	.report-gender .item-list ul li a:hover:before{transform:translate(0,0)}
	.report-gender.internal{margin-bottom:80px}
	.report-gender.internal .item-list ul li a{border-color:#d0d0d0}
	.report-gender.internal .item-list ul li a em{color:#9b9b9b}
	.report-gender.internal .item-list ul li a:hover{border-color:#6742fe}
	.report-gender.internal .item-list ul li a:hover em{color:#6742fe}
}



.intro-section .intro1 .h3-title h3:before{background:#d9f76d}
.intro-section .intro2 .h3-title h3:before{background:#f9ed84}
.intro-section .intro3 .h3-title h3:before{background:#b3a0ff}
.intro-section .sub-text{margin-bottom:75px;font-weight:600;word-break:keep-all;}
.intro-section .sub-text p{font-size:14px;line-height:20px;}
.intro-section .sub-text p.strong{margin-bottom:10px;font-size:16px;font-weight:bold;line-height:21px;}
.intro-section .basic-text{margin-bottom:30px}
.intro-section .basic-text p{font-size:14px;line-height:20px;font-weight:600}
.intro-section .law-info dl{margin-bottom:10px;}
.intro-section .law-info dl dt{margin-bottom:10px;}
.intro-section .law-info dl dt em{display:inline-block;padding:0 20px;height:30px;line-height:30px;font-size:16px;color:#fff;text-align:center;background:#6842ff;border-radius:15px;}
.intro-section .law-info dl dd{padding:20px;border-radius:20px;background:#f2eeff}
.intro-section .law-info dl dd p{margin-bottom:5px;font-size:13px;font-weight:600;line-height:18px;}
.intro-section .law-info dl dd ol li{padding-left:13px;text-indent:-13px;margin-bottom:5px;font-size:13px;font-weight:600;line-height:18px;}
.intro-section .law-info dl dd ol li:last-child{margin-bottom:0;}
.intro-section .law-info dl dd em{font-weight:bold;text-decoration:underline}
.intro-section .editor-list ul{border-top:1px solid #6842ff;border-bottom:1px solid #6842ff;}
.intro-section .editor-list ul li{padding:20px 0;border-bottom:1px solid #d0d0d0}
.intro-section .editor-list ul li:last-child{border:0;}
.intro-section .editor-list ul li:after{content:"";clear:both;display:block}
.intro-section .editor-list ul li.title-line{display:none}
.intro-section .editor-list ul li .year{margin-bottom:15px;font-size:13px;font-weight:bold;color:#6842ff}
.intro-section .editor-list ul li .title{margin-bottom:15px;font-size:16px;line-height:20px;font-weight:bold;}
.intro-section .editor-list ul li .info{font-size:13px;font-weight:600;}
.intro-section .sgsis{margin-bottom:20px;text-align:center}
.intro-section .sgsis .big{font-size:90px;font-weight:bold;}
.intro-section .sgsis .small{font-size:15px;line-height:24px;font-weight:600}
.intro-section .system-info li{margin-bottom:40px;}
.intro-section .system-info li:before{content:"";display:block;width:300px;height:188px;margin:0 auto 10px;background:no-repeat center center;background-size:contain}
.intro-section .system-info li.view1:before{background-image:url(../img/page/intro3_1.png)}
.intro-section .system-info li.view2:before{background-image:url(../img/page/intro3_2.png)}
.intro-section .system-info li.view3:before{background-image:url(../img/page/intro3_3.png)}
.intro-section .system-info li dl dt{margin:0 auto 10px;width:250px;height:40px;line-height:40px;border-radius:20px;font-size:16px;font-weight:600;text-align:center;}
.intro-section .system-info li dl dd{font-size:14px;line-height:20px;font-weight:600}
.intro-section .system-info li.view1 dl dt{background:#f4db0a;}
.intro-section .system-info li.view2 dl dt{background:#6842ff;color:#fff}
.intro-section .system-info li.view3 dl dt{background:#000;color:#fff}
@media all and (min-width:768px) {
	.intro-section .sub-text{text-align:center;}
	.intro-section .sub-text p{font-size:20px;line-height:32px;}
	.intro-section .sub-text p.strong{font-size:24px;line-height:45px;}
	.intro-section .sub-text p i{display:block;}
	.intro-section .basic-text{margin-bottom:50px}
	.intro-section .basic-text p{font-size:18px;line-height:35px}
	.intro-section .law-info dl{margin-bottom:20px;}
	.intro-section .law-info dl dt em{padding:0 40px;height:50px;line-height:50px;font-size:18px;border-radius:25px}
	.intro-section .law-info dl dd{padding:40px;}
	.intro-section .law-info dl dd p{font-size:16px;line-height:24px;}
	.intro-section .law-info dl dd ol li{text-indent:-16px;padding-left:16px;font-size:16px;line-height:24px;}
	.intro-section .editor-list ul{border-top:0}
	.intro-section .editor-list ul li{padding:0;display:table;table-layout:fixed;width:100%;}
	.intro-section .editor-list ul li p{display:table-cell;padding:20px;margin:0;text-align:center;}
	.intro-section .editor-list ul li p.year{width:160px;font-size:18px;line-height:20px;color:#000;box-sizing:border-box;}
	.intro-section .editor-list ul li p.title{width:800px;font-size:16px;line-height:20px;text-align:left;box-sizing:border-box;}
	.intro-section .editor-list ul li p.info{width:320px;font-size:18px;line-height:20px;box-sizing:border-box;}
	.intro-section .editor-list ul li.title-line{display:table}
	.intro-section .editor-list ul li.title-line p{background:#6842ff;color:#fff;}
	.intro-section .editor-list ul li.title-line p.year{color:#fff}
	.intro-section .editor-list ul li.title-line p.title{font-size:18px;text-align:center;}
	.intro-section .sgsis{margin-bottom:40px;}
	.intro-section .sgsis .big{font-size:140px;}
	.intro-section .sgsis .small{font-size:20px;line-height:32px;}
	.intro-section .system-info{width:1120px;margin:0 auto}
	.intro-section .system-info li:after{content:"";clear:both;display:block}
	.intro-section .system-info li:before{float:left;width:480px;height:301px;margin:0}
	.intro-section .system-info li dl{float:right;width:560px;}
	.intro-section .system-info li dl dt{margin:0;margin-bottom:25px;width:200px;height:50px;line-height:50px;font-size:18px;border-radius:25px;}
	.intro-section .system-info li dl dd{font-size:16px;line-height:24px;}


}

.total-search{padding-top:30px;}
.total-search > .keword{margin-bottom:50px;font-size:20px;line-height:30px;font-weight:600;text-align:center;}
.total-search > .keword em{font-weight:bold;color:#6842ff}
.result-section .tab-contents{display:none}
.result-section .result-list{border-top:2px solid #6842ff;border-bottom:2px solid #6842ff}
.result-section .result-list .count-text{padding:15px;font-size:14px;line-height:20px;font-weight:600;background:#f2eeff;border-bottom:1px solid #d0d0d0}
.result-section .result-list .count-text em{color:#6842ff;font-size:16px;font-weight:bold;}
.result-section .result-list li{padding:15px;border-bottom:1px solid #d0d0d0}
.result-section .result-list dl dt{margin-bottom:5px;font-size:16px;font-weight:600}
.result-section .result-list dl dd{font-size:14px;color:#9b9b9b}
@media all and (min-width:768px) {
	.total-search{padding-top:80px}
	.total-search .keword{font-size:40px;line-height:50px;}
	.result-section .result-list .count-text{padding:20px 30px;font-size:18px;}
	.result-section .result-list .count-text em{font-size:20px;}
	.result-section .result-list li{padding:20px 30px;}
	.result-section .result-list dl dt{margin-bottom:10px;font-size:18px;}
	.result-section .result-list dl dd{font-size:16px;}
}

.detailCon .coment .btn .copy-btn {
  font-size:14px;
  background:#df315d;
  color:#fff;
  padding:10px;
  border-radius:5px;
  display:inline-block;
}
