@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;*/
}
.listBox {
    /*width: 70%;*/
  width:1330px;
  margin: 0 auto;
  background: #fff;
  padding: 2em;
  display: flex;
  justify-content: space-between;


}
.listBar{
	width: 20%;
	box-shadow: 3px 3px 6px #eee;
}
.listMain{
	width: 78%;


}
.listBar ul,a{
	list-style-type: none;
	color: #fff;
}
.listBarHead{
	background-image: linear-gradient(to top, #40a9ed 0%, #036cbd 100%);
	color: #fff;
	font-size: 2em;
	text-align: center;
        padding: 1em 0
}
.listBarData li{
	background: linear-gradient(to top, #40a9ed 0%, #036cbd 100%);
	line-height: 3em;
	font-size: 1.2em;
	text-align: center;
}
.listBarData li:hover{
        background: #4481eb;
}
.lisBar ul>a:active{
color:#59fdfb;
}

.active{
	background: #00d2ff!important;
       
}


.listBarHead p{
	font-size: 16px;
	line-height: 2em;
}

.listMainHead {
 /* height: 3em;*/
  border-bottom: #bfbfbf 1px solid;
  display: flex;
  justify-content: space-between;
}
.listMainHead_left {
  text-align:center;
  /*width: 17%;*/
  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;
  line-height:2em;
  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 {
  text-align: center;
  line-height: 3em;
  margin: 4em 0 1em 0;
}*/
.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 li:hover a{
	color: #036cbd;
}
.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; 



}
.diamond {
margin-left:2px;
  width: 10px;
  height: 10px;
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; 
}

@media screen  and (max-width: 1366px) {
  .listMain {
    width: 85%;
  }
.listMainHead_left{
    width: 17%; 
}
}

@media screen and (max-width: 1024px) {
	.list{
		padding: 1em 0;
	}
  .listBox {
    width: 90%;
	font-size: 85%;
  }
.listMainHead_left{
    width: 20%; 
}
	.listBarHead a{
		font-size: 1em;
	}
}
@media screen and (max-width: 768px) {
		.list{
		padding: 1em 0;
	}
  .listBox {
    width: 90%;
  }
.listMainHead_left {
    width: 17%;
  }
	.listBarHead a{
		font-size: 18px;
	}
}
@media screen and (max-width:480px){
.list{
		padding: 0.5em 0;
	}
.listBox {
        width: 95%;
	padding: 10px 10px 0 10px;
	padding-top: 0;
  }
.listContent{
		margin: 0;
	}
.listMainHead h2 {
       font-size: 14px;
       line-height:18px;
  }
.listBarHead p{
	font-size: 10px;
	line-height: 1em;
}
.listMainHead_left {
    width: 24%;
  border-bottom: #036cbd 2px solid;
  }

.listMainHead_rigth p{
font-size:12px;
}
.listBar a{
		font-size: 14px;
	}
.listBarHead{
    font-size:15px;                
    height:2em;
    padding: 1em 0;
	}

.listBarData li{
		font-size: 14px;
                line-height:1.5em;
	}
.listData li{
		font-size: 14px;
		line-height: 21px;
	}
.listData a{
		font-size: 12px;
                width:65%;
	}
.diamond{
		width: 6px;
		height: 6px;
		margin-right:6px; 
	}
.listData>li>span{
         text-align:right;
         font-size:8px;
	} 
.pagination{
font-size:10px;
}
.headStyle19tj90owp5, .headStyle19tj90owp5 td, .headStyle19tj90owp5 div{
font-size:8px;
}
}