@charset "utf-8";

*{
    text-decoration: none;
}
body{
    background-color: #fff !important;
}

.listColumn-container {
    position:relative;
    margin: 0px auto 0px auto;
    min-width: 900px;
    min-height: 530px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.list-container {
    width: 200px;
    height: 500px;
}

.list-container{
    font-family: STXihei, "»ªÎÄÏ¸ºÚ", "Microsoft YaHei", "Î¢ÈíÑÅºÚ";
}

.article-container {
    width: 900px;
    min-height: 500px;
    border-right: 4px solid #2e74c3;
    padding:0px 50px;
}

.main-article{
    height:100%;
    min-height:500px;
    background-image:url(/_upload/tpl/01/d4/468/template468/images/article-bg.png);
}

.article-info{
    height:30px;
    width:100%;
    text-align:center;
}

.building{
    position:absolute;
    bottom:180px;
    right:0px;
}

.Column_Position a:hover{
    color:#2395BC;
}

.main-article a>span{
    text-decoration:none;
}

span a {text-decoration:none;}  
span a{color:#303030;} 
span a:hover{color:#449EC3;}
.wp_listalbumn .albumn_info a:hover{color:#449EC3;}

.wp_entry a:hover{
    text-decoration: none !important;
    color:#449EC3 !important;
}

.list_item{
    font-size:1.3em;
}

.wp_entry img{
    max-width: 1000px !important;
}

.main-article>div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 500px;
    height:100%;
}
















.wp_listcolumn {
    display: block;
    width: 200px;
    border-top:0px;
    border-bottom:0px;
}

.wp_listcolumn .wp_column {
    display: block;
    width: 100%;
    vertical-align: bottom;
    background-color:#9e9e9e;
}

.wp_listcolumn .wp_column a {
    display: block;
    width: 100%;
    color: rgb(102, 102, 102);
    font-size: 15px;
    font-weight: bold;
    word-wrap: break-word;
    background: 6px 12px no-repeat rgb(245, 245, 245);
    border-bottom: 0px solid rgb(221, 221, 221);
    border-top: 0px solid rgb(255, 255, 255);
    text-align: left;
}

.wp_listcolumn .wp_column a:hover {
    color: #2e74c3;
    background-color: rgb(249, 249, 249);
    background-image:none;
}

.wp_listcolumn .wp_column a:hover .column-name {}

.wp_listcolumn .wp_column a.selected {
    color: rgb(255, 255, 255);
    background-color: #2e74c3;
    background-image:none;
}

.wp_listcolumn .wp_column a.parent {}

.wp_listcolumn .wp_column a.parent .column-name {
    text-decoration: none;
}

.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 60px;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    font-size:1.5em;
}

.wp_listcolumn .wp_subcolumn {
    /*border-top: 1px solid rgb(255, 255, 255);*/
}

.wp_listcolumn .wp_subcolumn .wp_column a {
    color: rgb(85, 85, 85);
    font-size: 14px;
    /*border-bottom: 1px solid rgb(170, 170, 170);*/
    border-top: none;
    background: 16px 10px no-repeat rgb(241, 241, 241);
}

.wp_listcolumn .wp_subcolumn .wp_column a:hover {
    color: rgb(204, 51, 0);
    background-color: rgb(247, 247, 247);
}

.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
    line-height: 20px;
    padding-left: 50px;
}