﻿* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}
body{
    font-family: "微软雅黑";
    clear: both;
}
.wrap {
    width: 100vw;
    background: #F0F0F0;
}
.header {
    width: 90%;
    margin: 0 auto;
    height: 300px;
}
.header img {
    width: 100%;
    height: 300px;
}

.content {
    width: 90%;
    margin: 0 auto;
    background: #ffffff;
}
.cont_top{
    width: 80%;
    margin: 0 auto;
    padding: 32px 0;
    border-bottom: 1px #D3D3D3 solid;
}
.cont_top p{
    width: 100%;
    margin: 0 auto;
    line-height: 35px;
    text-indent: 2.4%;
    font-size: 16px;
}
.cont_bottom{
    width: 80%;
    margin: 0 auto;
    height: 294px;
}
.cont_bottom p {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color:#fff;
  	background: #2EA0D6;
  	text-align: center;
  	float: left;
}
.cont_bottom a {
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #000;
}
.cont_bottom a:hover {
    color: #0066FF;
}
.cont_bottom_left{
     padding: 0 1% 20px;
     width: 48%;
     float: left;
     position: relative;
     height: 260px;
     overflow: hidden;
 }
.cont_information ul{
    float: right;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.cont_information ul li{
    width: 100%;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.cont_information ul li a{
     width: 96%;
     float: left;
     height: 32px;
     line-height: 32px;
     font-size: 14px;
     color: #000;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }
 .z_name{
 	font-weight:bold;
 	color: #2EA0D6;
 }
 	
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer {
    width: 90%;
    margin: 0 auto;
    background: #3595E8;
    height: 120px;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    padding-top: 16px;
}
.tabContent .more{
	position: absolute;
	right: 15px;
	top: 45px;
	background: #fff;
}
.tabContent ul{
	float: right;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.tabContent ul li{
    width: 100%;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.tabContent ul li a{
     width: 96%;
     float: left;
     height: 32px;
     line-height: 32px;
     font-size: 14px;
     color: #000;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }



