@charset "utf-8";
/*body {
    background-color: #E9E9EB;
}*/
.container{
    width: 880px;
    margin: 0 auto;
}
.s-container{
    width: 696px;
    margin: 0 auto;
    text-align: center;
}
.button-group{
    margin-top: 144px;
    font-size: 0;
    text-align: center;
}
.button-primary{
    border: 2px solid #43506C;
    padding: 20px 30px;
    font-size: 22px;
    background-color: #ffffff;
    color: #000000;
    outline: none;
    border-right: none;
    cursor: pointer;
}
.hengtiao:nth-of-type(1) button{border-radius:40px 0px 0px 40px;}
.hengtiao:last-child button{
    border-radius:0px 40px 40px 0px;
    background-color: #EF4B4C;
    color: #fff;
}

.active-button{
    background-color: #3D619B;
    color: #fff;
}
.list{
    padding: 50px 0;
    text-align: center;
}
.l_c{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.l_c .item{
    width: 48%;
    border-bottom: 1px solid #43506C;
    padding: 25px 0;
    display: flex;
    float: left;
}
.l_c .item:nth-child(even)
{
    margin-left: 35px;
}
.l_c .item a{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.item .item_l {
    width: 90px;
    height: 70px;
    color: #fff;
    text-align: center;
    background-color: #43506C;
    float: left;
}
.item_l .item_day{
    font-size: 30px;
    margin-top: 5px;
}
.item_l .item_year{
    font-size: 14px;
}
.item .item_r{
    width: 72%;
    float: right;
}
.item_r h4{
    font-size: 18px;
    font-weight: bold;
    color: #444;
    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 #43506C;
    color: #43506C;
}

.pageList a,
.pageList span{
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
}

.pageList .page-num-current{
    background: #ff3a3b;
    color: #fff;
    border: 1px solid #ff3a3b;
}

.pageList .current.prev,
.pageList .current.next{
    color: #43506C;
    border-color: #43506C;
    background: #fff;
}


.detail{
    background-color: #fff;
    margin-top: 93px
}
.detail .container{
    padding: 20px 0;
}
.detail .local{
    font-size: 16px;
    color: #5f5f5f;
    text-align: left;
}
.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;
    background-color: #eeeeee;
    padding: 28px 0 28px 28px;
    display: flex;
    justify-content: space-evenly;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.d_2 img{
    width: 100px;
    height: 92px;
}
.d_2 .text{
    margin-left: 15px;
}
.d_2 .text p{
    font-size: 14px;
    color: #5f5f5f;
}
.t_ph{
    padding-left: 35px;
    margin-top: 20px;
    line-height: 45px;
    font-size: 14px;
    color: #5f5f5f;
}
.t_ph img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
.t_ph span{
    color: #ff3d17;
    font-size: 25px;
    margin-left: 10px;
}
.t_ph a{
    display: inline-block;
    background-color: #ff3d17;
    color: #fff;
    border-radius: 10px;
    width: 140px;
    font-size: 16px;
    text-align: center;
    margin-left: 45px;
}
.t_ph .qqChat{
    background-color: #56a1ff;
    margin-left: 10px;
}
.d_3{
    font-size: 0;
    color: #000;
    padding: 30px 0;
    border-bottom: 1px solid #bfbfbf;
}
.d_3 a{
    color: rgb(255, 192, 0);
    text-indent: 0em;
}
.d_3 p{
    font-size: 16px;
    padding-bottom: 16px;
    line-height: 25px;
}
.artical li{
    font-size: 16px;
    padding-bottom: 40px;
    line-height: 30px;
}
.artical-img{
    text-align: center;
    padding-bottom: 0px;
}
.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: 55px;
    padding-left: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #5f5f5f;
}
.d_5_list{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 20px 0;
    
}
.d_5_list li{
    margin-top: 12px;
    float: left;
    width: 49%;
    display: block;
}
.d_5_list li a{
    width: 95%;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.xg-wrap{
    color: #56a1ff;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
}
.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: 20px;
}
.xg-wrap ul li:last-child{
    margin-right: 0;
}
.xg-wrap a{
    color:#56a1ff;
}

.tags>a {
    display: block;
    float: left;
	margin: 15px 5px;
    padding: 5px 10px;
    border: 1px solid #3D619B;
    border-radius: 20px;
    color: #3D619B;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.tags>a:hover {
    color: #fff;
    background-color: #3D619B;
}