ul li {
    list-style: none;
}

a {
    color: #2D2D2D;
}

.detail {
    width: 100%;
    background: #FFFFFF;
    padding-top: 20px;
}

.details {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    background: #FFFFFF;
}

.detailsNav {
    width: 20%;
}

.detailsNav ul {
    border: 1px solid rgba(238, 238, 238, 1);
    margin: 0 auto;
    padding: 0;
}

.detailsNav ul p {
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
}

.contract {
    height: 120px;
    border: 1px solid #EEEEEE;
}

.actives {
    background: rgba(32, 154, 171, 0.1) !important;
    color: rgba(32, 154, 171, 1) !important;
    border-left: 4px solid rgba(32, 154, 171, 1) !important;
}

.uibottom {
    height: 150px;
    border: 1px solid #EEEEEE;
}

.detailsul {
    margin-bottom: 10px;
}

.detailsul a {
    display: block;
    padding-left: 30px;
}

.detailsNav ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.detailsNav ul li a {
    display: block;
    /*text-align: center;*/
}

.detailsNav ul li:hover {
    width: 100%;
    color: #EC3031;
}

.detailsTime {
    text-align: right;
    font-size: 12px;
    color: #666;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.detailsContent {
    width: 80%;
    /*box-shadow:0px 6px 12px 0px rgba(8,1,3,0.1);*/
    padding: 7px 22px;
}

.content_time {
    display: flex;
}

.content_title h2 {
    font-size: 24px;
}

.content_time p {
    margin: 13px 10px 10px 0px;
}

.newsNav {
    width: 100%;
    border-bottom: 2px solid #ed0000;
}

.navigation {
    width: 1200px;
    height: 34px;
    margin: 0;
    display: flex;
    /*justify-content: space-between;*/
    /* align-items: center; */

}

.navigation li {
    width: 100px;
    height: 34px;
    font-size: 17px;
    line-height: 37px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;

}

/* .item a{
	font-weight:600;
	width: 100%;
	display: inline-block;
    height: 100%;
    background: #ed0000;
    color: #FFFFFF;
}
.active a{
    color: #fff;
}
.pull-left a:hover{
    text-decoration: none;
    color: #FFFFFF !important;
    background: red !important;
}
.contenth2 {
    font-size: 20px;
    color: #454545;
    border-bottom: 1px solid #D1D1D1;
}
.contenth2-1 p{
    padding-bottom: 9px;
    text-align: center;
    border-bottom: 2px solid #EC3031;
}
.contenth2 p {
    padding-bottom: 9px;
    width: 162px;
    border-bottom: 2px solid #EC3031;
}
.detailsContent-1 {
    width: 65%;
    padding: 7px 22px;
}