.list-content {
    background-color: #fff;
    box-shadow: 0 0 10px #e7e7e7;
	padding-bottom: 30px;
}

.list-content .list-left-centent {
    float: left;
    width: 282px;
}

.list-content .menu {
    width: 240px;
    margin: 20px auto 0;
    border: 1px solid #ebebeb;
}

.list-content .menu h3 {
    width: 240px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url("../images/list-mz-icon.png") no-repeat 40px center;
    background-color: #2a89e6;
}

.list-content .menu>ul {
    padding: 18px 20px;
}

.list-content .menu>ul>li {
    float: left;
    width: 100%;
/*    height: 40px;*/
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
}
.three-nav-left{
	display: none;
	height: 0;
}
.list-content .menu ul li a span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 50px;
	background:  no-repeat center center;
	transition: all 0.3s;
}
.list-content .menu ul li a:hover span{
	background:  no-repeat center center;
}
.list-content .menu ul li a .arr-active{
	transform:rotate(90deg)
}
.menu .three-nav-left a.active{
	color: #fff;
	background: url(../images/list-dot-white.png) no-repeat 14px center;
	background-color: #2a89e6;
}
/*
.list-content .menu .three-nav-left-on:after{
	
	padding-left: 40px;
}
.list-content .menu .three-nav-left-on:hover::after{
	
}
*/
.list-content .menu ul .three-nav-left li{
/*	padding-left: 20px;*/
	border-top: 1px solid #eeeeee;
	float: left;
    width: 100%;
    line-height: 40px;
}
.list-content .menu ul .three-nav-left li a{
	margin-left: 20px;
}
.list-content .menu ul li a {
    font-size: 16px;
    display: block;
    padding-left: 35px;
    background: url("../images/list-dot-black.png") no-repeat 14px center;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list-content .menu ul li a:hover {
    color: #fff;
    background: url("../images/list-dot-white.png") no-repeat 14px center;
    background-color: #2a89e6;
}

.list-content .menu ul li.active a {
    color: #fff;
    background: url("../images/list-dot-white.png") no-repeat 14px center;
    background-color: #2a89e6;
}

.list-content .hot-zt {
    width: 240px;
    margin: 30px auto 0;
    border: 1px solid #ebebeb;
}

.list-content .hot-zt h3 {
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background-color: #2a89e6;
}

.list-content .hot-zt ul {
    padding: 18px 20px;
}

.list-content .hot-zt ul li {
    float: left;
    width: 100%;
    margin-top: 19px;
}

.list-content .hot-zt ul li img{
	max-width: 100%;
}
.list-content .hot-zt ul li:first-child {
    margin-top: 0;
}
 
.list-content .list-right-wrapper {
    float: right;
    width: 878px;
    padding-top: 20px;
    padding-right: 20px;
}


.list-title {
	height: 60px;
	line-height: 60px;
    margin-bottom: 20px;
/*    border-bottom: 1px dashed #dbdbdb;*/
	background-color: #2a89e6
}

.list-title h5 {
    float: left;
    font-size: 20px;
    font-weight: normal;
	color: #fff;
	padding-left: 50px;
	background: url("../images/list-right-title-icon.png") no-repeat 15px center;
}

.list-title p {
    float: right;
    padding-left: 20px;
	padding-right: 15px;
    background: url("../images/list-home-icon-wheit.png") no-repeat left center;
	color: #fff;
	line-height:60px;
	height:60px;
}
.list-title p a{
	color: #fff
}
.list-right-content>ul li {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.list-right-content >ul li a {
    float: left;
    width: 650px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 30px;
    color: #5e5e5e;
    background: url("../images/list-dot-b.png") no-repeat 15px center;
}

.list-right-content>ul li a:hover {
    color: #2a89e6;
}

.list-right-content>ul li span {
    float: right;
    padding-right: 15px;
}

.list-content .list-news>ul li {
    width: 260px;
    height: 214px;
    border: 1px solid #e6e5e5;
    margin-top: 20px;
    float: left;
    margin-right: 20px;
}
.list-content .list-news>ul li a{
	
}
.list-content .list-news>ul li .pic {
    width: 260px;
    height: 180px; 
    overflow: hidden;
	*width: auto;
    *height: auto; 
	*overflow:visible
}

.list-content .list-news>ul li img {
	width:260px;
    height: 180px;
    display: block;
    transition: all 1s;
}

.list-content .list-news>ul li p {
    width: 257px;
    padding: 0 10px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-content .list-news>ul li:hover {
    border-color: #2a89e6;
}

.list-content .list-news>ul li:hover p {
    background-color: #2a89e6;
    color: #fff;
}
.list-content .list-news>ul li:hover p b{
	color: #fff;
}
.list-content .list-news>ul li:hover img {
    transform: scale(1.2);
}
 
.article-content .article h1{
    line-height: 1.6;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    text-align: center;
    padding: 20px 0;
}
.article-content .article .time{
    height: 30px;
    line-height: 30px;
    background-color: #f7f7f7;
	margin-bottom: 20px;
}
.article-content .article .time p{
    text-align: center;
}
.article-content .article-body{
	width: 100%;
	overflow-x: hidden;
	line-height: 1.8
}

.article-content .article-body div{
	max-width: 100% !important;
}
.article-toolbar {
	border-top: 1px dashed #dbdbdb;
	margin-top: 20px;
	padding-top: 20px;
}
.article-toolbar .paging{
	float: left;
	width: 600px;
}
.article-toolbar .paging p{
	line-height: 2
}
.article-toolbar .share{
	float: right;
/*	width: 278px; */
	margin-top: 20px;
}
.article-toolbar .bdsharebuttonbox{
	text-align: right
}
.article-toolbar .bdsharebuttonbox a{
	float: inherit;
	display: inline-block;
	*zoom:1;
	*display: inline;
	margin: 0
}
.bdsharebuttonbox .bds_qzone {
    width: 31px;
    height: 30px;
    background: url(../images/qq-icon.png) no-repeat;
    background-position: center center !important;
}
.bdsharebuttonbox .bds_weixin {
    width: 31px;
    height: 30px; 
    background: url(../images/wechat-icon.png) no-repeat;
    background-position: center center !important;
}
.bdsharebuttonbox .bds_tsina {
    width: 31px;
    height: 30px;
    background: no-repeat;
    background-position: center center !important;
}


/*/-------------------score.htm----------------------------------*/
/*
.score-content ul {
	width: 500px;
	margin: 0 auto
}
.score-content ul li{
	margin: 20px 0;
}
.score-content ul li label{
	display: inline-block;
	width: 100px;
	text-align: center
}
.score-content input{
	width: 390px;
	height: 30px; 
	padding: 0 
}
.score-content select{
	width: 200px;
	height: 30px;
}
.score-content #get{ 
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	background-color: #3391ed
}
.score-content #get:hover{
	background-color: #006ed9
}
*/
/*/-------------------score.htm------end----------------------------*/


.list-xzxx ul {
	width: 500px;
	margin: 0 auto
}
.list-xzxx ul li{
	margin: 20px 0;
}
.list-xzxx ul li label{
	display: inline-block;
	width: 100px;
	text-align: center
}
.list-xzxx ul li textarea{
	width: 390px;
	padding: 0 ;
	resize: none;
}
.list-xzxx input{
	width: 390px;
	height: 30px; 
	padding: 0 
}
.list-xzxx select{
	width: 200px;
	height: 30px;
}
.list-xzxx .xzxx-sub input{ 
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	background-color: #3391ed;
	border: none;
	cursor: pointer
}
.list-xzxx .xzxx-sub input:hover{
	background-color: #006ed9
}
.list-contact .address-wrapper{
	margin-top: 20px;
}
.list-contact .address-wrapper .address{
	float: left
}
.list-contact .address-wrapper .address h3{
	color: #2a89e6;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
.list-contact .address-wrapper .address p{
	color: #5e5e5e;
	font-size: 14px;
	line-height: 32px;
}
.list-contact .address-wrapper .school-img{
	float: right
}
.list-contact .map{
	margin-top: 30px;
}
.list-contact .map h3{
	color: #2a89e6;
	font-size: 16px;
	font-weight: bold
}

.article{
	max-width: 100%;
	overflow: hidden;
	line-height: 2;
	font-size: 14px;
}
.article div,.article p{
	font-size: 14px;
}
.article img{
	max-width: 100% !important;;
        width:100% !important;
        max-height:auto !!important;
        height:auto !important;
}


.zt-list-right-wrapper > ul li{
	float: left;
	margin: 8px 5px;
	border: 1px solid #ebebeb;
}
.zt-list-right-wrapper > ul li:hover{
	border-color: #006ed9
}
.zt-list-right-wrapper > ul li:hover p{
	background-color: #006ed9;
	color: #fff
}
.zt-list-right-wrapper > ul li img{
	display: block
}
.zt-list-right-wrapper > ul li p{
	width: 257px;
	height: 30px;
	line-height: 30px;
	text-align: center; 
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}



