@charset "utf-8";
/* CSS Document */
.text_box{min-height:500px;}
.article_title {font-size:18px; color:#333; text-align: center;line-height: 1.5em;}
.other_info {margin-top:20px; text-align: center;}
.other_info li {margin:0 10px; color:#9ea9ba; display:inline;}
.article_text {line-height:28px; margin-top:21px; font-size:16px;}


@media only screen and (max-width:1024px){
.article_text p{line-height:28px!important; margin-bottom:5px; font-size:14px!important;}
.article_text span{line-height:28px!important; font-size:14px!important;}
.text_box p{line-height:28px!important; margin-bottom:5px; font-size:14px!important;}
.text_box span{line-height:28px!important; font-size:14px!important;}


}