@charset "utf-8";
/***
 *  .--,       .--,
 * ( (  \.---./  ) )
 *  '.__/o   o\__.'
 *     {=  ^  =}
 *      >  -  <
 *     /       \
 *    //       \\
 *   //|   .   |\\
 *   "'\       /'"_.-~^`'-.
 *      \  _  /--'         `
 *    ___)( )(___
 *   (((__) (__)))    忽忘初心 —— xxer
 */



#box_main{
    padding-bottom: 8%;
}

#box_right{
    /*margin-top: 20px;*/
}

.caption{}
.caption h4{}
.caption h4 em{}
.caption h4 span{}
.caption .location{}


#sidemenu{}
#sidemenu .caption{}
#sidemenu .caption h4{
    color: #0075c1;
    font-size: 33px;
    line-height: 70px;
    margin-top: 40px;
    text-align: center;
    font-family: Helvetica;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
}
#sidemenu .cc{}
#sidemenu .cc>ul{
    border-bottom:1px solid #e6e6e6;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#sidemenu li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#sidemenu li a{
    color: #333333;
    display: block;
    padding: 0 15px;
    overflow: hidden;
}
/*#sidemenu li a.current,*/
/*#sidemenu li a.hover,*/
#sidemenu li a:hover {
    color: #fff;
    background-color: #0075c1;
}
#sidemenu .subnav{}
#sidemenu .subnav .subnav{}

@media  (max-width: 767px){
    #sidemenu{
        display: none;
    }
    .caption h4 {
        color: #0075c1;
        font-size: 20px;
        line-height: 2;
        margin-bottom: 25px;
        text-align: center;
        font-family: Helvetica;
        font-weight: bold;
        letter-spacing: 0px;
    }
    #box_right{
        margin-top: 20px;
    }

}
.location{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
    border-bottom: 1px solid #a8acad;
}
.location a{
    color: #8c8c8c;
    padding:  0 5px;
    display: inline-block;
    font-size: 13px;
}
.location a:hover{
    color: #0075c1;
}
@media  (max-width: 767px){
    .location {
        height: auto;
        line-height: 1.5;
        padding: 10px 0;
        font-size: 14px;
    }
}
.margintop8{
    margin-top: 20px;
    text-align: center;
}

.page{}
.page .pagelist{float:left;display:none;}
.page .pagination{text-align:center}
.page .pagination span,.page .pagination a{display:inline-block;margin:0;padding:0 10px;height:28px;line-height:28px;color:#666;zoom:1;border:1px solid #ddd;background:#fff;overflow:hidden;}
.page .pagination a:hover{color:#000;border: 1px solid #E9E9E9;}
.page .pagination span.disabled{color:#ccc;}
.page .pagination span.current{color:#fff;background:#0075c1;}