.container{
	width:996px;
	margin:0 auto;
	position:relative;
	box-shadow: 0 0 32px 6px rgba(70%, 70%, 70%, 0.4);
}

section{
	position:relative;
}
section .tab{
	position:absolute;
	top:0;
	left:0;
	z-index:999;
}


h2 {
	width:100%;
	float:left;
	font-size:24px;
	line-height:30px;
	color:#721f6e;
	margin-bottom:30px;
}
h2 > a { color:#721f6e; }
h2 > i{
	display:inline-block;
	padding-right:5px;
}
.acc{
	display:block;
	padding:0  0 15px 0;
	font-size:14px;
	color:#555;
}
.acc > a{
	color:#555;
}
.acc > a:hover{
	color:#000;
}

h3{
	width:100%;
	float:left;
	font-size:26px;	/*---------------*/
	line-height:30px;
	color:#000;
	margin-bottom:30px;

}
h3 > span{
	display:inline-block;
	padding:0 15px;
	font-size:14px;
	line-height:30px;
	color:#555;
}


/* Add by NY*/
h6{
	width:100%;
	float:left;
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-bottom:20px;

}


/*年份按鈕*/
.top_year,.page{
	text-align:center;
	padding-bottom:30px;
}
.top_year a{
	display:inline-block;
	margin:0 8px;
	color:#333;
	font-size:13px;
}
.top_year a:hover{
	color:#999;
}
.top_year a.current{
	background:#333;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:2px 5px;
}
.top_year a.current:hover{
	background:#666;
}

/*選單按鈕*/
.page p{
	width:100%;
	float:left;
	padding-top:5px;
	font-size:12px;
	color:#555;
}
.page a{
	display:inline-block;
	margin:0 5px;
	font-size:12px;
}
.page span{
	display:inline-block;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	background:#555;
	color:#fff;
	margin:0 5px;
	width:15px;
	height:15px;
	font-size:12px;
	line-height:15px;
}

/*列表*/
ul.list,
.about .new{
	width:100%;
	float:left;
	padding-bottom:30px;
}
ul.list > li{
	border-bottom:1px dotted #bebebe;
	padding:20px 30px;
}
ul.list.a > li{
	padding:6px 0px;
}
ul.list > li:nth-child(odd){
	background:#f5f5f5;
}
ul.list > li:first-child{
	border-top:1px dotted #bebebe;
}
ul.list > li div{
	float:left;
	width:88%;
}
ul.list.a > li div{
	width:55%;
}
ul.list > li div:first-child{
	width:12%;
	padding-right:15px;
}
ul.list.a > li div:first-child{
	width:45%;
}
ul.list > li div p,
.about .new div p{
	width:100%;
	float:left;
	padding:5px 0;
	color:#444;
}
ul.list.a > li div p{
	font-size:13px;
	padding:2px 0;
}

ul.list > li div p:first-child,
.about .new div p:first-child,
ul.list > li div p:first-child > a,
.about .new div p:first-child > a {
	color:#721f6e;
	font-size:17px;
}
ul.list > li div p:first-child > a:hover,
.about .new div p:first-child > a:hover {
	color:#b34fae;
	text-decoration: underline;
}

ul.list.a > li div p:first-child{
	font-size:15px;
}

.prev{
	width:100%;
	float:left;
	padding-top:15px;
	margin-top:20px;
	text-align:right;
	border-top:1px dotted #bebebe;
	font-size:13px;
}
.prev a{
	color:#555;
}
.prev a:hover{
	color:#222;
}

/*首頁故事*/
.story{
	padding:30px;
}
.story .img{
	padding-bottom:20px;
}
.story .img > div,
.story .img > a {
	width:100%;
	float:left;
	padding-bottom:10px;
	position:relative;
}
.story .img > a > img{
	width:100%;
}
.story .img > a > p{
	position:absolute;
	bottom:14px;
	left:0;
	right:0;
	background:rgba(0,0,0,.7);
	padding:5px;
	color:#fff;
	text-align:right;
	font-size:15px;
}
.story .img > div > a > img{
	width:15%;
	display:inline-block;
	padding-right:10px;
}
.story .text p{
	font-size:16px;	 /*---------------*/
	width:100%;
	float:left;
	padding:10px 0;
	line-height:24px;
	letter-spacing:3px;
}

.story .text p sub{
	display:inline-block;
}

.story .download{
	background:#f5f5f5;
	border-bottom:1px dotted #bebebe;
	border-top:1px dotted #bebebe;
	width:100%;
	float:left;
	text-align:right;
	padding:10px;
	margin:30px 0;
	font-size:15px;
}
.download a{
	text-decoration:underline;
	color:#000;
}
.download a:hover{
	color:#999;
}

/*清華簡訊*/
.sms{
	padding:30px;
}
.sms ul{
	width:100%;
	float:left;
	padding-bottom:30px;
}
.sms ul > li{
	border-bottom:1px dotted #bebebe;
	padding:20px 30px;
}
.sms ul > li:nth-child(even){
	background: #f5f5f5;
}
.sms ul > li:nth-child(odd){
	background: #e3ddea;
}
.sms ul > li:first-child{
	border-top:1px dotted #bebebe;
}
.sms ul > li p{
	width:100%;
	float:left;
	color:#721f6e;
	font-size:17px;
}
.sms ul > li p > a{
	display:inline-block;
	padding:0 15px;
	font-size:14px;
	line-height:30px;
	color:#000;
	text-decoration:underline;
}
.sms ul > li p > a:hover{
	color:#999;
}

.sms ul > li ol{
	width:95%;
	float:left;
	padding-top:20px;
	margin-left:5%;
	list-style:disc;
}
.sms ul > li ol li{
	width:100%;
	float:left;
	padding:5px 0;
}


/*選單*/
.mobile{
	display:none;
}

aside{
	width:23%;
	float:left;
	padding-right:10px;	
}
aside > ul{
	background:#f5f5f5;
	border:1px solid #bebebe;
	width:100%;
	float:left;
}
aside > ul li{
	width:100%;
	float:left;
}
aside > ul li a{
	display:block;
	line-height:36px;
	font-size:17px;
	padding:3px 10px;
	color:#222;
}
aside > ul li a:hover,
aside > ul li a.current{
	background:#721f6e;
	color:#fff;
}

.right{
	width:77%;
	float:left;
	font-size:15px;
	line-height:22px;
	border-top:1px dotted #bebebe;
	min-height:600px;
}
.title{
	padding:10px 10px 15px;
	text-align:center;
	font-size:22px;
	color:#222;
}
.title.a{
	color:#721f6e;
}
.title > span{
	display:block;
	padding-top:5px;
	font-size:14px;
	color:#555;
}
.table{
	background:#f5f5f5;
	border-top:1px dotted #bebebe;
	border-bottom:1px dotted #bebebe;
	padding:10px 10px 15px;
	text-align:center;
	margin-bottom:30px;
}
.table > p{
	width:100%;
	float:left;
	padding:5px;
	font-size:14px;
	color:#444;
}
.table > p a{
	text-decoration:underline;
	color:#444;
}
.table > p a:hover{
	color:#999;
}
.table > p:first-child{
	color:#555;
	font-size:16px;
}
.table > p:first-child a{
	color:#555;
	display:inline-block;
}
.table > p:first-child a:hover{
	color:#000;
}
.table > p:first-child span,
.paging > span{
	color:#721f6e;
	display:inline-block;
}
.paging{
	width:100%;
	float:left;
	padding:0 0 20px;
	font-size:17px;
	color:#222;
	text-align:center;
}
.paging > span{
	padding:0 3px;
}
.paging > a{
	text-decoration:underline;
	color:#222;
	padding:0 3px;
}
.paging > a:hover{
	color:#999;
}


/*認識清華*/
.about{
	padding:30px;
}
.about .text{
	margin-bottom:30px;
}
.about .text.a,
.news .text.a,
.sitemap .text.a{
	padding:0 20px;
}
.about .text p,
.news .text p,
.sitemap .text p{
	width:100%;
	float:left;
	padding:20px 0;
}
.about .text p.fontcolor-purple.fontsize18{
	padding:30px 0 0;
	text-align:center;
}
.about table{
	margin-bottom:50px;
}
.about table tr td,
.about table tr th{
	border-bottom:1px dotted #bebebe;
	font-size:14px;
}
.about table tr td:first-child,
.about table tr th{
	font-size:16px;
}
.about table tr:nth-child(odd) td,
.about table tr:nth-child(odd) th{
	background:#f5f5f5;
}
.about table tr:first-child td,
.about table tr:first-child th{
	border-top:1px dotted #bebebe;
}
.about .about-img{
	border-top:1px dotted #bebebe;
	text-align:center;
	padding:30px 0 20px;
	width:100%;
	float:left;
	margin-top:10px;
}
.about .about-img > span{
	width:200px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	height:200px;
	overflow:hidden;
	line-height:200px;
	padding:0;
	display:inline-block;
}
.about table ul{
	width:100%;
	float:left;
}
.about table ul > li,
.about table ul > li ol{
	width:95%;
	float:left;
	margin-left:5%;
	list-style:disc;
	padding-bottom:5px;
}
.about table ul > li ol{
	list-style: decimal;
}
.about table ul > li ol > li{
	padding:5px 0;
}

.about ul.list > li div img{
	width:100px;
	max-width:100px;
}
.about ul.list > li div{
	float:left;
	width:80%;
}
.about ul.list > li div:first-child,
.about .new div:first-child{
	width:100px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	height:120px;
	overflow:hidden;
	line-height:100px;
	margin-right:15px;
	padding:0;
}
.about ul.list > li div p:first-child{
	padding-top:23px;
}
.about .main03{
	border-top:1px dotted #bebebe;
	width:100%;
	float:left;
	padding:30px 0;
}
.about .main03 p{
	padding:15px 0;
	width:100%;
	float:left;
}
.about .table01{
	text-align:center;
}
.about .table01 th,
.about .table01 tr:nth-child(odd) th{
	background:#444444;
	font-size:16px;
	color:#fff;
    border: 0;
	
}
.about .table01 tr td:first-child{
	font-size:14px;
}
.about .table01 tr td:nth-child(2){
	color:#721f6e;
}
.about .table01 tr td:nth-child(2) a{
	color:#721f6e;
	text-decoration:underline;
}
.about .table01 tr td:nth-child(2) a:hover{
	color:#444;
}
.about .table02 a{
	color:#721f6e;
	text-decoration:underline;
	display:inline-block;
	padding:5px 15px;
}
.about .table02 a:hover{
	color:#444;
}
.about .table02 tr th{
	vertical-align:top;
	padding:18px 15px 15px;
}
.about .main05{
	border-top:1px dotted #bebebe;
	width:100%;
	float:left;
	padding:30px 0;
}
.about .main05 p{
	padding:15px 0;
	width:100%;
	float:left;
}
.about .main05 p.th{
	padding:15px 0 5px;
	font-weight:bold;
}
.about .pic{
	padding:10px 0 30px;
	text-align:center;
}
.about .pic > p{
	width:100%;
	float:left;
	padding:20px 0;
}
.about .pic > p a{
	color:#444;
	text-decoration:underline;
	display:inline-block;
	padding:0 5px;
}
.about .pic > p a:hover{
	color:#999;
}
.about .main06{
	width:97%;
	float:left;
	margin-left:3%;
	list-style:disc;
	font-size:14px;
}
.about .main06 li{
	width:100%;
	float:left;
	padding:0 0 5px;
	color:#777;
}
.about .new{
	border-top: 1px dotted #bebebe;
	border-bottom: 1px dotted #bebebe;
	background:#edd9ec;
	padding: 20px 30px;
	text-align:center;
	margin-bottom:30px;
}
.about .new div{
	width: auto;
	display:inline-block;
	vertical-align:middle;
}
.about .new div p{
	text-align:left;
	float:none;
}
.about .new div p:first-child{
	padding-top:13px;
}
.about ul.list > li div p:first-child > span,
.main03.a7 p > span{
	font-size:13px;
	display:inline-block;
	padding:0 10px;
	color:#444;
}
.about .table03 tr td{
	border:0;
	text-align:center;
	font-size: 15px;
	width:5%;
}
.about .table03 tr:nth-child(even) td{
	background:#f5f5f5;
}
.about .table03 tr:nth-child(even) td:first-child{
	background:#ddd;
}
.about .table03 tr:nth-child(odd) td{
	background:#fff;
}
.about .table03 tr td:first-child {
    font-size: 15px;
	width:15%;
	
}
.about .table03 th{
	color:#fff;
}
.about .main08{
	width:97%;
	float:left;
	padding:0 20px 30px;
	margin-left:3%;
	list-style:cjk-ideographic;
}
.about .main08.a{
	width:91%;
	margin-left:9%;
	margin-top:-20px;
	padding:0 0 10px;
}
.about .main08 li{
	width:100%;
	float:left;
	padding:3px 0;
}
.about .main08 li ol{
	width:97%;
	float:left;
	padding:5px 0 10px;
	margin-left:3%;
	list-style: decimal;
}
.about .main08 li ol li ol{
	width:97%;
	float:left;
	padding:5px 0 10px;
	margin-left:3%;
	list-style: circle;
}
.text.a p.a a{
	display:inline-block;
	padding:0 5px;
	text-decoration:underline;
}
hr{
	width:100%;
	border:0;
	border-top: 1px dotted #bebebe;
	margin:20px 0;
	float:left;
}

/*最新消息*/
.news{
	padding:30px;
}
.news ul.list span{
	width:15%;
	display:inline-block;
	vertical-align:top;
}
.news.a ul.list span{
	width:17%;
}
.news ul.list a{
	width:85%;
	display:inline-block;
	font-size:17px;
	color:#721f6e;
}
.news.a ul.list a{
	width:66%;
}
.news ul.list a:hover{
	color:#000;
}
.news h3{
	text-align:center;
	border-bottom:1px dotted #bebebe;
	padding-bottom:20px;
	margin-bottom:10px;
}
.news.a input{
	font-size:14px;
	margin:0 0 0 6px;
	padding:5px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	border:1px solid #bebebe;
}
.news.a .btn{
	padding:5px 15px;
}

/*網站導覽*/
.sitemap{
	padding:30px;
}
.sitemap .title{
	width:100%;
	float:left;
	padding:13px;
	margin-bottom:20px;
	background:#f5f5f5;
	text-align:center;
	font-size:22px;
	color:#721f6e;
	border-top:1px dotted #bebebe;
	border-bottom:1px dotted #bebebe;
}
.sitemap .title a{
	color:#721f6e;
}
.sitemap .title a:hover{
	color:#000;
}
.sitemap .text.a{
	margin-bottom:40px;
}
.sitemap .text p{
	padding:10px 0;
}
strong{
	display:inline-block;
}
.sitemap ul{
	width:20%;
	float:left;
}
.sitemap .text>ul > li{
    padding: 10px 0;
    color: #64140f;
    
}
.sitemap li{
	width:100%;
	float:left;
	padding:5px 5px;
	font-size:19px;
}
.sitemap ul ul{
	width:100%;
	padding:10px;
    display: flex;
    align-content:stretch;
    flex-wrap: wrap;
/*    border-top: 1px #aaa dotted;*/
    margin-top: 10px;
    
    background: #f5f5f5;
}
.sitemap li li{
	font-size:17px;
    width: 33.33%;
    padding:5px 20px 5px 0;
}
.sitemap .text.a>ul{
    width: 100%;
}
.sitemap .text.a.d li{
	width:auto;
}
.sitemap .text.a.e li{
	width:33.33%;
}
.sitemap .text > ul >li>a{
    color: #64140f;
    display: block;
    
}

/*入口*/
.entrance{
	padding:30px;
}
.entrance .accordion-inner ul,
.entrance .accordion-inner li{
	width:100%;
	float:left;	
}
.entrance .accordion-inner li{
	padding:7px;
	border-bottom:1px dotted #bebebe;
}
.entrance ul.list > li:first-child{
	border:0;
}
.entrance ul.list > li div:first-child,
.entrance ul.list > li div{
	width:100%;
}
.entrance ul.list > li div:first-child{
	text-align:center;
	padding:0 0 20px;
}
ul.link,
ul.link li{
	width:100%;
	float:left;
}
ul.link{
	padding:30px 0;
}
ul.link li{
	border-bottom:1px dotted #bebebe;
	padding:10px;
}
ul.link > p{
	width:100%;
	float:left;
	margin-bottom:10px;
	font-size:18px;
	background: #721f6e;
    color: #fff;
	padding:10px;
}

@media only screen and (max-width: 1280px){

.container{
	width:960px;
}
ul.list > li div{
	width:82%;
}
ul.list > li div:first-child{
	width:18%;
}
ul.list.a > li div{
	width:70%;
}
ul.list.a > li div:first-child{
	width:30%;
}
.about ul.list > li div{
	width:70%;
}
.about ul.list > li div p:first-child,
.about .new div p:first-child{
	padding-top:13px;
}
.about .new div{
	text-align:center;
	width:100%;
}
.about .new div:first-child{
	float:none;
	display:inline-block;
	margin:0;
}
.about .new div p{
	text-align: center;
	float: left;
}

}



@media only screen and (max-width: 1000px){


.weapper{
	width:750px;
	margin:0 auto;
	box-shadow: 0 0 32px 6px rgba(70%, 70%, 70%, 0.4);
}
.container{
	width:100%;
	box-shadow:0 0 0 0;
}
.statistics-label,.statistics-label2,.statistics-label3,.statistics-label4,.statistics-label5,.statistics-label6{
	width:50px;
	height:44px;
}
.statistics-label5{
	width:90px;
}
.statistics-label2{left:50px;}
.statistics-label3{left:100px;}
.statistics-label4{left:150px;}
.statistics-label5{left:200px;}
.statistics-content{
	margin-top:55px;
}
section{
	border-top:1px dotted #bebebe;
}

.news.a ul.list span{
	width:15%;
}
.news.a ul.list a{
	width:70%;
}
.sitemap li li{
    width: 50%;
}
.sitemap .text.a.e li{
	width:50%;
}

}



@media only screen and (max-width: 767px){
.weapper{
	width:95%;
}
.top_year a{
	margin:2px 8px;
}
ul.list > li div{
	width:100%;
}
ul.list > li div:first-child{
	width:100%;
	text-align:center;
}

ul.list.a > li div{
	width:100%;
}
ul.list.a > li div:first-child{
	width:100%;
}
.about ul.list > li,
.about ul.list > li div p:first-child{
	text-align:center;
}
.about ul.list > li div{
	width:100%;
	text-align:left;
}
.about ul.list > li div:first-child{
	float:none;
	display:inline-block;
	margin:0;
}
.mobile{
	display: block;
	float:left;
	font-size:20px;
	width:100%;
	padding:10px 20px;
	background:#bebebe;
	border:1px solid #bebebe;
}
.mobile a{
	color:#fff;
}
aside{
	display:none;
	width:100%;
	padding:0;
}
.right{
	width:100%;
	border-top:0;
	margin-top:20px;
	min-height:400px;
}
.about table tr td{
	display:block;
	width:100%;
}

.about .table01.a{
    border-top: 2px solid #444;
}
.about .table01.a tr th{
    display: none;
}

.about .table03{
	width:800px;
}
.about .table03 tr td{
	display: table-cell;
}
.news ul.list span{
	width:100%;
}
.news ul.list a{
	width:100%;
}
.sitemap ul,
.sitemap .text.a.b ul,
.sitemap .text.a.c ul,
.sitemap .text.a.d li,
.sitemap .text.a.e li{
	width:100%;
}
.news.a ul.list span{
	width: auto;
	padding-right:10px;
}
.news.a ul.list a,
.sitemap li li,
.sitemap .text.a.e li{
	width:100%;
}
.sitemap .title{
    font-size: 18px;
}
.sitemap li{
    font-size: 16px;
}
.sitemap li li{
    font-size: 14px;
}
}

@media only screen and (max-width: 500px){
.about .padding-all20{
	padding:20px 0;
}
.about .main08{
	padding:0 0 30px;
}
.about .main08.a{
	padding:0 0 10px;
}
.about .text.a,
.news .text.a,
.sitemap .text.a{
	padding:0;
}

}
@media only screen and (max-width: 370px){
.statistics-label,.statistics-label2,.statistics-label3,.statistics-label4,.statistics-label5,.statistics-label6{
	width:40px;
}
.statistics-label2{left:40px;}
.statistics-label3{left:80px;}
.statistics-label4{left:120px;}
.statistics-label5{left:160px;}
}

/*20191014*/
.future,
.future-main{
    width: 100%;
    float: left;
    padding: 30px;
}
.future-text{
    width: 100%;
    float: left;
    font-size: 17px;
    padding: 0 20px 20px;
    color: #777;
}
.future-table{
    width: 100%;
    float: left;
    padding: 10px 0 40px;
}
.future-heading{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.future-heading img{
    width: 100%;
}
.future-heading img:last-child{
    display: none;
}
.future-table ul{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.future-table ul li{
    width: calc(50% - 10px);
}
.future-table ul li:nth-child(odd){
    margin-right: 10px;
    padding-bottom: 30px;
}
.future-table ul li:nth-child(even){
    margin-left: 10px;
    padding-bottom: 30px;
}
.future-table ul li a{
    display: block;
    font-size: 17px;
    color: #777;
    width: 100%;
    float: left;
}
.future-table ul li a:hover{
    background: #f0edeb;
}
.future-table ul li a .img{
    position: relative;
    width: 100%;
    float: left;
}
.future-table ul li a .img img{
    width: 100%;
}
.future-table ul li a .img:after{
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.future-table ul li a .img:hover:after{
    opacity: 1;
}
.future-table ul li a .img.a:after{
    background: url(../images/future/img01a.jpg) top left no-repeat;
    background-size: 100%;
}
.future-table ul li a .img.b:after{
    background: url(../images/future/img02a.jpg) top left no-repeat;
    background-size: 100%;
}
.future-table ul li a .img.c:after{
    background: url(../images/future/img03a.jpg) top left no-repeat;
    background-size: 100%;
}
.future-table ul li a .img.d:after{
    background: url(../images/future/img04a.jpg) top left no-repeat;
    background-size: 100%;
}
.future-table ul li a .img.e:after{
    background: url(../images/future/img05a.jpg) top left no-repeat;
    background-size: 100%;
}
.future-table ul li a .img.f:after{
    background: url(../images/future/img06a.jpg) top left no-repeat;
    background-size: 100%;
}
.future-table ul li a .img.g:after{
    background: url(../images/future/img07a.jpg) top left no-repeat;
    background-size: 100%;
}
.future-table ul li a .img.h:after{
    background: url(../images/future/img08a.jpg) top left no-repeat;
    background-size: 100%;
}
.future-table ul li a p{
    width: 100%;
    float: left;
    padding: 10px;
}
@media only screen and (max-width: 600px){
    .future-heading img:first-child{
        display: none;
    }
    .future-heading img:last-child{
        display: block;
    }
}
@media only screen and (max-width: 500px){
    
    .future-table ul li{
        width: 100%;
    }
    .future-table ul li:nth-child(odd){
        margin-right: 0;
    }
    .future-table ul li:nth-child(even){
        margin-left: 0;
    }
}

.future-main .img,
.future-main .text,
.future-link,
.future-contact,
.future-iframe{
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.future-main .text{
    font-size: 17px;
/*    line-height: 30px;*/
    line-height: 24px;	
}
.future-link a{
    display: block;
    margin-bottom: 10px;
    color: #7e537b;
    font-size: 17px;
    border: 1px solid #7e537b;
    padding: 8px 10px;
}
.future-link a:hover{
    color: #fff;
    background: #7e537b;
}
.future-link a i{
    margin-right: 5px;
}
.future-contact .title{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    background: #ae86ab;
}
.future-contact ul,
.future-contact li{
    width: 100%;
    float: left;
}
.future-contact ul{
    background: #f3e7f2;
    color: #5c2a58;
    font-size: 17px;
    text-align: center;
    padding: 15px;
}
.future-contact li{
    padding: 7px;
}
.future-iframe{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.future-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*20191211*/
aside .sub a span{
    float: right;
}
aside .sub a span,
aside .sub a.off span:last-child{
    display: inline-block;
}
aside .sub a span:last-child,
aside .sub a.off span:first-child,
aside .sub ul{
    display: none;
}
aside .sub a.off{
    background: #721f6e;
    color: #fff;
}
aside .sub ul{
    background: #fff;
    width: 90%;
    margin:10px 0 15px 5%;
}
aside .sub ul li a{
    font-size: 16px;
    line-height: 30px;
}
aside .sub ul li a.current{
    background: none;
    color: #721f6e;
}
@media only screen and (max-width: 767px){
    aside .sub ul{
        width: 95%;
        margin:10px 0 15px 2.5%;
    }
}
.about-new .title{
    text-align: left;
    
}
.about .about-new .width-100.text.a{
    border-top: 1px dotted #bebebe;
    width: calc(100% - 20px) !important;
    padding: 0 10px;
    margin: 0 10px;
}
.about-new img.img{
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 10px;
    width: 270px;
}
@media only screen and (max-width: 767px){
    .about-new img.img{
        margin: 0 0 20px 0;
        width: 100%;
    }
}
.about .about-new .width-100.text.a p a{
    color: #721f6e;
    text-decoration: underline;
}
.about-list-title{
    width: 46%;
    float: left;
    background: #721f6e;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    margin-bottom: 30px;
}
.about-list{
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.about-list>li{
    width: 46%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.about-list>li>a{
    background: #721f6e;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    display: block;
    width: 100%;
}
.about-list>li>a:hover{
    background: #222;
}
.about-list>li>a i{
    margin-right: 10px;
}
.about-list>li:nth-child(odd){
    margin-right: 4%
}
.about-list>li:nth-child(even){
    margin-left: 4%
}
.about-list>li p.title{
    width: 100%;
    float: left;
    font-size: 22px;
    padding:0 0 10px;
    border-bottom: 3px solid #721f6e;
}
.about-list>li ul,
.about-list>li ul li{
    width: 100%;
    float: left;
}
.about-list>li ul{
    padding-bottom: 50px;
}
.about-list>li ul li{
    padding: 5px;
}
.about-list>li ul li:nth-child(odd){
    background: #f5f5f5;
}
.about-list>li ul a{
    display: block;
    text-decoration: underline;
    color: #721f6e;
}
@media only screen and (max-width: 767px){
    .about-list>li>a,
    .about-list-title,
    .about-list>li p.title{
        font-size: 18px;
    }
}
@media only screen and (max-width: 590px){
    .about-list-title{
        margin-top: 20px;
    }
    .about-list>li,
    .about-list-title{
        width: 100%;
    }
    .about-list>li:nth-child(odd),
    .about-list>li:nth-child(even){
        margin: 0;
    }
    .about-list>li>a{
        margin-bottom: 30px;
    }
}
.ecology,
.ecology li{
    width: 100%;
    float: left;
}
.ecology{
    border-top: 3px solid #721f6e;
    border-bottom: 6px solid #721f6e;
    margin-bottom: 20px;
}
.ecology li{
    background: #f5f5f5;
    padding: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #721f6e;
}
.ecology li .img{
    width: 250px;
    margin-right: 20px;
    position: relative;
}
.ecology li .img p{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    /*align-items: center;*/
	align-items: flex-end;	
    justify-content: center;
}
.ecology li .img span{
    display: inline-block;
    padding: 5px;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 22px;
}
.ecology li:nth-child(4n+1){
    background: #f5f5f5;
}
.ecology li:nth-child(4n+2),
.ecology li:nth-child(4n+4){
    background: #ececec;
}
.ecology li:nth-child(4n+3){
    background: #e5e5e5;
}
.ecology li .img img{
    border-radius: 100%;
    width: 100%;
}
.ecology li .text{
    flex: 1;
    margin: 0;
}
.ecology.a li{
    flex-wrap: wrap;
    justify-content: center;
}
.ecology.a li .img-all{
    width: 100%;
    display: flex;
    justify-content: center;
}
.ecology.a li .img-all .img.a{
        margin: 0 0 0 20px;
}
.ecology.a li .text{
        flex: none;
        width: 100%;
        margin-top: 20px;
    }
@media only screen and (max-width: 1000px){
    .ecology li .img{
        width: 180px;
    }
    .ecology li .img span{
        font-size: 18px;
    }
}
@media only screen and (max-width: 590px){
    .ecology li .img{
        margin: 0;
    }
    .ecology li{
        flex-wrap: wrap;
        justify-content: center;
    }
    .ecology li .text{
        flex: none;
        width: 100%;
        margin-top: 20px;
    }
    .ecology li .img-all .img{
        width: 47%;
    }
}

.about .about-new .width-100.text.a.chart-all,
.about .about-new .width-100.text.b.chart-all{
    border-top: 0;
    width: 100% !important;
    padding: 0 20px;
    margin: 0;
}
.about .about-new .width-100.text.b.chart-all{
    padding: 0 10px;
}
.about-new .chart-all .img,
.about-new .chart-all .img p,
.about-new .chart-all .chart,
.about-new .chart-all .chart ul,
.about-new .chart-all .link{
    width: 100%;
    float: left;
}
.about-new .chart-all .img p,
.about-new .chart-all .chart>p{
    font-size: 20px;
    text-align: center;
    margin: 0;
}
.about-new .chart-all .img{
    text-align: center;
}
.about-new .chart-all .chart{
    margin-bottom: 30px;
    background: #f5f5f5;
    
}
.about-new .chart-all .chart>p{
    background: #eaeaea;
}
.about-new .chart-all .chart ul{
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.about-new .chart-all .chart.b ul{
    justify-content: flex-start;
}
.about-new .chart-all .chart li{
    padding: 10px;
    width: 20%;
}
.about-new .chart-all .chart.a li{
    width: 40%;
}
.about-new .chart-all .chart.b li{
    width: 33.33%;
}
.about-new .chart-all .chart.a li br{
    display: none;
}
.about-new .chart-all .chart li p{
    margin: 0;
    padding: 0;
}
.about-new .chart-all .chart [class^='color']{
    padding: 8px;
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
} 
.about-new .chart-all .chart .color1{
    background: #ab65bf;
}
.about-new .chart-all .chart .color2{
    background: #bf65ab;
}
.about-new .chart-all .chart .color3{
    background: #bf657e;
}
.about-new .chart-all .chart .color4{
    background: #cd5c5c;
}
.about-new .chart-all .chart .color5{
    background: #7065bf;
}
.about-new .chart-all .chart .color6{
    background: #6583bf;
}
.about-new .chart-all .chart .color7{
    background: #65a7bf;
}
.about-new .chart-all .chart .color8{
    background:#65bfa5;
}
.about-new .chart-all .link{
    padding-bottom: 30px;
}
.about-new .chart-all .link a{
    color: #721f6e;
    font-size: 18px;
    text-decoration: underline;
}
.about-new .chart-all .link a:hover{
    color: #222;
}
.about-new .chart-all .link i{
    margin-right: 10px;
}
.about-new .chart-all .img.a img{
    margin-bottom: 20px;
}
@media only screen and (max-width: 1000px){
    .about-new .chart-all .chart.a li br{
        display: block;
    }
    .about-new .chart-all .chart.b li{
        width: 45%;
    }
}
@media only screen and (max-width: 767px){
    .about-new .chart-all .link a{
        font-size: 16px;
    }
    .about-new .chart-all .chart [class^='color'],
    .about-new .chart-all .img p,
    .about-new .chart-all .chart>p{
        font-size: 18px;
    }
    .about-new .chart-all .chart li{
        width: 33.33%;
    }
}
@media only screen and (max-width: 590px){
    .about-new .chart-all .chart li{
        width: 50%;
    }
}
@media only screen and (max-width: 500px){
    .about-new .chart-all .chart.a li br{
        display: none;
    }
    .about-new .chart-all .chart.b ul{
        justify-content: center;
    }
    .about-new .chart-all .chart.a li,
    .about-new .chart-all .chart.b li{
        width: 100%;
    }
}
@media only screen and (max-width: 350px){
    .about-new .chart-all .chart.a li br{
        display: block;
    }
}