@import "reset.css";
@font-face {
    font-family: "shusong";
    src: url("font/shusong.TTF") format("truetype");
}
img{
    max-width: 100%;
}
body{
    margin:0 auto;
    max-width: 750px;
    font-family:'shusong' ;
    color:#202A5F
}
html{
    font-size: 65%;
}
.header{
    background: url("img/banner.png") no-repeat center bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    padding-top: 30px;
}
.header img{
    width: 8rem;
}
.header h1{
    font-family: 'shusong';
    font-size: 3rem;
    font-weight: bold;
    margin-top: 10px;
    background: #FFDFDF;
    padding:4px
}
.main{
    background: url("img/indexbg.png") no-repeat #eaeaea;
    background-size: 100% auto;
    padding:16px;
    box-sizing: border-box;
}
.main p{
    line-height: 1.6;
    font-size: 1.6rem;
}
.flex-right{
    display: flex;
    justify-content: flex-end;
}
.flex-right img{
    width: 50%;
}
.title-cont{
    border-bottom: 1px dotted #ccc;
    padding:14px 0;
    margin-bottom: 14px;
}
.title-cont{
    background: url("img/title-bg2.png") no-repeat 30px center;
    background-size: auto 70%;
}
.title-cont h2{
    color:#272A69;
    font-weight: bold;
    font-size: 2.3rem;
}
.main p.round-bg{
    background: url("img/p-bg.png") left top no-repeat;
    background-size: 26px 26px;
    padding-top: 8px;
    padding-left: 8px;
}
.line{
    background: url("img/line.png") no-repeat no-repeat center center;
    height: .6em;
    width: 100%;
    background-size: auto 100%;
    margin:16px 0;
}
.scroll{
    background: url("img/picbg.png") no-repeat;
    background-size: 100% 100%;
    padding:12px 30px;
    margin:10px 0;
}
.info{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.info:before{
    content: '';
    position: absolute;
    left:-16px;
    right:-16px;
    top:0;
    bottom:0;
    background: url("img/bg-blue.png") center center;
    background-size: 100% 100%;
}
.info img{
    width: 25%;
    margin-left: 6px;
    position: relative;
    z-index: 999;
}
.info p{
    position: relative;
    z-index: 999;
}
h3.draw{
    background: url("img/titlebg.png") no-repeat left 4px;
    background-size: auto 100%;
    color:#fff;
    padding:14px 0;
    margin:16px 0;
}
.img-bg{
    background: url("img/bg-lg.png") no-repeat;
    background-size: 100% 100%;
    padding:20px 30px;
    color:#202A5F
}
.inner{
    padding:20px;
}
.free-wall {
    margin: 15px;
}
.brick img {
    margin: 0;
    display: block;
}
.article {
    display: block;
    margin: 0 0 10px 0;
    transition: all 220ms;
    background:url("img/panelbody.png") repeat-y center 20px;
    background-size: 100% auto;
    position: relative;
    border-radius: 10px;
    padding:4px;
    top:-4px
}
.article:before{
    content: '';
    position: absolute;
    background: url("img/paneltop.png") no-repeat center top;
    height: 20px;
    background-size: 100% auto;
    left:0;
    top:0;
    right:0;
    z-index: 999;
}
.article:after{
    content: '';
    position: absolute;
    background: url("img/panelbottom.png") no-repeat center bottom;
    height: 20px;
    background-size: 100% auto;
    left:0;
    bottom:0;
    right:0;
    z-index: 999;
}
.article:hover {
    transform: translateY(-5px);
    transition: all 220ms;
}
.article > img {
    display: block;
    width: 100%;
}
.article h2,.list li h2 {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    margin:4px 12px;
    color:#202A5F;
    line-height: 1.4;
}
.article .time,.list li .time{
    display: flex;
    align-items: center;
    font-size: 1rem;
    color:#666;
    padding:0 10px 14px;
}
.list li .time,.list li h2{
    margin-left: 0;
    padding-left: 0;
}
.list li .time,
.active-info .time
{
    padding-bottom: 10px;
}
.list li h2,
.active-info h2
{
    margin-bottom: 10px;
}
.article .time img,
.list li .time img,
.time img
{
    width: 12px;
    height: auto;
    margin-right:4px;
}
.article .a-info{
    background: #fff;
    border-top:1px solid #eee;
}
.wall {
    display: block;
    position: relative;
    padding:16px 8px;
    background:#F1F1F1;
    overflow: hidden;
}
.wall-column{
    display: block;
    width: 25%;
    float: left;
    padding: 0 4px;
    box-sizing: border-box;
}
.list{
    padding:16px;
}
.list li{
    padding:20px 20px 10px;
    background: url("img/list-itembg.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 14px;
}
.list li a>img{
    height:18rem;
    width: 100%;
    object-fit: cover;
}
.list-row li{
    background: none;
    padding:0;
}
.list-row li a{
    display: flex;
    align-items: stretch;
}
.list-row li .img-cont{
    position: relative;
    flex:4;
}
.list-row li .l-info{
    flex:6;
    margin-left:10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list-row li .l-info .time:last-child{
    padding-bottom: 0;
}
.list-row li .img-cont img{
    border-radius: 6px;
    height: 110px;
    width: 100%;
}
.list-row li .img-cont:before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: url("img/picbg2.png");
    background-size: 100% 100%;
}
.active{
    min-height: 100vh;
    background: #f7f7f7;
    padding:16px;
}
.active .active-info{
    background: #fff;
    border-radius: 10px;
    padding:10px;
}
.active .active-info>img{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
}
.active .active-info h2{
    font-size: 1.6rem;
}
.active .active-info .time{
    color:#666;
    font-size: .8rem;
}
.active-desc{
    background: #fff;
    border-radius: 10px;
    padding:14px;
    margin-top: 16px;
}
.active-desc h2{
    font-size:2rem;
    text-align: center;
    margin-bottom: 16px;
}
.active-desc p{
    line-height: 1.6;
    font-size: 1.2rem;
}
.line2{
    margin:6px auto 12px;
    display: block;
    width: 40%;
}
@media (max-width: 640px) {
    .wall-column {
        width: 50%;
    }
}
