a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover{
	text-decoration: underline;
	color: #f00;
}

a:active {
	text-decoration: none;
	color: #333;
}
.clear-both {
	font: 0px/0px sans-serif;
	clear: both;
	display: block;
}

/*******头部******/
.head{
 min-width: 100%;
 min-height: 112px;
 background-image: url(/templates/default/images/head.png);
 background-position:center;
 background-repeat:no-repeat;
}
.logo{
	margin-top: 20px;
    display: block;
}
.xysy{
	margin-top: 40px;
}
.dhys{
	margin-left: 20px !important;
	display: block;
	color: #000000 !important;
}
.navbar-nav>li>a{
	color: #000000 !important;
}
.navbar-nav li{
	margin-left: 145px;
	font-size: 18px;
	
}
.navbar-nav li::before {
	content: "";
	width: 1px;
	height:15px;
	margin-left: -73px;
	margin-top: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: #cccccc;
}
/*******中间******/
.middle{
	background: #f1f1f1;
	margin-top: -20px;
	width: 100%;
	height: 885px;
}
.bj{
	width: 100%;
	height: 90%;
	background-color: #ffffff ;
	margin-top: 25px;
}
.shuxian1{
	margin-left: 200px;
	height: 700px;
	border-left: 1px solid #ececec ;
}
.view-left .title{
	background: #1689cb;
	color: white;
	padding: 40px 55px 15px 40px;
    font-size: 20px;
	margin-left: -15px;
}
.view-left ul{
	list-style: none;
     padding-left: 0px;
	 margin-left: -15px;
	 border: 1px solid #efefef;
	background-color: #ffffff;
	border: 1px solid #efefef;
}
.view-left ul li{
	border-bottom: 1px solid #efefef;
	padding: 15px 20px 35px 45px;
	
	width: 100%;
	display: block;
}
.view-left ul li a{
	
    float: left;
}
.view-left ul li span{
	
	float: right;
}
.action{
   background: #d2ecf1;
   font-weight: bold;
   width: 268px !important;
}
.action a{
	color: #1689cb;
}

.view-middle{
   width: 100%;
   height: 760px;
   background: #ffffff;
 
}
.view-middle .title{
	
	color: #15a1c2;
	padding-top: 40px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
}
.leftyhx{

	border-right: 1px solid #efefef;
	height: 758px;
}
.leftyhx ul{
	font-size: 16px;
}
.xhx1{
	width: 103%;
	border-bottom: 2px solid #15a1c2;
	margin-top: 13px;
}
.view-middle ul{
    list-style: none;
}
.view-middle ul li{
	border-bottom: 1px solid #ececec;
	margin-left: -40px;
}
.yue{
	width: 40px;
	height: 20px;
	background: #15a1c2;
	margin-top: 20px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.ri{
	width: 40px;
	height: 30px;
	border: 1px solid #15a1c2;
	color: #15a1c2;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
}
.xx{
	margin-left: -30px;
	margin-top: 20px;
	font-size: 14px;
   /* 文字超过两行自动换行 */
	overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
	
}
.xxs a{
	color: #15a1c2;
	font-size: 14px;
	margin-left: -30px;
	margin-bottom: 15px;
	display: block;
}
.righrzhx{
	border-left: 1px solid #efefef;
	height: 758px;
}
.xxjs{
	width: 100%;
	height: 120px;
	background: -webkit-linear-gradient(left, #14a7bf, #168acb);
	margin-top:40px ;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}
.xxjs p{
    /*margin-left: 35px;*/
    padding-top: 25px;
	display: block;
	margin-bottom:0px;
}
.xxjs .searchinput{
	width: 200px;
	height: 35px;
	margin-left:35px ;
	outline: none;
	color: #333333;
	font-size: 13px;
}
.xxjs .sousuo{
	position: absolute;
	top: 65px;
	left: 210px; 
}
.xxgksq{
	font-size: 16px;
	font-weight: bold;
	color: #15a1c2;
	margin-top: 30px;
}
.xhx2{
	border-bottom: 2px solid #15a1c2;
	margin-top: 13px;
	/*width: 200px;
	margin-left: 35px;*/

}
.zt{
	color: #333333;
	font-size: 16px;
}
.zt p{
	/* margin-top: -20px; */
}
.footer{
	min-width: 100%;
    min-height: 90px;
	background-image: url(/templates/default/images/footer.png);

    background-position:center;
    background-repeat:no-repeat;
}
.logo2{
	margin-top: 20px;
    display: block;
}
.zt2{
	color: #ffffff;
	font-size: 12px;
	margin-top: 25px;
}

@media screen and  (max-width: 443px) {
	
  .head{

     min-width: 443px;
	 min-height: 300%; 
	
    }
	.logo img{
     width: 400px;
	}
	.xysy{
		margin-top: -50px;
		margin-bottom: 20px;
		visibility:hidden
		
	}
	.xxjs .searchinput{
		width: 200px;
		height: 35px;
		margin-left:100px ;
		position: absolute;
		top:35px;
		left:30px;

	}
	.xxjs .sousuo{
		position: absolute;
		top: 45px;
		left: 300px; 
	}
   .qiehuan{
	width: 443px;
   }
   .middle{
	width: 443px;
   }
   .action{
	background: #d2ecf1;
	font-weight: bold;
	width: 760px !important;
 }
   .xxjs{
	width:100%;
	margin-top: 230px;
	padding-top: 20px;
   }
  
  .footer{
	width: 443px;
	height: 230px;
	margin-left: -190px;
	position: absolute;
	top: 2500px;
	left: 210px; 
  }
  .logo2{
	margin-top: 70px;
  }
  .zt2{
	margin-top: -50px;
	margin-left: 130px;
  }
}