.warp{
    position: relative;
}

.Crumbs{
    background: #FAFAFA;
}
.Crumbs p{
    width: 1000px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
}
.Crumbs p a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.warpContent{
    background: #fff;
    /*box-shadow:0 3px 5px 0 rgba(0, 0, 0, 0.05);*/
}
.detailsCan{
    width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 30px;
}
.detailsList{
    display: inline-block;
    width: 670px;
    padding-bottom: 24px;
}
.listType{
    margin-top:42px;
    display:none;
}
.listType .type{
    display:inline-block;
    padding:0 20px;
    height:36px;
    line-height: 36px;
    font-size: 14px;
    color:#999;
    border:1px solid #F2F2F2;
    border-radius:18px;
    cursor: pointer;
}
.listType>span.f_left{
    display:inline-block;
    width:1px;
    height:24px;
    background:#BFBFBF;
    margin:8px 20px 0;
}
.listType .list{
    width:550px;
}
.listType ul li{
    margin-right:10px;
    margin-bottom:6px;
}
.listType .type:hover{
    color:#028B7B;
    border-color: #028B7B;
}
.listType .type.active{
    font-size: 16px;
    background:#028B7B;
    border:none;
    color:#fff;
}

.list-card{
    padding: 24px 0;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}
.list-card:hover .list-card-text h3 span{
    color:#028B7B;
    text-decoration: underline;
}
.list-card-content{
    width: 150px;
    height: 100px;
    background: url("./../Image/1.png") center center;
    background-size: cover;
    display: inline-block;
    font-size: 0;
}
.list-card-text{
    width: 500px;
    cursor: pointer;
    display: inline-block;
    margin-left: 15px;
}
.list-card-text h3 span{
    display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #191919;
    line-height: 30px;
    opacity: 0.85;
    max-width:470px;
}
.list-card-text h3 img{
    width:20px;
    margin-left:5px;
    position: relative;
    top:-3px;
}
.list-card-text p{
    font-size: 14px;
    color: #777;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin: 6px 0 8px;
}
.list-card-text h5{
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}
.list-text{
    padding: 24px 0;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}
.list-text:hover .list-text-text h3{
    color:#028B7B;
}

.detailsLink{
    margin-left: 32px;
    display: inline-block;
    width: 260px;
    vertical-align: top;
    font-size: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 30px;
}
.detailsLinkList{
    border: 1px solid #D7E4EA;
    padding: 18px 12px;
    border-radius: 0 0 4px 4px;
}

.LinkList{
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 16px;
    line-height: 18px;
    padding-left: 14px;
    position: relative;
    cursor: pointer;
}
.LinkList:hover{
    color: #028B7B;
    text-decoration:underline
}
.LinkList:hover i{
    background: #028B7B;
}
.LinkList i{
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 1px;
    top:8px;
}

.lookMore{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    cursor: pointer;
}
.lookMore:hover{
    color: #028B7B;
    text-decoration:underline
}
.lookMore img{
    width: 24px;
    position: relative;
    top: 6px;
    left: 5px;
    cursor: pointer;
}

.detailsAsk{
    width: 260px;
    height: 80px;
    background: url("./../Image/ask1.png") no-repeat;
    background-size: 100%;
    margin-top: 24px;
    cursor: pointer;
}
.detailsAsk a{
    display:inline-block;
    width:100%;
    height:100%;
}
.detailsAsk:hover{
    background: url("./../Image/ask2.png") no-repeat;
    background-size: 100%;
}
.detailsDo{
    width: 260px;
    height: 80px;
    background: url("./../Image/do1.png") no-repeat;
    background-size: 100%;
    margin-top: 24px;
    cursor: pointer;
}
.detailsDo a{
    display:inline-block;
    width:100%;
    height:100%;
}
.detailsDo:hover{
    background: url("./../Image/do2.png") no-repeat;
    background-size: 100%;
}



/*------------公告栏--------*/
.noticeList{
    padding-top:30px;
}
.listModule{
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.listmoduleSon{
    position: relative;
    cursor: pointer;
    margin-top: 8px;
}
.listmoduleSon:nth-child(6),.listmoduleSon:nth-child(12),.listmoduleSon:nth-child(18),.listmoduleSon:nth-child(24){
    padding-bottom:20px;
    border-bottom:1px solid #e6e6e6;
    margin-bottom:20px;
}
.listmoduleSon:hover p{
    color: #028B7B;
    text-decoration:underline
}
.listmoduleSon i{
    display: inline-block;
    width: 4px;
    height: 4px;
    background:#BFBFBF;
    position: absolute;
    left: 5px;
    top:12px;
}
.listmoduleSon p{
    width: 100%;
    padding-right: 130px;
    padding-left: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #191919;
    line-height: 28px;
}
.listmoduleSon span{
    display: inline-block;
    width: 130px;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    text-align: right;
    position: absolute;
    right: 1px;
    top:0px;
}







