.list-banner img{
    display: block;
    width: 100%;
}
.list-banner .column{
    position: absolute;
    left: .3rem;
    top: 3.4rem;
    background: rgba(42, 42, 108, .53);
    padding: 0.4rem 0.6rem;
}
.list-banner .column h1{
    font-family: "Extra";
    font-size: 48px;
    font-size: .48rem;
    position: relative;
    color: #fff;
    font-weight: bold;
}
.list-banner .column h1:after{
    content: "";
    width: 16px;
    height: 100px;
    width: .16rem;
    height: 1rem;
    background-color: #f39800;
    position: absolute;
    left: -.6rem;
    margin-left: -.08rem;
    top: 50%;
    margin-top: -.5rem;
}
.list-main{
    padding: .3rem 0;
}
/* 检索框 */
.list-search-text{
    background: #f2f2f2;
    color: #3c3c3c;
    width: 85%;
    padding: .2rem .1rem;
    height: .48rem;
    vertical-align: top;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.list-search-btn{
    background: url(../img/search-gray.png) no-repeat center center;
    background-color: #f2f2f2;
    width: 15%;
    cursor: pointer;
    height: .48rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* 侧边栏 */
.sidebar{
    padding: .3rem;
    border-radius: 5px;
    border: solid 1px #f5f5f5;
}
.sidebar>p{
    color: #393939;
    font-weight: bold;
    font-size: .24rem;
    line-height: 0.5rem;
    margin-bottom: .2rem;
}
.sidebar>p>span{
    color: #2a2a6c;
    margin-left: .2rem;
}
.sidebar ul li{
    border-bottom: solid 1px #e5e5e5;
    padding-left: .2rem;
    background: url(../img/sidebar-ico.png) no-repeat left center;
}
.sidebar ul li:hover{
    background: url(../img/sidebar-ico-on.png) no-repeat left center;
}
.sidebar ul li a{
    color: #9d9d9d;
    font-size: 14px;
    line-height: 56px;
    line-height: .56rem;
}
.sidebar ul li:hover a{
    color: #2a2a6c;
}
/* 当前位置 */
.current{
    height: .48rem;
    background: url(../img/current-ico.png) no-repeat left center;
    padding-left: 30px;
    border-bottom: 1px solid #dcdcdc;
}
.current span,.current a{
    font-size: 14px;
    color: #5b5b5b;
    display: inline-block;
    line-height: .48rem;
}
.current a:hover{
    color: #2a2a6c;
}


/* 图片列表页 */
.list-page ul li{
    border-bottom: 1px solid #dcdcdc;
    padding: .3rem 0;
    padding-left: 39px;
}
.list-time{
    max-width: 311px;
    width: 31%;
    max-height: 182px;
    height: auto;
    border-radius: 10px;
    position: relative;
}
.list-time img{
    width: 100%;
    height: 100%;
    display: block;
}
.list-time>div{
    background: #2a2a6c;
    transition: all .3s;
    color: #fff;
    position: absolute;
    left: 0;
    margin-left: -39px;
    top: 50%;
    margin-top: -39px;
    height: 78px;
    width: 78px;
    border-radius: 59%;
    text-align: center;
}
.list-page ul li:hover .list-time>div{
    background: #f39800;
}
.list-time>div p{
    font-size: 31px;
    margin-top: 10px;
}  
.list-page a{
    display: block;
}
.list-page a h2{
    font-size: 31px;
    color: #464646;
    font-size: .31rem;
    border-bottom: 1px solid #dcdcdc;
    line-height: .5rem;
}
.list-page a p{
    font-size: 14px;
    color: #8a8a8a;
    line-height: 0.22rem;
    margin: 0.1rem 0;
}
.list-page a span{
    color: #fffbfb;
    background: #aaa;
    display: inline-block;
    padding: .1rem .28rem;
    /* margin-top: 0.1rem; */
    transition: all .3s;
}
.list-page ul li:hover a span{
    background: #2a2a6c;
}
.list-page ul li:hover a h2{
    color: #2a2a6c;
}
/* 内容页 */
.content-title {
    background: #f8f8f8;
    border-left: 4px solid #2a2a6c;
    padding: 35px;
    margin: .4rem 0;
}
.content-title h2{
    font-family: "hyt";
    font-size: 35px;
    font-size: .35rem;
    margin-bottom: .2rem;
    color: #2a2a6c;
}
.content-title span{
    color: #bfbfbf;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    padding-left: 20px;
    line-height: 21px;
}
.content-title .publish{
    background: url(../img/cont-time-ico.png) no-repeat left center;
}
.content-title .Author{
    background: url(../img/cont-people-ico.png) no-repeat left center;
}
.content-title .read{
    background: url(../img/cont-eye-ico.png) no-repeat left center;
}

.cont-main p{
    font-family: "Arial";
    font-size: 16px;
    color: #3c3c3c;
}
/* 无图列表页 */
.wt-list ul li{
    background: #f2f2f2;
    padding: 19px 25px;
}
.wt-list ul li div{
    background: #2a2a6c;
    transition: all .3s;
    color: #fff;
    height: 78px;
    width: 78px;
    border-radius: 59%;
    text-align: center;
}
.wt-list ul li div p{
    font-size: 31px;
    margin-top: 10px;
}
.wt-list ul li h2{
    font-size: 31px;
    color: #464646;
    font-size: .31rem;
    border-bottom: 1px solid #dcdcdc;
    line-height: .5rem;
}
.wt-list ul li:hover h2{
    color: #2a2a6c;
}
.wt-list ul li:hover div{
    background: #f39800 ;
}
.wt-list ul li a {
    display: block;
    width: 87%;
}
.wt-list ul li a p{
    color: #8a8a8a;
}




