/* 新闻资讯列表控制表 */

.zixun_1 {
    width: 1180px;
    overflow: hidden;
    margin: 45px auto;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.zixun_1 .xinwen_ul_box1 li {
    padding-top: 7px;
    background: url(../img/article/zixun_li_background.png) no-repeat 160px top;
    height: 133px;
    border-bottom: 1px #d2cccc solid;
}

.zixun_1 .xinwen_ul_box1 li .zx_ll {
    float: left;
    /* width: 206px; */
    padding-left: 51px;
    font-size: 18px;
    line-height: 50px;
    color: #666;
    border-right: 1px #888888 dashed;
    padding-right: 7%;
}


/*.zixun_1 .xinwen_ul_box1 li .zixun_left {
	float: left;
	width: 206px;
	padding-left: 60px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.zixun_1 .xinwen_ul_box1 li .zixun_left1 {
	width: 206px;
	padding-left: 56px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
*/

.zixun_1 .xinwen_ul_box1 li .zixun_right {
    float: right;
    width: 955px;
    /*margin-top: -76px;*/
}

.zixun_1 .xinwen_ul_box1 li .zixun_right h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    text-align: left;
}

.zixun_1 .xinwen_ul_box1 li .zixun_right span {
    font-size: 14px;
    color: #999;
    line-height: 46px;
}

.zixun_1 .xinwen_ul_box1 li .zixun_right p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.zixun_1 .xinwen_ul_box1 li .zixun_right p a:hover {
    cursor: pointer;
    color: #666;
}

.zixun_1 .xinwen_ul_box1 {
    width: 100%;
    overflow: hidden;
}

.zixun_1 .list {
    padding: 15px 0;
    color: #333;
    display: table;
    margin: 0 auto;
}

.zixun_1 .list>li {
    display: inline-block;
    color: #333;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 6px;
    vertical-align: middle;
    background: #f3f3f3;
}

.zixun_1 .list>li:first-child {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

.zixun_1 .list>li:last-child {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background: #a6000e;
    border: 1px solid #a6000e;
    border-radius: 4px;
    vertical-align: middle;
}

.zixun_1 .list>li:last-child a {
    color: #fff;
    font-size: 14px;
}

.pagination {
    margin: 0 auto;
}


/* 新闻资讯内页控制表 */

.articledetails {
    background-color: #f6f6f6;
    padding-bottom: 50px;
}

.articledetails_con .articledetails_top {
    padding-top: 30px;
    border-bottom: #E5E5E5 1px solid;
}

.articledetails_con .articledetails_top>img {
    float: left;
    padding: 1%;
}

.articledetails_con .articledetails_top>p {
    color: #8d8d8d;
    margin: 10px 0px 10px 30px;
    font-size: 15px;
}