@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
nav,
article,
figure,
figcaption,
hgroup,
aside {
    display: block;
}


/*通用样式*/

.body {
    font-size: 18px;
    color: #515151;
    font-family: "微软雅黑", "宋体";
    background-color: #ecf0fb;
}

a {
    font-size: 18px;
    color: #515151;
    text-decoration: none;
}

a:hover {
    font-size: 18px;
    color: #515151;
    text-decoration: none;
}

img {
    border: 0;
}

ul,
li {
    list-style-type: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr15 {
    margin-right: 15px;
}

.mr25 {
    margin-right: 25px;
}
.mr40 {
    margin-right: 40px;
}
.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*公共样式*/
.wapper{
	width:1400px;
	margin:15px auto;
	height:auto;
	}


.wheader {
    width: 1400px;
    height: 170px;
    margin: 0 auto;
}

.wheader .wheader_l {
    width: 50%;
    height: 170px;
    float: left;
    text-align: left;
    position: relative;
}

.wheader .wheader_l .zhuban {
    font-size: 18px;
    color: #515151;
    line-height: 30px;
    text-align: left;
}

.wheader .wheader_l .logo {
    position: absolute;
    width: 370px;
    height: 85px;
    left: 0;
    bottom: 0;
}

.wheader .wheader_r {
    position: relative;
    width: 50%;
    height: 170px;
    float: right;
}

.wheader .wheader_r .emailandtel {
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #9e2121;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}


/*导航*/

.nav {
    width: 100%;
    height: 60px;
    margin: 15px auto;
    background-color: #CA0A0F;
    box-shadow: 0px 5px 5px #888888;
}

.nav .navlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
	 /* Changed from fixed width to max-width */
	max-width: 1400px;
	box-sizing: border-box;
    height: 60px;
    /* Changed from fixed width to max-width */
    margin: 0 auto;
    overflow: hidden;
    color: #FFF;
    padding: 0 20px;
    /* Added padding for better spacing on mobile */
   
}

.nav .navlist a {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav .navlist a:hover {
    color: #fdec94;
}


/* .nav .navlist ul {
    padding: 0;
    margin: 0;
}

.nav .navlist ul li {
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    padding-right: 15px;
    text-align: center;
}

.nav .navlist ul li a {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
}

.nav .navlist ul li a:hover {
    font-size: 18px;
    color: #fdec94;
    text-decoration: none;
} */


/*头条新闻*/

.topnews {
    margin: 5px auto;
    width: 1400px;
    height: auto;
    text-align: center;
}

/*banner*/

.banner {
    width: 1400px;
	height:auto;
    margin: 10px auto;
    text-align: center;
	overflow:hidden;
}
.banner-list{
	width:450px;
	height:101px;
	float:left;
	}
.banner-list img {
    width:450px;
	height:101px;
}

/*时政新闻*/

.currentnews {
    width: 1400px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    overflow: hidden;
}

.currentnews .currentnews_left {
    float: left;
    width: 140px;
    height: 40px;
}

.currentnews .currentnews_right {
    float: right;
    width: 1260px;
    height: 40px;
    overflow: hidden;
    text-align: left;
}

.currentnews .currentnews_right #information {
    width: 1264px;
    height: 40px;
    overflow: hidden;
}

.currentnews .currentnews_right #information a {
    padding-left: 20px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.currentnews .currentnews_right #information a:hover {
    color: #d3000f;
    text-decoration: none;
}


/*主框架开始*/

.mainbox1 {
    width: 1400px;
    height: auto;
    margin: 15px auto;
    overflow: hidden;
}

.mainbox1 .mbo_left {
    width: 520px;
    float: left;
}

.mainbox1 .mbo_left .newsbox1 {
    width: 520px;
    height: auto;
    overflow: hidden;
    /* 隐藏溢出的内容 */
    white-space: nowrap;
    /* 防止文本换行 */
    text-overflow: clip;
    /* 裁剪溢出的文本 */
}

.mainbox1 .mbo_left .newsbox1 .newscatename {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.mainbox1 .mbo_left .newsbox1 .newscatename a {
    font-size: 24px;
    color: #364a7a;
    font-weight: bold;
    text-decoration: none;
}

.mainbox1 .mbo_left .newsbox1 .newscatename a:hover {
    font-size: 24px;
    color: #364a7a;
    font-weight: bold;
    text-decoration: none;
}

.mainbox1 .mbo_left .newsbox1 ul {
    margin: 0;
    padding: 0
}

.mainbox1 .mbo_left .newsbox1 ul li {
    border-bottom: 1px dotted #c0ceeb;
    line-height: 46px;
    overflow: hidden;
	overflow-wrap: break-word; /* 允许在单词内断行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */

}

.mainbox1 .mbo_left .newsbox1 ul li a {
    font-size: 18px;
    color: #000;
    display: block;
    text-decoration: none;
    padding: 0 8px;
}

.mainbox1 .mbo_left .newsbox1 ul li a:hover {
    display: block;
    font-size: 18px;
    color: #fdec94;
    background-color: #364a7a;
    text-decoration: none;
    padding: 0 8px;
}

.mainbox1 .mbo_right {
    float: right;
    width: 840px;
}


/*新闻大图 焦点图*/

.mainbox1 .mbo_right .bigPicNews {
    width: 840px;
    height: 560px;
    overflow: hidden;
	
}

.mainbox1 .mbo_right .bigPicNews .focus {
    position: relative;
    width: 840px;
    height: 560px;
	overflow:hidden;
}

.mainbox1 .mbo_right .bigPicNews .focus img {
    width: 840px;
    height: 560px;
    border: 0px;
}

.mainbox1 .mbo_right .bigPicNews .focus .shadow {
    width: 100%;
    height: 30px;
	line-height:30px;
    padding-left: 10px;
	overflow: hidden;
}

.mainbox1 .mbo_right .bigPicNews .focus .shadow a {
    text-decoration: none;
	font-size:18px;
    color: #fff;
}

.mainbox1 .mbo_right .bigPicNews .focus .shadow a:hover{
	text-decoration: none;
	font-size:18px;
    color: #f00;
	}
.mainbox1 .mbo_right .bigPicNews .focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.mainbox1 .mbo_right .bigPicNews .focus .btn a {
    position: relative;
    display: inline;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.mainbox1 .mbo_right .bigPicNews .focus .btn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.mainbox1 .mbo_right .bigPicNews .focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
	background:#666;
}

.mainbox1 .mbo_right .bigPicNews .focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.mainbox1 .mbo_right .bigPicNews .focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.mainbox1 .mbo_right .bigPicNews.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.mainbox1 .mbo_right .bigPicNews .focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.mainbox1 .mbo_right .bigPicNews .focus .fcon img {
    display: block;
    border: 0px;
	width:840px;
	height:560px;
}

.mainbox1 .mbo_right .bigPicNews .focus .fbg {
    bottom: 10px;
    right: 25px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.mainbox1 .mbo_right .bigPicNews .focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.mainbox1 .mbo_right .bigPicNews .focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.mainbox1 .mbo_right .bigPicNews .focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #fc114a;
}

.mainbox1 .mbo_right .bigPicNews .focus .D1fBt img {
    display: none
}

.mainbox1 .mbo_right .bigPicNews .focus .D1fBt i {
    display: none;
    font-style: normal;
}

/*.mainbox1 .mbo_right .bigPicNews.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
}

.mainbox1 .mbo_right .bigPicNews .focus .prev {
    top: 50%;
    margin-top: -57px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.mainbox1 .mbo_right .bigPicNews .focus .next {
    top: 50%;
    margin-top: -57px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.mainbox1 .mbo_right .bigPicNews .focus .prev:hover {
    background-position: 0 0;
}

.mainbox1 .mbo_right .bigPicNews .focus .next:hover {
    background-position: -40px 0;
}
*/

/*视频新闻*/

.mainbox1 .mbo_right .videoNews {
    width: 840px;
    height: 240px;
    margin: 20px auto;
    overflow: hidden;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainbox1 .mbo_right .videoNews .videolist{
	width:270px;
	height:240px;
	
	}
.mainbox1 .mbo_right .videoNews .videolist .imgbox{
	width:270px;
	height:190px;
	text-align:center;
	}
.mainbox1 .mbo_right .videoNews .videolist .imgbox img{
	width:270px;
	height:190px;
	border-radius: 10px;
    object-fit: cover;
	}
.mainbox1 .mbo_right .videoNews .videolist .imgtitle{
	width:270px;
	height:50px;
	line-height:50px;
	text-align:center;
	overflow:hidden;
	}
.mainbox1 .mbo_right .videoNews .videolist .imgtitle a{
	font-size:16px;
	text-decoration:none;
	color:#012e81;
	}
.mainbox1 .mbo_right .videoNews .videolist .imgtitle a:hover{
	font-size:16px;
	text-decoration:none;
	color:#900;
	}
/*公告*/

.mainbox1 .mbo_right .notice {
    width: 840px;
    height: auto;
}

.mainbox1 .mbo_right .notice .list_tl {
    width: 840px;
    height: 36px;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #c80203;
}

.mainbox1 .mbo_right .notice .list_tl ul {
    margin: 0;
    padding: 0;
}

.mainbox1 .mbo_right .notice .list_tl ul li {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 15px;
    text-align: center;
}

.mainbox1 .mbo_right .notice .list_tl ul li a {
    text-decoration: none;
    color: #363636;
    font-size: 18px;
    font-weight: 600;
}

.mainbox1 .mbo_right .notice .list_tl ul li.on {
    height: 36px;
    color: #d3000f;
    background: url("../images/title_bottom_ico.png") bottom no-repeat;
    border-bottom: 2px solid #c80203;
}

.mainbox1 .mbo_right .notice .list_tl ul li.on a {
    text-decoration: none;
    color: #d3000f;
}

.mainbox1 .mbo_right .notice .list_tl .more {
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mainbox1 .mbo_right .notice .list_tl .more a {
    color: #FF0000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.mainbox1 .mbo_right .notice .list_bd {
    width: 840px;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
}

.mainbox1 .mbo_right .notice .list_bd ul {
    list-style-type: none;
    zoom: 1;
    display: none;
    margin: 0;
    padding: 5px;
}

.mainbox1 .mbo_right .notice .list_bd ul.active {
    display: block;
}

.mainbox1 .mbo_right .notice .list_bd ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.mainbox1 .mbo_right .notice .list_bd ul li span {
    float: right;
    font-size: 18px;
}

.mainbox1 .mbo_right .notice .list_bd ul li a {
    color: #454343;
    font-size: 18px;
    text-decoration: none;
}

.mainbox1 .mbo_right .notice .list_bd ul li a:hover {
    color: #d3000f;
    text-decoration: none;
    font-size: 18px;
}


/*杂志*/

.zazhi {
    width: 1400px;
    height: 333px;
    margin: 15px auto;
    overflow: hidden;
}

.zazhi .zazhi_left {
	overflow: hidden;
    float: left;
	zoom:1;
    width: 1124px;
    height: 333px;
    background-image: url("../images/juanchu.png");
    background-repeat: no-repeat;
	text-align:center;
}

.zazhi_left .bd_pic_list {
	overflow: hidden;
	width:900px;
	height:273px;
	float:right;
	margin-top:30px;
	margin-right:50px;
}

.zazhi_left .bd_pic_list .scroll_horizontal {
	position:relative;
	width: 900px;
	float: right;
}
.zazhi_left .bd_pic_list .scroll_horizontal.active {
	display:block;
}
.zazhi_left .bd_pic_list .scroll_horizontal .boxcxscroll {
	overflow:hidden;
	width:840px;
	margin:0 auto;
	padding: 0px;
	
}

.zazhi_left .bd_pic_list .scroll_horizontal .boxcxscroll .list {
	overflow:hidden;
	width:9999px;
	
}
.zazhi_left .bd_pic_list .scroll_horizontal .boxcxscroll .list li {
	float: left;
	width: 200px;
	margin:0 auto;
	padding: 0 5px;
	display:block;
	overflow:hidden;
	white-space: normal;
	text-align: center;
	position: relative;
}

.zazhi_left .bd_pic_list .scroll_horizontal .boxcxscroll .list li img {
	width: 200px;
	height: 270px;
}


.zazhi_left .bd_pic_list .scroll_horizontal .boxcxscroll .index-zazhi-title{
	position: absolute;
    left: 5px;
    bottom: 5px;
    height: 30px;
    width: 200px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
	margin:0 auto;
	
    background-image: url("../images/pictbg.png");
	}
.zazhi_left .bd_pic_list .scroll_horizontal .boxcxscroll .index-zazhi-title a{
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	}
.zazhi_left .bd_pic_list .scroll_horizontal .boxcxscroll .index-zazhi-title a:hover{
	font-size:16px;
	 color: #E93235;
	text-decoration:none;
	}

.zazhi_left .bd_pic_list .scroll_horizontal .prev,
.zazhi_left .bd_pic_list .scroll_horizontal .next {
	position:absolute;
	top:50%;
	margin-top:-16px;
	width:16px;
	height:32px;
	background-image:url(../images/gdlr.png);
	background-repeat:no-repeat;
	font:0/0 Arial;
	cursor:pointer;
	transition:all 0.5s;
}
.zazhi_left .bd_pic_list .scroll_horizontal .prev {
	left:5px;
	background-position:0 0;
}
.zazhi_left .bd_pic_list .scroll_horizontal .next {
	right:5px;
	background-position:-23px 0;
}


/*立法经纬 代表履职 市县人大 监督纵横*/

.mainbox2 {
    width: 1400px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
	 display: flex;
    justify-content: space-between;
    align-items: center;
	 /* Changed from fixed width to max-width */
	max-width: 1400px;
	box-sizing: border-box;
}

.mainbox2 .newsbox2 {
    width: 440px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    /* 防止文本换行 */
    text-overflow: clip;
    /* 裁剪溢出的文本 */
}

.mainbox2 .newsbox2 .newslist2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.mainbox2 .newsbox2 .newslist2 .newsclassp {
    width: 100%;
    height: 60px;
}

.mainbox2 .newsbox2 .newslist2 ul {
    margin: 0;
    padding: 0;
}

.mainbox2 .newsbox2 .newslist2 ul li {
    text-align: left;
    height: 40px;
    line-height: 40px;
}

.mainbox2 .newsbox2 .newslist2 ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #000000;
}

.mainbox2 .newsbox2 .newslist2 ul li a:hover {
    font-size: 18px;
    text-decoration: none;
    color: #E93235;
}


/*本网专栏图片*/

.mainbox2 .newsbox2 .newslist2 .zlpic {
    width: 440px;
    height: 120px;
    display: block;
    margin-bottom: 25px;
}


/*市县人大*/


.mainbox2 .newsbox2 .newslist2 .prebox {
    width: 440px;
    height: 80px;
    line-height: 40px;
    font-size: 14px;
    color: #836E6E;
	text-align:left;
}

.mainbox2 .newsbox2 .newslist2 .prebox ul{
	padding:0;
	margin:0;
	}
	
.mainbox2 .newsbox2 .newslist2 .prebox ul li{
	float:left;
	padding:0 5px;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center
	}
.mainbox2 .newsbox2 .newslist2 .prebox ul li a {
    font-size: 14px;
    color: #836E6E;
    text-decoration: none;
    padding: 5px;
}

.mainbox2 .newsbox2 .newslist2 .prebox ul li a:hover {
    font-size: 14px;
    text-decoration: none;
    color: #E93235;
}


/*市县人大图片及列表样式*/
.mainbox2 .newsbox2 .newslist2 #NpcNewsBox{
	width:440px;
	height:auto;
	 text-align:center;
	}

.mainbox2 .newsbox2 .newslist2 #NpcNewsBox .picbox {
    width: 430px;
    height: 242px;
    margin: 10px auto;
    position: relative;
}

.mainbox2 .newsbox2 .newslist2 #NpcNewsBox .picbox img {
    width: 430px;
    height: 242px;
}

.mainbox2 .newsbox2 .newslist2 #NpcNewsBox .picbox .trans_mask {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    width: 100%;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    background-image: url("../images/pictbg.png");
}

.mainbox2 .newsbox2 .newslist2 #NpcNewsBox .picbox .trans_mask a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.mainbox2 .newsbox2 .newslist2 #NpcNewsBox .picbox .trans_mask a:hover {
    font-size: 16px;
    color: #E93235;
    text-decoration: none;
}
.mainbox2 .newsbox2 .newslist2 #NpcNewsBox .hidden{display:none;}


/*警方视野 检察平台 法院在线 法治时空 理论研讨 基层动态 乡村振兴*/

.mainbox3 {
    width: 1400px;
    margin: 15px auto;
    overflow: hidden;
	 display: flex;
    justify-content: space-between;
    align-items: flex-start;
	 /* Changed from fixed width to max-width */
	max-width: 1400px;
	box-sizing: border-box;
}

.mainbox3 .newsbox3 {
    width: 440px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    /* 防止文本换行 */
    text-overflow: clip;
    /* 裁剪溢出的文本 */
}

.mainbox3 .newsbox3 .newslist3 {
    width: 440px;
    height: auto;
}

.mainbox3 .newsbox3 .newslist3 .newsclassname3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
	text-align: left;
    margin: 0 auto;
}

.mainbox3 .newsbox3 .newslist3 .newsclassname3 h1 a {
    font-size: 22px;
    color: #354894;
    font-weight: bold;
    text-decoration: none;
}

.mainbox3 .newsbox3 .newslist3 .newsclassname3 h1 a:hover {
    font-size: 22px;
    color: #354894;
    font-weight: bold;
    text-decoration: none;
}

.mainbox3 .newsbox3 .newslist3 .newstoppic {
    width: 100%;
    height: 250px;
    margin: 15px auto;
    text-align: center;
	overflow:hidden;
	position:relative;
	
}
.Pic_Title{
	position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    width: 100%;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
	margin:0 auto;
    background-image: url("../images/pictbg.png");
	}
.Pic_Title a{
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
	}
.Pic_Title a:hover{
	font-size:16px;
	 color: #E93235;
	text-decoration:none;
	}
.mainbox3 .newsbox3 .newslist3 .newstoppic img {
    width: 100%;
    height: 250px;
   /* border-radius: 10px;*/
    object-fit: cover;
}

.mainbox3 .newsbox3 .newslist3 ul {
    margin: 0;
    padding: 0;
    width: 440px;
}

.mainbox3 .newsbox3 .newslist3 ul li {
    height: 40px;
    line-height: 40px;
    align-content: left;
}

.mainbox3 .newsbox3 .newslist3 ul li a {
    font-size: 18px;
    color: #3D3535;
    text-decoration: none;
}

.mainbox3 .newsbox3 .newslist3 ul li a:hover {
    font-size: 18px;
    color: #E93235;
    text-decoration: none;
}


/*乡村振兴*/

.mainbox3 .newsbox3 .xczctoppic {
    width: 440px;
    height: 68px;
    margin-bottom: 15px;
}

.mainbox3 .newsbox3 .xczcpicbox{
	width:100%;
	height:110px;
	margin:15px auto 0;
	text-align:center;
	}
.mainbox3 .newsbox3 .xczcpicbox{
	display:flex;
	justify-content: space-between;
	 align-items: center;
	 box-sizing: border-box;
	}
.mainbox3 .newsbox3 .xczcpicboxlist{
	width:200px;
	height:110px;
	
	}
	
.mainbox3 .newsbox3 .xczcpicboxlist img{
	width:200px;
	height:110px;
	}
/*社会 财经 文教*/

.mainbox4 {
    width: 1400px;
    height: auto;
    margin: 20px auto;
     overflow: hidden;
	 display: flex;
    justify-content: space-between;
    align-items: center;
	 /* Changed from fixed width to max-width */
	max-width: 1400px;
	box-sizing: border-box;
}

.mainbox4 .newsbox4 {
    width: 440px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    /* 防止文本换行 */
    text-overflow: clip;
    /* 裁剪溢出的文本 */
}

.mainbox4 .newsbox4 .newslist4 {
    width: 100%;
    height: auto;
    overflow: hidden
}

.mainbox4 .newsbox4 .newslist4 .newsclassname4 {
    width: 100%;
    height: 50px;
    text-align: left;
    line-height: 50px;
    margin: 0 auto;
}

.mainbox4 .newsbox4 .newslist4 .newsclassname4 h1 a {
    font-size: 22px;
    color: #354894;
    font-weight: bold;
    text-decoration: none;
}

.mainbox4 .newsbox4 .newslist4 .newsclassname4 h1 a:hover {
    font-size: 22px;
    color: #354894;
    font-weight: bold;
    text-decoration: none;
}

.mainbox4 .newsbox4 .newslist4 .topnewstitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.mainbox4 .newsbox4 .newslist4 .topnewstitle a {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.mainbox4 .newsbox4 .newslist4 .topnewstitle a:hover {
    font-size: 18px;
    font-weight: bold;
    color: #E93235;
    text-decoration: none;
}

.mainbox4 .newsbox4 .newslist4 .topnewsdesc {
    width: 440px;
    height: 50px;
	line-height:25px;
    padding: 5px 0;
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
    white-space:pre-wrap;
	
    
}

.mainbox4 .newsbox4 .newslist4 .topnewspic {
    width: 450px;
    height: 250px;
    margin: 10px auto;
    text-align: center;
	overflow:hidden;
	/*position:relative;*/
}

.mainbox4 .newsbox4 .newslist4 .topnewspic img {
    width: 430px;
    height: 250px;
	border-radius:10px;
}

.mainbox4 .newsbox4 .newslist4 ul {
    margin: 0;
    padding: 0;
   
}

.mainbox4 .newsbox4 .newslist4 ul li {
    height: 40px;
    line-height: 40px;
    text-align: left;
	 list-style: square;
}

.mainbox4 .newsbox4 .newslist4 ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #3D3535;
}

.mainbox4 .newsbox4 .newslist4 ul li a:hover {
    font-size: 18px;
    text-decoration: none;
    color: #E93235;
}


/*友情链接*/

.friendlink {
    width: 1400px;
    height: auto;
    margin: 10px auto;
    box-sizing: border-box;
}

.friendlink .tab {
    width: 100%;
    height: 38px;
    border: 1px solid #e1e1e1;
    background-color: #f4f4f4;
    overflow: hidden;
}

.friendlink .tab ul {
    margin: 0;
    padding: 0;
}

.friendlink .tab ul li {
    float: left;
    padding: 0 30px;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-right: 1px #e1e1e1 solid;
    cursor: pointer;
    background-color: #f4f4f4;
}

.friendlink .tab ul li.on_zzjs {
    background: #fff;
    font-size: 16px;
    border-bottom: 0;
}

.friendlink .block {
    display: block;
}

.friendlink .list {
    width: 1380px;
    height: 100px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    border: 1px #e1e1e1 solid;
    border-top: 0;
    margin: 0 auto;
}

.friendlink .list a {
    font-size: 16px;
    color: #3D3535;
    text-decoration: none;
    padding: 10px;
}

.friendlink .list a:hover {
    font-size: 16px;
    color: #E93235;
    text-decoration: none;
    padding: 10px;
}


/*底部样式*/

.footer {
    width: 100%;
    border-top: 2px solid #d2270b;
    color: #3D3535;
    font-size: 18px;
    padding-top: 20px;
    overflow: hidden;
}

.footer a {
    font-size: 18px;
    color: #3D3535;
    text-decoration: none;
}

.footer a:hover {
    font-size: 18px;
    color: #E93235;
    text-decoration: none;
}

.footer .bottom_nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
}

.footer .copyright {
    line-height: 38px;
    text-align: center;
    padding: 5px 0;
}

.footer .record {
    text-align: center;
    padding: 5px 0;
}

.footer .recordimg {
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.footer .recordimg img {
    padding: 0 10px;
    border: none;
}


/*列表页样式*/

.location {
    width: 1400px;
    height: 52px;
    line-height: 52px;
    text-align: left;
    background-color: #f4f4f4;
    margin: 0 auto;
    overflow: hidden;
}

.location img {
    height: 23px;
    width: 23px;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
}

.location a {
    font-size: 16px;
    text-decoration: none;
    color: #3D3535;
}

.location a:hover {
    font-size: 16px;
    text-decoration: none;
    color: #E93235;
}


/*新闻列表页*/

.newscontainer {
    width: 1400px;
    margin: 25px auto;
    overflow: hidden;
    box-sizing: border-box;
}

.newscontainer .newslistleft {
    float: left;
    width: 850px;
}

.newscontainer .newslistleft .newsbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.newsbox ul {
    margin: 0;
    padding: 0;
}

.newsbox ul li {
    height: 50px;
    line-height: 50px;
    text-align: left;
    border-bottom: 1px dotted #c0ceeb;
    overflow: hidden;
}

.newsbox ul li span {
    float: right;
}

.newsbox ul li a {
    display: block;
    font-size: 18px;
   color: #515151;
    text-decoration: none;
}

.newsbox ul li a:hover {
    display: block;
    font-size: 18px;
    color: #E93235;
    text-decoration: none;
}

.nlist {
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.nlist ul {
    margin: 0;
    padding: 0;
}

.nlist ul li {
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 0;
}

.nlist ul li a {
    font-size: 16px;
    text-decoration: none;
}

.nlist ul li a:hover {
    text-decoration: none;
    font-size: 16px;
}
.newscontainer .newslistleft .videobox{
	width:850px;
	height:185px;
	margin-bottom:20px;
	overflow:hidden;
	}
.newslistleft .videobox .videobox_left{
	width:280px;
	height:185px;
	float:left;
	text-align:center;
	
	}
.newslistleft .videobox .videobox_left img{
	width:270px;
	height:175px;
	}
.newslistleft .videobox .videobox_right{
	width:570px;
	height:185px;
	float:right;
	}
.newslistleft .videobox .videobox_right .v_title{
	width:100%;
	height:30px;
	text-align:left;
	line-height:30px;
	padding-left:20px;
	}

.newslistleft .videobox .videobox_right .v_title a{
	color:#2f2f2f;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	}
.newslistleft .videobox .videobox_right .v_title a:hover{
	color:#ba2636;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	}
.newslistleft .videobox .videobox_right .v_desc{
	width:100%;
	height:125px;
	text-align:left;
	line-height:24px;
	overflow:hidden;
	text-indent:2em;
	}
.newslistleft .videobox .videobox_right .v_bottom{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:left;
	font-size:14px;
	color:#666666;
	padding-left:20px;
	}
.newscontainer .newslistright {
    float: right;
    width: 480px;
    height: auto;
}

.newscontainer .newslistright .newsbox .nclassname {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #354894;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
}
.newscontainer .newslistright .newsbox .nclassname a{
	font-size: 22px;
	 color: #354894;
	 font-weight: bold;
	}
.newscontainer .newslistright .newsbox .nclassname a:hover{
	font-size: 22px;
	 color: #354894;
	 font-weight: bold;
	}
.newslistright .newsbox .nclassname span {
    display: block;
    float: left;
    padding: 0 5px;
    height: 50px;
    font-size: 22px;
    color: #354894;
    border-bottom: 2px solid #E82023;
}

.newslistright .newsbox .zzlist {
    margin: 10px auto;
    width: 480px;
    height: auto;
    display: flex;
	align-content: center;
	flex-wrap:wrap;
    justify-content: space-around;
}

.newslistright .newsbox .zzlist .zzlistpic {
    width: 200px;
    height: 273px;
	margin:5px;
    position: relative;
}
.newslistright .newsbox .zzlist .zzlistpic img{
	width:200px;
	height:270px;
	}

.newslistright .newsbox .zzlist .zzlistpic .pictitle {
    position: absolute;
    bottom:3px;
    left:0;
    height: 30px;
    width: 100%;
    line-height:30px;
    text-align: center;
    background-image: url("../images/pictbg.png");
}
.newslistright .newsbox .zzlist .zzlistpic .pictitle a{
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	}
.newslistright .newsbox .zzlist .zzlistpic .pictitle a:hover{
	font-size:16px;
	color:#E93235;
	text-decoration:none;
	}
/*分页样式*/
.Page {
    clear: both;
   width: 100%;
    height: 30px;
    line-height: 30px;
    color: #432300;
    margin: 20px auto;
    zoom: 1;
    text-align: center;
    font-size: 16px;
	
}
.Page .Page_Max {
    color: #FD0100;
}

.Page .Page_PageCount {
    color: #FD0100;
}

.Page .Page_Num {
    color: #FD0100;
}

.Page .Page_Selected {
	height:30px;
    color: #fd6d37;
    background: #ffede1;
    border: 1px solid #fd6d01;
    padding: 0px 8px;
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
}

.Page .Page_First {
    color: #999999
}

.Page .Page_Prev {
    color: #999999
}

.Page .Page_Next {
    color: #5F5F5F;
}

.Page .Page_End {
    color: #999999;
}

.Page .Page_Text {
    width: 31px;
    height: 17px;
    border: 1px solid #999999;
    color: #000;
    text-align: center;
}

.Page .Page_Button {
    width: 41px;
    height: 20px;
    color: #3e3e3e;
    border: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
}

.Page a {
    color: #3366cc;
    border: 1px solid #CCC;
    padding: 0px 8px;
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
}

.Page a:hover {
    color: #fd6d37;
    background: #ffede1;
    border: 1px solid #fd6d01;
    text-decoration: none;
    font-size: 16px;
}


/*新闻内容页*/

.newscontainer .titlecitation {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.newscontainer .newstitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.newscontainer .subtitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 10px auto;
    text-align: center;
}

.newscontainer .newslayout {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

.newscontainer .newslayout .newssource {
    width: 40%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: left;
    padding-left: 25px;
    font-size: 16px;
    color: #666666;
}

.newscontainer .newslayout .newsprint {
    width: 40%;
    height: 50px;
    line-height: 50px;
    float: right;
    font-size: 16px;
    color: #666666;
    padding-right: 30px;
    text-align: right;
}

.newscontainer #newscontent {
    width: 98%;
    height: auto;
    margin: 25px auto;
    padding: 20px;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    word-break: break-all;
    word-wrap: break-word;
    text-indent: 2em;
}
.newscontainer .zebian{
	width:98%;
	text-align:right;
	font-size:16px;
	height:30px;
	line-height:30px;
	margin:auto;
	
	}