.wrap {
    margin-top: 30px !important;
}

.headTop{
    width: 100%;
}

.wrapCon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.wrapConL {
    width: 870px;
}

.comType {
    width: 96%;
    background: rgba(0, 144, 58, 0.07);
    padding: 15px 20px 5px 20px;
    display: flex;
    flex-wrap: wrap;
}

.comType li {
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0 10px 10px 0;
    border-radius: 4px;
}

.comType a {
    cursor: pointer;
}

.comType a:hover li, .comType a.typeAct li {
    background: #00903A;
    color: #fff;
}

.comCon {
    width: 100%;
    margin-top: 20px;
}

.comConList {
    width: 100%;
    margin-top: 20px;
}

.comConTit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comConTit h3 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}

.comConTit h3 i {
    display: block;
    width: 4px;
    height: 16px;
    background: #00903A;
    border-radius: 2px;
    margin-right: 10px;
}

.comConTit a {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.comConTit a:hover {
    text-decoration: underline;
}

.wrapConR {
    width: 300px;
}

.hotTopic {
    width: 100%;
}

.hotTopic:nth-child(2) {
    margin-top: 40px;
}


.listTag{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.listTag i{
    padding: 2px 5px;
    background-color: #00903A;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 5px;
}