.cont {
    background-color: #f4f4f4;
}
.list {
    background-color: #ffff;
    padding: 50px 0;
}
.l_c {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.l_c .item {
    width: calc((100% - 35px) / 2);
    border-bottom: 1px solid #efefef;
    padding: 25px 0;
    display: flex;
}
.l_c .item a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.item .item_l {
    width: 100px;
    height: 70px;
    color: #000;
    text-align: center;
    background-color: #e9e9e9;
}
.item_l .item_day {
    font-size: 30px;
    margin-top: 5px;
}
.item_l .item_year {
    font-size: 14px;
}
.item .item_r {
    width: calc((100% - 120px));
}
.item_r h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    text-align: left;
}
.item_r p {
    font-size: 12px;
    color: #666;
    height: 45px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}


/*分页*/
.pageList {
    display: inline-block;
    width: auto;
    margin: 30px auto 0;
}
.pageList a {
    text-decoration: none;
    border: 1px solid #b9b9b9;
    color: #b9b9b9;
}

.pageList a,
.pageList span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
}

.pageList .current {
    background: #ff3a3b;
    color: #fff;
    border: 1px solid #ff3a3b;
}

.pageList .current.prev,
.pageList .current.next{
    color:#999;
    border-color:#999;
    background:#fff;
}


.detail {
    background-color: #fff;
}
.detail .container {
    padding: 20px 0;
}
.detail .local {
    font-size: 16px;
    color: #5f5f5f;
}
.detail .local a {
    color: #5f5f5f;
}
.d_1 {
    margin-top: 50px;
    text-align: center;
}
.d_1 h2 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
}
.d_1 p {
    font-size: 15px;
    color: #5f5f5f;
    margin-top: 15px;
}
.d_1 p span {
    margin-right: 25px;
}
.d_2 {
    margin-top: 40px;
    height: 180px;
    background-color: #eeeeee;
    padding: 28px 0 28px 28px;
    display: flex;
    justify-content:flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.d_2 .text {
    margin-left: 15px;
}
.d_2 .text p {
    font-size: 16px;
    color: #5f5f5f;
}
.t_ph {
    padding-left: 60px;
    margin-top: 25px;
    line-height: 50px;
    font-size: 16px;
    color: #5f5f5f;
}
.t_ph img {
    vertical-align: middle;
    margin-right: 15px;
}
.t_ph span {
    color: #ff3d17;
    font-size: 30px;
}
.t_ph a {
    display: inline-block;
    background-color: #ff3d17;
    color: #fff;
    border-radius: 10px;
    width: 180px;
    font-size: 22px;
    text-align: center;
    margin-left: 85px;
}
.d_3 {
    font-size: 16px;
    color: #666;
    padding: 30px 0;
    border-bottom: 1px solid #bfbfbf;
}
.d_3 a {
    color:blue;
}
.d_4 {
    padding: 20px 0;
}
.d_4 p{
    line-height: 30px;
    font-size: 16px;
    color: #5f5f5f;
}
.d_4 p a {
    color: #5f5f5f;
}
.d_5 .title {
    background-color: #eeeeee;
    line-height: 36px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #5f5f5f;
}
.d_5_list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 20px 0;
}
.d_5_list a {
    display: block;
    width: calc( 100% / 2);
    line-height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #5f5f5f;
}
.d_5_list a:nth-child(2n) {
    text-align: right;
}
.d_5_list a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    background: url("../images/jszx4.png") no-repeat center / 100% 100%;
}
.xg-wrap{
    color: #56a1ff;
    overflow: hidden;
    margin-top: 40px;
}
.xg-wrap span{
    line-height: 40px;
    float: left;
    font-weight: 700;
    font-size: 18px;
    margin-right: 23px;
}
.xg-wrap ul{
    float: left;
}
.xg-wrap ul li{
    width: 229px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #56a1ff;
    text-align: center;
    border-radius: 18px;
    float: left;
    margin-right: 40px;
}
.xg-wrap ul li:last-child{
    margin-right: 0;
}
.xg-wrap a{
    color:#56a1ff;
}
@media screen and (max-width: 1024px) {
    .xg-wrap span{
        font-size: 38px;
        line-height: 66px;
    }
    .xg-wrap ul li{
        font-size: 36px;
        width: auto;
        height: 66px;
        line-height: 66px;
        padding: 0 18px;
    }
}