:root{
 --main-bg-color: #3399ff;
}
*,
*::after,
*::before{
  box-sizing: border-box;
}
html{
  font-size: .625em;
  font-size: calc(1em * .625);
  background: #f4f4f4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  /* font: normal 300 1.4em / 1.2 'Open-sans', helvetica, sans-serif; */
  color: #111;
  background: url(http://wtl.sz.gov.cn/static/images/P020161120427563249259.jpg) no-repeat center bottom;
background-attachment: fixed;
background-size: cover;
}
a{
  text-decoration: none;
  color: #111;
  cursor: pointer;
}
ol,
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
b,
strong{
  font-weight: 600;
}
hr{
  background: #111;
  box-shadow: none;
  border: none;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}
::selection{
  background: var(--main-bg-color);
  color: #fff;
}
::-moz-selection{
  background: var(--main-bg-color);
  color: #fff;
}
/*
.container{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
*/
.myhead{ margin: 0 auto; padding:3.8rem 0; text-align:center; width: 100%;display: block;overflow: hidden;background: #71a8f8; /*opacity: 0.8;filter: alpha(opacity=80);*/}
.page-text{ float:left; margin:0 auto; padding:3rem 5rem; color:#ffffff; font-size:3rem;  text-align:center; border-top:#fff solid 1px; border-bottom:#fff solid 1px;}
.mifooter{
	background:#f5f5f5;
	background:rgba(0,0,0,0.80);
	padding:3rem 0;
	opacity: 0.8;filter: alpha(opacity=80);
}
.footer-class{
	float:left;
	color:#ffffff;
	font-size:1.6rem;
	
}
.footer-class p a{ 
	color:#ffffff;
	text-decoration:none;
}
.footer-class p a:hover{ 
	color:#23B7A4;
}
.footer-class-right{
	float:right;
}
.footer-class-right img {
    
    height: 25px;
}
.footer-top {
	padding:4em 0px 5em;
}
.wrapper{
  padding: 40px 0;
}
.card{
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease-in-out;
  margin-bottom:2rem;
}
.card_picture{
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card-infos{
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.card_title{
  font-family: 'Hind';
  font-size: 1.8rem;
  /*font-weight: 600;*/
  line-height: 1.4;
  margin: 0 0 10px;
}
.card_text{
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  color: #86888A;
}
.card_text--high{
  font-weight: 600;
}
/*
.header{
  background: var(--main-bg-color);
  height: 160px;
  display: flex;
}
*/
.header_title{
  margin: auto;
  font-weight: 300;
  font-size: 3.2rem;
  color: #fff;
}
.header_title--high{
  font-weight: 600;
}
.sjs-default{ display:block; overflow:hidden; clear:both;}
.sortable_nav{
  display: flex;
  /*justify-content: center;*/
  margin-bottom: 20px;
  margin-bottom: 35px;
  
}
.sortable_nav li{ float:left;}
.nav_link{
  padding: 0 20px 4px;
  padding:1rem 2rem;
  color: #fff;
  color:#333;
  font-size: 1.4rem;
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
  border-bottom: 2px solid transparent;
  letter-spacing:.3rem;
}
.nav_link.is-active{
  /*border-color: var(--main-bg-color);*/
  
  background:#ffffff;
  border-radius:.5rem;
  padding:1rem 3rem;
  color:#333;
}

.footer_list.list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_item.item{
  display: flex;
}
.item_link.link{
  margin: 0;
}
.item_link.link:not(:first-child){
  margin-left: 20px;
}
.link_icon{
  height: 2rem;
  width: 2rem;
}
.main-img{ float: left; width:30%; margin-right: 2%;}
.main-list{ float: left; width:67%;}
/*.main-img {width: 45%; margin: 0 auto;border-radius: 9px;}*/
/*.main-img img{border-radius: 9px;}*/
/*.main-list { width: 45%; margin: 0 auto; border: 1px solid #999; border-radius: 9px; padding: 0.5% 0.5%;}*/

.mainDL {
    padding: 0.5% 0.5%;
    position: relative;
    margin:0 0 5px 0;
    font-size: 14px;
    line-height: 26px;
}
.mainDL .dt {
    width: 120px;
    height: 30px;
    text-align: center;
    background: #009a44;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    border-radius: 15px;
	float:left;
	margin-right:10px;
}
.mainDL .dd { line-height:30px; display:block;}
.mainDL .dd p{ text-indent: -3rem;}

@media screen and (max-width:960px) {
.main-img{ float: none; width:100%; margin: 0 auto; padding:0;}
.main-list{ float: none; width:100%; margin: 0 auto; padding:0;}
}