* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-family: 'Microsoft YaHei';
}

ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

/* position */
.position {
    margin: auto;
    max-width: 1920px;
    background-color: #f2f2f2;
    height: 36px;
}

.position .mid {
    display: flex;
    margin: auto;
    max-width: 1180px;
    height: 100%;
}

.position .homeImg {
    background: url(../images/home.png) no-repeat 11px;
    background-size: 21px 21px;
    width: 45px;
    height: 100%;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.position ul {
    display: flex;
    height: 100%;
}

.position ul li a {
    line-height: 36px;
    padding: 0 0 0 10px;
    color: #999999;
    font-size: 14px;
    /* margin-right: 10px; */
    border-right: 1px solid #d9d9d9;
}

.position ul li a.now {
    color: #005600;
    font-size: 14px;
}

.position ul li a:hover {
    color: #005600;
    font-size: 14px;
}

.position ul li a span.more {
    padding-left: 20px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

/* main */
.main {
    margin: auto;
    max-width: 1920px;
    background-color: #F7F8FA;
}

.mainMid {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 20px 0;
    max-width: 1180px;
}


.main .right h1 {
    color: #333333;
    font-size: 30px;
    height: 102px;
    line-height: 102px;
    margin-bottom: 9px;
    font-weight: bold;
}

.rightContent {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rightContent .lef {
    width: 920px;
}

.xq {
    width: 100%;
}

.xq h2{
    font-size: 18px;
    line-height: 2;
    text-align: center;
}

.xq >p{
    padding-top: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.xq .content{
    padding: 30px 0;
    width: 920px;
    border-bottom: 1px solid #cbcbcb;
    border-top: 1px dashed #cbcbcb;
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
}

.xq .content img{
    max-width: 100%;
}

section{
    background-color: transparent !important;
}