* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: "SourceSansPro-Regular", "微软雅黑";
    color: #000;
    -webkit-text-size-adjust: none;
}

.main {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 66px;
    margin-top: -300px;
}

.main-bk {
    position: relative;
    width: 100%;
    z-index: -1;
}

.main-bk img {
    vertical-align: middle;
    width: 100%;
    z-index: -1;
}

.concent {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.concent .title {
    z-index: 999;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.title p {
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #FFFFFF;
}

.title p a {
    font-size: 12px;
    color: white;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    line-height: 40px;
}

.title p a+a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 50%;
    left: 15px;
    top: 50%;
    margin-top: -1px;
}

.title a:link {
    text-decoration: none;
    outline: none;
}

.title a:visited {
    text-decoration: none;
    outline: none;
}

.banner-form {
    display: block;
    width: 100%;
}

.banner-form h2 {
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    color: white;
    margin: 30px 0 65px 0;
}

.banner-form img {
    max-width: 100%;
    display: block;
    width: 800px;
    border: 0;
    margin: 30px auto;
}

.v-news-concent {
    text-indent: 0 !important;
}

.v-news-concent h5 {
    font-size: 28px;
    color: #6510ad;
    line-height: 80px;
    position: relative;
    font-weight: normal;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
}

.v-news-concent h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 40%;
    background: #6510ad;
}

.v-news-concent p {
    font-size: 18px !important;
    color: #333333;
    line-height: 200%;
    text-align: justify;
}

.title {
    z-index: 999;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.title p {
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #FFFFFF;
}

.title p a {
    font-size: 12px;
    color: white;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    line-height: 40px;
}

.title p a+a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 50%;
    left: -15px;
    top: 50%;
    margin-top: -1px;
}

.title p a:hover {
    font-weight: bold;
}