/*commom style*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

a:hover {
    color: #427fda;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.hide {
    display: none;
}

body {
    font-family: "PingFangSC-Medium";

}



/**头部开始**/

/* 导航栏结束 */

/* 当前位置开始 */
.dqwz {
    width: 100%;
    height: 40px;
    background-color: #fff;
}

.dqwz li {
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.dqwz li:nth-child(2) {
    margin-left: 9px;
}

.dqwz li a {
    color: rgba(0, 0, 0, 0.6);
}

.dqwz li:last-child span {
    display: none;
}

.dqwz li span {
    margin: 0 7px 0 11px;
}

/* 当前位置结束 */


/* 正文内容开始 */
.contentBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F6F9FF;
}

.lists {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
}

.Title {
    width: 240px;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}

.Title p {
    width: 100%;
    height: 60px;
    font-family: "PingFangSC-Semibold";
    color: #FFFFFF;
    background: #083994;
    font-weight: 400;
}

.Title li {
    width: 200px;
    height: 61px;
    margin: 0 20px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.Title li:last-child {
    border-bottom: none;
}
.Title li a{
    display: block;
    width: 100%;
    height: 100%;
}
.Title .hover a{
    color: #083994;
} 
.list {
    width: 930px;
    height: auto;
    min-height: 765px;
    background-color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
}

.list li {
    width: 100%;
    height: 45px;
    padding: 0 39px;
    box-sizing: border-box;
    position: relative;
    line-height: 45px;
    font-size: 18px;
    font-family: "PingFangSC-Regular";
}

.list li p {
    width: 3px;
    height: 3px;
    background: #333333;
    position: absolute;
    left: 20px;
    top: 21px;
}

.list li a{
    color: #000000;
}
.list li span{
    color: #999999;
}

.layui-laypage {
margin: 20px 0 0 0 !important;
}

.layui-laypage a,
.layui-laypage span {
margin: 0 0 0 0 !important;
}
/* 正文内容结束 */

/* 底部开始 */
/* 底部结束 */

/* 页面自适应 */
@media only screen and (max-width:768px){
    .list{
        width: 100%;
        margin: 0;
    }
    .list li{
        height: auto;
    }
   .dqwz {
        display: none;
    }
    
    .Title{
        display: none;
    }
  .list li a{
    display: inline-block;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
}