.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.pg-text-con {
    border: 1px solid #e6e6e6;
    margin-left: 25px;
    padding: 20px 15px;
    background: #fff;
}

.pg-text-con p {
    text-indent: 2em;
    font-size: 14px;
    color: #737373;
    line-height: 1.9;
}

.pg-text-con img {
    margin-left: -40px;
    margin-right: 20px
}

.privincial .list {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 66%;
    padding: 30px 0 0 29px;
}

.privincial .list.guide a {
    display: inline-block;
    margin-right: 23px;
    margin-bottom: 30px;
    padding: 6px 21px;
    background: #f3f5f7;
    font-size: 14px;
    color: #5c5c5c
}

.privincial .list.guide a.active {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3e98fb, endColorstr=#275fde); /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#3e98fb, endColorstr=#275fde)"; /*IE8+*/;
    background: linear-gradient(#3e98fb, #275fde);
    color: #fff;
}

.privincial .list.guide a:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3e98fb, endColorstr=#275fde); /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#3e98fb, endColorstr=#275fde)"; /*IE8+*/;
    background: linear-gradient(#3e98fb, #275fde);
    color: #fff;
    box-shadow: 0 0 5px #bbb
}

.privincial .list.guide a {
    width: 115px;
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0px;
}

.pg-left {
    width: 871px;
}
.privincial{
    margin-top: 0;
}
