* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
#nav1,.banner{
	z-index: 9999;
	/*width: 1170px;
	margin:0 auto; */
}
@media only screen and (max-width: 1300px) {
	.mainbody{
	width: 1170px;margin:0 auto;background: #fff;} 

}

.mainbody{
	width: 95%;margin:0 auto;background: #fff;
}
html {
	height: 100%;
	width: 100%;
	min-width: 1200px;
	
	overflow-x: hidden;
}

body {
	height: 100%;
	width: 100%;
	word-break: break-all;
	display: block;
	/* padding-top: 3rem; */
	/*background: url(../img/ershidasybg.jpg) no-repeat top;*/
}

a {
	text-decoration: none;
	color:  #000000;
}

/*a:hover {
	-webkit-tap-highlight-color: transparent;
}*/

/*a:visited {
	color: white ;
}*/

/*a:hover {
	color: #2083E0;
}*/

a:active {
	color: #000000
}

ul,
li,
ol {
	list-style: none;
}

.clear {
	clear: both;
}

input,
button,
textarea {
	outline: none;
}
.clearfloat:after{
	display: block;
	clear: both;
	content: "";
}
/*面包屑导航*/
.breadcrumb{
	background-color: white;
	/*padding-left: 20vw;*/
}
[v-cloak] {
          display: none !important;
}
.text-center{
	text-align: center;
	width: 100%;
}
.font-b{
	font-size: 20px;
	font-weight: bold;
}
/*文章列表及详情左侧导航样式*/

.all_news_content{
	width:1170px ;
	min-width: 1170px;
	margin: 15px auto;
	position: relative;
}
.dhbox{
	position: relative;
    background: #0000004a;
    /* width: 100%; */
    /*width: 1170px;*/
	margin: 0 auto;
    height: 30px;
    margin-top: -35px;
    line-height: 30px;
	width: 80%;
    min-width: 1300px;
}
.dh{
	min-width: 1170px;
	width: 1170px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}
.dh a{
	color: #fff;
}
.left_list{
	display: inline-block;
    position: relative;
    width: 18%;
}
.party_RightNews{
	display: inline-block;
    width: 81%;
    vertical-align: top;
}
.big_title{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: url(../img/titlebg.png) bottom center no-repeat;
	text-align: center;
	margin-bottom: 15px;
	background-size: 100%;
}
.left_list ul .active_li,.left_list ul li:hover{
	background-color: #2083E0;
    color: #fff;
}
.left_list ul li {
    text-decoration: none;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
}
.party_RightNews .dy_content{
	display: none;
	padding-left:2vw;
	width: 100%;
	margin-bottom: 70px;
}
.party_RightNews .this_display{
	display: inline-block;
}
.party_RightNewsTop{
	margin-left: 2vw;
    border-bottom: 1px solid #e5e5e5;	
    margin-bottom: 15px;
}
.party_RightNewsTop .right-title{
	width: 100%;
	padding-bottom: 8px;
}
.party_RightNewsTop .Chinese{
	font-size: 18px;
    font-weight: 600;
    border-left: 4px solid #2083E0;
    padding-left: 6px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
}
/*文章列表样式修改*/
.party_RightNews ul{
	width: 100%;
}
.party_RightNews ul li{
	width: 100%;
	/*padding:  3% 0 0 0;*/
}
.news_content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e5e5;
    height: 50px;
    line-height: 50px;
    /*font-size: 15px;*/
}
.news_content_title{
	width: 80%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_time{
	color: #999
}

.font-blue{
	color: #2083E0;
}