section .xinwen {
    width: 1500px;
    display: flow-root;
    height: auto;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 55px;
    padding-top: 40px;
    border-top: 6px solid rgba(7, 98, 67, 1);
}
.liebiao img{
    max-width: 100%;
}
.xinwen .zuo {
    width: 300px;
    float: left;
}

.xinwen .zuo .mingcheng {
    background: rgba(7, 98, 67, 1);
    font-size: 24px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.xinwen .zuo .xwtp {
    width: 100%;
    height: 200px;
    float: left;
    margin-top: 28px;
}

.xinwen .zuo .xwtp>a {
    display: inline-block;
    width: 290px;
    height: 200px;
    overflow: hidden;
}

.xinwen .zuo .xwtp>a img {
    width: 290px;
    height: 200px;
    float: left;
    transition: all ease-out 0.5s;
}

.xinwen .zuo .xwtp:hover>a img {
    transform: scale(1.1);
}

.xinwen .zuo .xwtp .tpxwxx {
    width: 270px;
    height: 200px;
    padding-left: 20px;
    float: right;
    background-color: #f7f7f7;
}

.xinwen .zuo .xwtp .tpxwxx p {
    font-size: 16px;
    color: #003262;
    font-weight: bold;
    margin-top: 32px;
}

.xinwen .zuo .xwtp .tpxwxx span {
    display: inline-block;
    width: 265px;
    line-height: 2;
    padding-right: 5px;
    font-size: 13px;
    color: #333333;
    margin-top: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.xinwen .zuo .xwtp .tpxwxx a {
    display: inline-block;
    font-size: 16px;
    color: #00356b;
    font-weight: bold;
    margin-top: 20px;
}

.xinwen .zuo .xwtp .tpxwxx a img {
    position: relative;
    top: 4px;
}

.xinwen .zuo .liebiao {
    width: 100%;
    float: left;
}

.xinwen .zuo .liebiao ul li {
    display: block;
    text-align: center;
    overflow: hidden;
    background: #f4f4f4;
}

.xinwen .zuo .liebiao ul li a {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    text-align: center;
    color: #000;
    transition: all ease-out 0.5s;
    font-size: 16px;
}

.xinwen .zuo .liebiao ul .tit1 {
    background-color: rgb(66 139 114);
}

.xinwen .zuo .liebiao ul .tit1 a {
    color: #fff;
}


.xinwen .zuo .liebiao ul li a:hover {
    color: rgb(66 139 114);
}

.xinwen .zuo .liebiao ul li span {
    font-size: 16px;
    float: right;
    color: #a3a3a3;
}


.xinwen .you {
    width: 1150px;
    float: right;
}

.xinwen .you .mingcheng {
    border-bottom: 1px solid #e8e8e8;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 20px;
    position: relative;
    color: rgba(7, 98, 67, 1);
}

.xinwen .you .liebiao {
    width: 100%;
    float: left;
}

.xinwen .you .liebiao ul li {
    overflow: hidden;
    position: relative;
    height: 140px;
    /* padding: 10px 0;*/
    border-bottom: 1px solid #eaeaea;
}

.xinwen .you .liebiao ul li>p {
    margin: 20px;
    float: left;
    width: 14%;
    text-align: center;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    height: 102px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    color: #333333;
    margin-left: 0px;
}

.xinwen .you .liebiao ul li a {
    width: 78%;
    float: left;
    padding: 10px 10px;
}

.xinwen .you .liebiao ul li p span {
    display: inline-block;
    width: 60px;
    float: left;
}

.xinwen .you .liebiao ul li p span {
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin-top: 20px;
    font-size: 36px;
    position: relative;
}


.xinwen .you .liebiao ul li .title {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 5px;
    color: #333333;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    transition: all ease-out 0.5s;
}

.xinwen .you .liebiao ul li:hover .title {
    color: #53a2ed;
}

.xinwen .you .liebiao ul li a p {
    height: 45px;
    overflow: hidden;
    line-height: 1.6;
    color: #8a8a8a;
    font-size: 14px;
    float: left;
    text-indent: 2em;
}

.cont_r {
    width: 1150px;
    float: left;
    min-height: 500px;
    margin-left: 20px;
    margin-top: 10px;
}

.cont_r ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.cont_r li {
    width: 350px;
    overflow: hidden;
    border-bottom: 1px solid #DADADC;
    margin-right: 32px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    transition: all 0.3s;
    position: relative;
    top: 0;
}
.cont_r ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
	top: -10px;
}

.cont_r ul li a:hover>div.info p {
	color: #076243;
}

.cont_r img {
	width: 350px;
    height: 200px;
	transition: all 1s;
}

.cont_r img:hover {
	transform: scale(1.1);
}


.dr_img {
    float: left;
    width: 16px;
    height: 16x;
    margin: 24px 8px 0 0;
}

.img-pic{
    width: 350px;
    height: 200px;
}

.cont_txt {
    font-size: 16px;
    /*margin-top: 21px;*/
    line-height: 60px;
    padding: 10px 10px;
    text-align: center;
}

.right {
    float: right;
    overflow: hidden;
}

.dr_time {
    width: 16px;
    height: 16px;
    float: left;
    margin: 26px 10px 0 0;
}

.cont_time {
    float: left;
    font-size: 14px;
    color: #B3B3B3;
    /*margin-top: 24px;*/
    line-height: 60px;
}





/* 带图的list */
.cont_img li {
    float: left;
    width: 150px;
    height: 230px;
    margin-right: 20px;
}

.cont_img li:nth-child(5),
.cont_img li:nth-child(10),
.cont_img li:nth-child(15),
.cont_img li:nth-child(20) {
    margin-right: 20px;
}



.cont_img li .img_imgs {
    width: 100%;
    height: 180px;
}

.cont_img li .img_txts {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}



/* 分页 */
#pages {
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

#pages li {
    height: 26px;
    line-height: 26px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

#pages li a {
    color: #333333;
    font-size: 14px;
}

#pages li span {
    color: #333333;
    font-size: 14px;
}

#pages li:hover {
    background: #9a131a;
    cursor: pointer;
    color: #fff;
}

#pages li:hover a,
#pages li:hover span {
    color: #fff;
}


/* show 内容页 */
.xinwen .you .mingchengs {
    border-bottom: 1px solid #e8e8e8;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    text-align: center;
}