


/*2019-12-10*/
.xw-tit {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.xw-tit h2 {
    font-size: 15px;
    color: #999;
}
.xw-tit h2 a {
    color: #999999;
    cursor: pointer;
}
.lx ul li {
    float: left;
    width: 33.33%;
    padding: 0 2%;
    text-align: center;
}
.lx-img {
    display: inline-block;
    width: 65px;
    height: 65px;
    border: 1px solid #242931;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    margin-bottom: 40px;
}
.lx-img i {
    font-size: 35px;
}
.lx-text {
    font-size: 16px;
    color: #000000;
    /*height: 40px;*/
    overflow: hidden;
}
.lianxius .lx-text p{
    text-align: center;
}
.lx ul li:hover .lx-img{border:1px solid #382f6b;}
.lx ul li:hover .lx-img i{color: #382f6b;}
.lx ul li:hover .lx-text p{color:#382f6b;}

.news-list li {
    position: relative;
    padding-left: 10px;
    border-bottom: 1px dashed #ccc;
}
.news-list li i {
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #000;
    top: 20px;
}
.news-list li a {
    width: 100%;
    display: block;
    padding-right: 86px;
    position: relative;
    font-size: 15px;
    line-height: 40px;
    text-align: justify;
}
.news-list li a span {
    position: absolute;
    right: 2px;
    font-size: 14px;
    color: #666666;
}

.join{
    margin-bottom: 25px;
}
/*.join-title{margin-bottom: 0;}*/
.join-title ul{
    background-color: #382f6b;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}
.join-title ul li{
    font-size: 15px;
    color: #fff;
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px 0;
}
.join-con .panel-group .panel{
    border: none;
    box-shadow: none;
}
.join-con .panel-heading{
    border-bottom: 1px dashed #dddddd !important;
}
.join-con .panel-title{
    overflow: hidden;
    border: none;
}
.join-con .panel-title li{
    float: left;
    width: 20%;
    text-align: center;
    font-size: 15px;
}
.join-con .panel-title li a{
    /*color: #000;*/
}
.join-con .panel-body{
    border-top: none !important;
    border:1px dashed #dddddd;
}
.tab-zpyq h1{
    font-size: 14px ;
    color: #209add;
    padding-bottom: 15px;
}
.tab-zpyq h2{
    font-size: 14px;
    color: #333333;
    padding-bottom: 15px;
}
.tab-zpyq p{
    font-size: 14px;
    color: #757575;
    padding-bottom: 15px;
    line-height: 20px;
}
h1.xq-hid{
    display: none;
}
.hz ul {
    overflow: hidden;
    /*padding: 0 80px;*/
    width: 100%;
}
.hz ul li {
    width: 20%;
    float: left;
    padding: 5px;
}
.hz ul li span {
    overflow: hidden;
    padding: 16px;
    border: 1px solid #e2e2e2;
    display: block;
    width: 100%;
    background-color: #fff;
    transition: all linear 0.5s;
}
.hz ul li span img {
    width: 100%;
    transition: all linear 0.5s;
}
.hz ul li:hover span{
    border:1px solid #382f6b;
    transition: all linear 0.5s;
}
.hz ul li:hover img{
    transform: scale(1.1);
    transition: all linear 0.5s;
}
#ab_location {
    margin-top: 30px;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}