    .main{
        margin-top:35px;
    }
    .clear{
        clear:both;
    }
    
    .sub_left{
        width: 230px;
        float: left;
        position: relative;
        z-index: 3;
       
        background: url("../22_images/sub_left_bg.png") top center no-repeat;
        padding: 0 0 65px;
        background-size: 100% auto;
    }
    .sub_left_title {
    line-height: 50px;
    padding: 15px 10px 15px 40px;
    color: #fff;
    position: relative;
    font-weight: normal;
}
.fs30 {
    font-size: 30px;
}
.sub_menu {
    margin: 0 0 0 20px;
    background: #fdf4e1;
}
.fs18 {
    font-size: 18px;
}
.sub_menu li {
    position: relative;
}
.sub_menu > li > a {
    display: block;
    line-height: 36px;
    color: #333;
    padding: 17px 0 16px 30px;
    position: relative;
    border: 1px solid #ededed;
    border-top: 0;
}
.sub_menu > li > a.current, .sub_menu > li.current > a, .sub_menu > li > a:hover, .sub_menu > li.on > a {
    background: #f0ad4e;
    color: #fff;
    border-color: #F0AD4E;
}
.sub_menu::after {
    content: '';
    display: block;
    border: 1px solid #ededed;
    border-top: 0;
    height: 69px;
}
.sub_right {
    margin: 0 0 0 230px;
}
.sub_right .page_content {
    padding: 35px 0 49px 40px;
    clear: right;
    background: #fff;
}
.bread {
    color: #a6a6a6;
    line-height: 40px;
    text-align: right;
    padding: 0 20px;
    background: #f7f7f7;
}
.fs14 {
    font-size: 14px;
}
.bread a {
    padding: 0;
    color: #a6a6a6;
}
.page_title {
    padding: 0 0 0;
    overflow: hidden;
}
.page_title h3 {
    padding: 25px 0;
    color: #333;
}
.fs24 {
    font-size: 24px;
}
.ul-inline {
    font-size: 0;
}
.ul-inline li {
    display: inline-block;
    *
    display: inline;
    font-size: 18px;
    zoom: 1;
    font-size: 18px;
    vertical-align: top;
}
.sub_list073 li {
    width: 100%;
}
.sub_list073 a {
    margin: 0 0 17px;
    padding: 13px 15px;
    border: 1px solid #f2f2f2;
    border-left: 5px solid #e2e2e2;
}
.ul-inline li a {
    display: block;
}
.sub_list073 .time {
    color: #999;
    padding: 0 0 0 27px;
    background: url("../22_images/sub07_1_time2.png") left center no-repeat;
    line-height: 20px;
    font-family: arial;
}
.sub_list0711 a:hover, .sub_list0712 a:hover, .sub_list073 a:hover, .sub_list074 a:hover, .sub_list075 a:hover {
    box-shadow: 0 5px 20px 2px rgb(182 43 43 / 10%);
}
.sub_list073 .title {
    margin: 8px 0 0;
    height: 27px;
    line-height: 28px;
    white-space: nowrap;
    color: #333;
}
.title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}


#mypages a{
    margin-left:20px;
    display: inline-block;
    color:red;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding: 5px;
    }
    #mypages a:hover{
        background: red;
        color:#fff;
    }
    #mypages{
    text-align:center;
    }
    .ul-inline{
        font-size: 16px;
    }

    #mypages .last{  
        margin-right:20px;
    }


    .pageArticle {
        position: relative;
        padding: 0 0 57px;
    }
    .pageArticleTitle {
        overflow: hidden;
        padding: 45px 0 27px;
    }
    .pageArticleTitle h3 {
        line-height: 1.4;
        color: #333;
        text-align: center;
    }
    .fs24 {
        font-size: 24px;
    }
    .articleAuthor {
        padding: 14px 0 13px;
        text-align: center;
        color: #757575;
        margin: 0 0 28px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        font-size: 14px;
    }
    .articleAuthor span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        color: #999;
        margin: 0 13px;
    }
    .article {
        position: relative;
        line-height: 28px;
        color: #666;
        text-align: justify;
    }
    .clearfix {
        zoom: 1;
        overflow: hidden;
    }
    .clearfix:before, .clearfix:after {
        content: '';
        display: table;
        clear: both;
    }
    
    .related_articles a {
        color: #666;
        padding: 0 0 0 20px;
        display: block;
    }
