html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article-list,aside,canvas,details,figure,figcaption,footer,header,hgroup,menu,nav,output,section,summary,time,mark,audio,video
{
    font-family: 'Microsoft YaHei','黑体','宋体',sans-serif;
    font-size: 100%;

    margin: 0;
    padding: 0;

    list-style: none;

    vertical-align: baseline;
    text-decoration: none;

    border: 0;
}
body
{

    overflow-x: hidden;
}

.contentWrapper
{
    padding-top: 50px;

    background: url('../images/contentBackground.png') 0 0;
    background-size: 100% 100%;
    /* height: 500px; */
}
.sidebar,
.contentDisplay
{
    display: inline-block;

    vertical-align: top;
}
.sidebar
{
    width: 300px;
    margin-right: 32px;
    margin-bottom: 32px;
}

.sideBigBox
{
    margin-bottom: 12px;

    background: url('../images/sidebarBackground.png') repeat-x;
    background-size: 100% 100%;
}
.sidebar .sideBigBox ul h1
{
    font-size: 22px;
    font-weight: bold;
    line-height: 55px;

    width: 300px;
    height: 55px;
    margin-bottom: 18px;

    text-align: center;

    color: #FFF;
    background: url('../images/sideBigBoxBackground.png');
}
.sidebar .sideBigBox ul li
{
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;

    width: 100%;
    height: 44px;

    list-style: none;

    text-align: center;

    color: #014778;
}
.sidebar .sideBigBox ul li a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;

    width: 100%;
    height: 44px;

    list-style: none;

    text-align: center;

    color: #014778;
}
.sideBigBox li:last-of-type
{
    padding-bottom: 12px;
}

.sidebar .sideBigBox li:hover
{
    background: #d5ebf9;
}

.sidebar .sideBigBox .current
{
    background: #d5ebf9;
}

.sideSmallBox
{
    box-sizing: border-box;
    width: 300px;
    height: 118px;
    margin-bottom: 4px;
    padding-top: 15px;

    vertical-align: middle;

    background: url('../images/sideSmallBoxBackground.png');
}
.sideSmallBox img,
.sideSmallBox p
{
    display: inline-block;

    vertical-align: middle;
}
.sideSmallBox img.icon
{
    margin-right: 15px;
    margin-left: 20px;
}
.sideSmallBox p
{
    width: 120px;
}
.sideSmallBox .title
{
    font-size: 20px;
}
.sideSmallBox .title_eng
{
    font-size: 9px;
}
.sideSmallBox a
{
    color: #000;
}

.fatFooter
{
    box-sizing: border-box;
    width: 100%;
    height: 121px;
    padding-top: 17px;

    background: url('../images/fatFooterBackground.png');
    background-size: 100%,100%;
}

.fatFooter
{
    font-size: 14px;
    line-height: 24px;

    text-align: center;
    vertical-align: middle;

    color: white;
}
.fatFooter p,
.fatFooter img
{
    display: inline-block;

    vertical-align: middle;
}
.fatFooter img
{
    float: right;

    margin-right: 52px;
}
.fatFooter p
{
    width: 650px;

    color: white;
}
