@charset "utf-8";
/* CSS Document */
.list {
  width: 100%;
  background-color: #f9f9f9;
  padding: 3em 0;
background-image: url("../images/zs5.png");
background-position:bottom;
background-size:cover;
background-repeat:no-repeat;
background-origin:inherit;
/*background-attachment:fixed;*/
}


.listMain {
    /*width: 70%;*/
width:1330px;
  margin: 0 auto;
  background: #fff;
  padding: 2em;

}


.listMainHead {
  height: 3em;
  border-bottom: #bfbfbf 1px solid;
  display: flex;
  justify-content: space-between;
}
.listMainHead_left {
  width: 14%;
text-align:center;
  border-bottom: #036cbd 4px solid;
  display: -webkit-box; /*flex弹性布局*/
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.listMainHead_left h2 {
  font-family: 'Microsoft YaHei' !important;
  font-weight: 500;
  margin: 0; /*清除样式*/
  color: #036cbd;
}
.listMainHead_rigth {
  display: -webkit-box; /*flex弹性布局*/
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #036cbd !important;
}
.listMainHead_rigth a {
  color: #036cbd;
}

.listTitle h2 {
  margin: 0;
  font-family: 'Microsoft YaHei' !important;
  color: #333;
}
.listTitle span {
  color: #9e9e9e;
  font-size: 14px;
}
.listContent {
  margin: 1em auto 1em;
  padding: 1em 0px;
  width: 96%;
}
.listData {
  list-style: none;
}
.listData li {
  display: flex;
  justify-content: space-between;
  font-size: 1.1em;
  line-height: 3.5em;
  border-bottom: #bfbfbf 1px dashed;
  margin-bottom: 0.5em;
}
.listData span {
  color: #9E9E9E;
  font-size: 0.8em;
}
.listData a {
  text-decoration: none;
  color: #333;

display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  text-overflow:ellipsis;
 -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; 


}
.listData a:hover{
color:#036cbd;
}

.diamond {
  width: 10px;
  height: 10px;
margin-left:2px;
	display: inline-block;
  background-color: #036cbd;
  -ms-transform: rotate(45deg); /* Internet Explorer */ 
	-moz-transform: rotate(45deg); /* Firefox */ 
	-webkit-transform: rotate(45deg); /* Safari 和 Chrome */ 
	-o-transform: rotate(45deg); /* Opera */ 
	transform: rotate(45deg);
	margin-right:10px; 
}
.page{
	width: 26%;
	margin: 0 auto;
	margin-top: 3em;
}
.page ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.pageBox a{
	color: #999;
	text-align: center;
	border: #999 1px solid;
	padding: 0 8px;
}
.pageBox a:hover{
	color: #fff;
	border: #036cbd 1px solid;
	background-color: #036cbd;
}

@media screen  and (max-width: 1366px) {
  .listMain {
    width: 85%;
  }
}

@media screen  and (max-width: 1024px) {
.list{
		padding: 1em 0;
	}
 .listMain {
    width: 90%;
	font-size: 85%;
  }
}
@media screen  and (max-width: 768px) {
.list{
		padding: 1em 0;
	}
  .listMain {
    width: 90%;
  }
.listMainHead_left {
    width: 13%;
  }
.listData>li>span{
	display:block;
        text-align:right;
	} 
}
@media screen and (max-width:480px){
	.list{
		padding: 0.5em 0;
	}
	.listMain {
    width: 90%;
	padding: 10px 10px 0 10px ;
	padding-top: 0;
  }
	.listContent{
		margin: 0;
/*		padding: 1em 0;*/
	}
.listMainHead{
height:2em;
}
.listMainHead h2{
    font-size: 14px;
  }
.listMainHead p{
font-size:12px;
}
.listMainHead_left {
    width:23%;
    border-bottom: #036cbd 2px solid;
  }

.listData li{
		font-size: 14px;
		line-height: 21px;
	}
.listData a{
             display: -webkit-box;
             overflow: hidden;
             -webkit-box-orient: vertical;
             -webkit-line-clamp: 1;
             white-space: nowrap;
             text-overflow:ellipsis;
           -o-text-overflow: ellipsis;
           -ms-text-overflow: ellipsis; 
		font-size: 12px;
                width:65%;
	}
.diamond{
		width: 6px;
		height: 6px;
		margin-right:6px; 
	}
.page{
	width:50%;
		margin:0 auto;
		margin-top: 1em;
}
.pageBox a{
	font-size: 8px;
padding: 2px 4px;
}
.listData li{
/*display:block;*/
}
.listData>li>span{
       font-size:8px;	
       text-align:right;
	} 

.headStyle19tj90owp5, .headStyle19tj90owp5 td, .headStyle19tj90owp5 div{
font-size:8px;
}
}