body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    background-color: #fff;
    color: #666;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link,
a:visited {
    color: #666;
    text-decoration: none;
}
a:hover,
a:active {
    color: #f56c6c;
    text-decoration: none;
}

:focus {
    outline: none;
}

img {
    vertical-align: top;
    margin: 0;
}

.wrap {
    max-width: 1002px;
    margin: 0 auto;
}

.app-top {
    background-color: #8E45D0;
}

.app-top .wrap{
    display: flex;
    height: 34px;
    align-items: center;
    padding-left: 10px;
}

.app-top .wrap a{
    color: #fff;
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 1;
    margin-right: 20px;
}

.app-top .wrap a::before{
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 12px;
    background: url('../img/bg2.jpg') 0 0 no-repeat;
    content: '';
    margin-top: -6px;
}

.app-header .menu {
    padding: 10px 0;
}

.app-header .menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/bg4.jpg') 0 0 repeat-x;
    height: 38px;
}

.app-header .menu ul li{
    padding: 0 26px;
    text-align: center;
    position: relative;
}

.app-header .menu ul li::after{
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 10%;
    width: 1px;
    content: '';
    background-color: rgba(255,255,255,0.35);
}

.app-header .menu ul li:last-child::after{
    display: none;
}

.app-header .menu ul li a{
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
}

.app-header .menu ul li a:hover{
    color: #FF0;
}

.app-header .baner{
    height: 374px;
    overflow: hidden;
}

.app-body{
    padding-top: 10px;
}

.app-body > .wrap{
    display: flex;
}

.app-body > .wrap .l{
    width: 262px;
}

.app-body > .wrap .r{
    width: 740px;
}

.app-body > .wrap .l .widget-body{
    background: url('../img/bg6_r2_c1.jpg') 0 0  repeat-y;
}

.app-body > .wrap .l .widget-body ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.app-body > .wrap .l .widget-body ul li{
    padding-left: 55px;
    display: flex;
    align-items: center;
    height: 38px;
    position: relative;
}

.app-body > .wrap .l .widget-body ul li::before{
    position: absolute;
    top: 50%;
    left: 45px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    content: '';
    background-color: #ffffff;
    margin-top: -2px;
}

.app-body > .wrap .l .widget-body ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
}

.app-body > .wrap .l .widget-body ul li a:hover{
    color: #FF0;
}

.onepage{
    padding: 0 20px;
    line-height: 1.8;
    color: #CF45B4;
}

.pic-list{
    min-height: 500px;
}

.pic-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.pic-list ul li{
    width: 33.3333%;
    padding: 0 10px;
    margin-top: 10px;
}

.pic-list ul li a{
    display: block;
}

.pic-list ul li a .img{
    padding-bottom: 75%;
    position: relative;
    border: 1px solid #e8e8e8;
}

.pic-list ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pic-list ul li a .img .block img{
    width: 100%;
    height: 100%;
}

.pic-list ul li a .title{
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color:#06F;
    margin-top: 10px;
}

.news-show .title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background-color: #f2f2f2;
    text-align: center;
    padding: 10px 0;
}
.content{
    padding: 0 20px;
}

.content a{
    color: #06F;
}

.app-body > .wrap .r .widget-footer{
    text-align: center;
}

.app-footer{
    margin-top: 20px;
    background-color: #6301A6;
    padding: 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}