/*
Theme Name:NUPAPER
Theme URI: http://example.com/my-theme
Author: KYLOE TEAM
Version: 1.0
*/

*{margin: 0;padding: 0;font-family:sans-serif}
a {font-size: 14px;text-decoration: none;color: #000;}

html{background-color: #fff;}

.header{height: 88px;border-bottom: 1px #ddd solid;}
.center {width: 980px;margin: auto;}


.header ul.nav{display: flex;height: 88px;overflow: hidden;list-style: none;;}
.header ul.nav li{height: 88px;display: flex;align-items: center;}
.header ul.nav li a{display: block;font-size: 15px;font-weight: 300;padding-left:30px;}
.header ul.nav li.logo a{line-height: 88px; font-size: 20px; font-weight: bold;padding: 0 50px 0 0;}

.main{min-height: 800px;text-align: left;line-height: 20px;font-size: 16px;}
.footer {background: #000;color: #fff;font-size: 14px;line-height: 30px;text-align: center;}
.footer a{color: #fff;padding: 0 10px;font-size: 14px;}


.homeflex{display: flex;}
.homemain{flex: 1 1 auto;padding-bottom: 50px;}
.homesub,.topicsub{flex: 0 0 288px;margin-left: 30px;position: relative;z-index: 1;min-width: 0;overflow: hidden;}
.homesub,.topicsub h2{font-size: 16px;font-weight: 400;color: #333;line-height: 30px;padding: 20px 0 10px 0;}
.homesub,.topicsub .sublinks{padding: 0;}
.homesub,.topicsub .sublinks a{padding: 2px 10px;display: inline-block;border: 1px #ddd solid;margin: 3px 3px 3px 0;border-radius: 5px;}

.homesub,.topicsub ul{list-style: none;}
.homesub,.topicsub ul li{line-height: 36px;display: flex;}
.homesub,.topicsub ul li a{font-size: 14px;font-weight: 300;color: #000;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.homesub,.topicsub ul li a:hover{color: #666;text-decoration: underline;}
.homesub,.topicsub ul li img{max-width: 288px;}

.topicflex{display: flex;}
.topicmain{flex: 1 1 auto;padding-bottom: 50px;}
.topicmain h1{font-size: 26px;color: #000;line-height: 40px;padding-top: 20px;font-weight: 500;}
.topicmain h4{font-size: 18px;color: #000;line-height: 40px;padding-top: 30px;font-weight: 400;}
.topicmain h5{font-size: 14px;color: #999;line-height: 40px;font-weight: 400;}
.topicmain .topiccon{padding: 20px 0 20px 0;font-size: 16px;line-height: 30px;color: #000;font-weight: 500;}


.topiclink{font-size: 16px;border-bottom: 1px #ddd solid;padding: 50px 0;}
.topiclink ul{list-style: none;}
.topiclink ul li {padding: 10px 0;}
.topiclink ul li span{font-size: 14px;color: #999;padding: 0 0 0 20px;}

.topiclink a{font-size: 16px;line-height: 20px;color: #333;font-weight: 300;background: url(arrow.svg) no-repeat left center;background-size: 9px 9px;padding-left: 20px;}
.topiclink a:hover{color: #000;text-decoration: underline;}


.news-list {list-style: none;padding: 0;}
.news-item {border-bottom: 1px solid #eee;padding: 15px 0;}
.news-item h3{font-size: 18px;line-height: 40px;}
.news-item h3 a{font-size: 18px;font-weight: 400;color: #000;}
.news-item h3 a:hover{text-decoration: underline;}
.news-item p{font-size: 15px;font-weight: 200;color: #000;line-height: 24px;display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;}
.news-item small{font-size: 13px;color: #666;font-weight: 100;padding-left: 10px;}

.loading {text-align: center;padding: 10px;color: #999;}