﻿body {
	min-width: 1280px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #333333;
	
}

.h3, h3 {
    font-size: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
input,li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none !important;
}
a:hover{
	color:#b1262b;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.nomar-r {
	margin-right: 0 !important;
}

.padtb20 {
	padding: 20px 0;
}
.col-xs-20,.col-sm-20,.col-md-20,.col-lg-20 {
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.col-xs-20 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}

.header {
    background:#b0262b;
	height: 222px;
	position: relative;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.container {
	width: 1200px !important;
}
.container1 {
	width: 1200px auto;
}
.container2 {
	width: 1000px auto;
}
.logo {
	width: 500px;
	padding-top:15px;
    padding-left:20px;

}

.logo img {}

/*pc搜索*/
.search_form{ float:right; width:272px;  height:38px; margin-top:50px;}
.nav-hide .search_form{ margin-top:16px;}
.search_form .input_shurk{ 
    float:left;width:228px; height:38px; 
    line-height:36px; background:none;
    border:1px solid #dddddd; border-right:0;
    outline:medium; color:#dddddd; font-size:13px; 
    text-indent:16px; font-family:"微软雅黑";}
.search_form .input_shurk:focus{ color:#fff;}
.search_form .s_btns{ float:right; width:43px; height:38px;background: url(../images/top_bg6.png) #bf242a center center no-repeat;   border:none; cursor:pointer; outline:none;}
.search_form .s_btns:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}


/* 导航 */
.nav-pills {
	margin-top: 10px;
}

.nav-pills>li {
	margin: 0px 6px;
}

.nav-pills>li>a {
	color: #FFFFFF;
	font-size: 20px;
    font-weight:300;
    padding: 10px 25px;

    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -ms-transform:scale(1); 
    -o-transform:scale(1); 
    transform:scale(1);
    -webkit-transition:all 0.3s ease-out 0s; 
    -moz-transition:all 0.3s ease-out 0s; 
    -o-transition:all 0.3s ease-out 0s; 
    transition:all 0.3s ease-out 0s;
}

.nav-pills>li>a:hover {
    font-weight:bold;
	background: none;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
    -webkit-transform:scale(1.1, 1.1); 
    -moz-transform:scale(1.1, 1.1); 
    -o-transform:scale(1.1, 1.1); 
    -ms-transform:scale(1.1, 1.1); 
    transform:scale(1.1, 1.1);
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: none;
	border: 1px solid #FFFFFF;
    border-radius:10px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background: none;
	border-bottom: none;
	border-radius: 0
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: none;
}

.menu .btn-default {
	background: none;
	color: #FFFFFF;
}

.menu .navbar-btn {
	margin-top: 5px;
}

.menu .btn {
	border-radius: 20px;
	line-height: 1;
	padding-bottom: 10px;
	margin-left: 15px;
}

.menu .glyphicon-user:before {
	margin-right: 10px;
	font-size: 12px;
}

/* 第一版块 */
.main-1 {
	margin-top: 0px;
}

.main-1 ul li {}

.main-1 ul li .linkbox {
	border-radius: 8px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background: rgba(255,255,255,1);
	text-align: center;
	transition: all 0.3s;
	-moz-transition: all 0.3s;/* Firefox 4 */
	-webkit-transition: all 0.3s;/* Safari 和 Chrome */
	-o-transition: all 0.3s;/* Opera */
}
.main-1 ul li:hover .linkbox{
	margin-top: -10px;
	background: rgba(255,255,255,0.95);
}
.main-1 ul li .linkbox a {
	display: block;
	padding: 40px;
}

.main-1 ul li .linkbox .pic {
	margin-bottom: 20px;
	height: 125px;
}

.main-1 ul li .linkbox button {
	width: 85%;
	font-size: 17px;
font-weight:300;
}

.main-1 .icon-arr-down {
	text-align: center;
	padding: 60px 0 30px;
}
.btn-danger{
	background:#b0262b;
}
/* 第二版块 */
.main-2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.main-2 .news,
.main-2 .newspic {
	width: 50%;
}

.main-2 .news {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background: #FFFFFF;
}

.main-2 .newspic img {
	width: 100%;
}

/* 浙里动态切换 */
.slideTxtBox {
	text-align: left;
	height: 368px;
}

.slideTxtBox .hd {
	height: 80px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 40px;
	top: 25px;
	height: 40px;
}

.slideTxtBox .hd ul li {
	float: left;
	margin-right: 20px;
	cursor: pointer;
	font-size: 20px;
}

.slideTxtBox .hd ul li.on {
	height: 40px;
	border-bottom: 3px solid #e01d21;
}

.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
}

.slideTxtBox .bd li {
	height: 43px;
	line-height: 43px;
	background: url(../images/arrow01.png) left center no-repeat;
	padding-left: 20px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.slideTxtBox .bd li:hover {
	background: url(../images/arrow02.png) left center no-repeat;
}
.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}

.new-title {
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 40px;
	background: #b1262b;
	height: 44px;
	line-height: 44px;
	font-weight: 300;
}

.new-title span.en {
	font-family: "arial, helvetica, sans-serif";
	font-size: 14px;
	margin-left: 15px;
}

.new-title .more {
	float: right;
	font-weight: lighter;
	font-size: 15px;
	line-height: 44px;
	width: 20px;
}

.new-box {
	width: 575px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background: #FFFFFF;
}

.main-3 {
	margin-top: 100px;
}

.new-list {
	padding: 10px 0;
}

.new-list ul {
	padding: 15px;
	zoom: 1;
}

.new-list ul li {
	height: 43px;
	line-height: 43px;
	background: url(../images/arrow01.png) left center no-repeat;
	padding-left: 20px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new-list ul li:hover {
	background: url(../images/arrow02.png) left center no-repeat;
}

.new-list ul li .date {
	float: right;
	color: #999;
}

.main-4 {
	margin-top: 100px;
	background: #9c1b1f;
	text-align: center;
}

.main-5 {
	margin-top: 100px;
    margin-bottom: 30px;
}
.main-7 {
	margin-top: 20px;
    margin-bottom:30px;
}
.zlms-title {
	text-align: center;
	position: relative;
	padding-bottom: 50px;
    
}
.zlms-title a{
    color:#dddddd;
    font-weight:bolder;
}
.zlms-title h2{
	 font-size: 34px;
    color: #9a1b1e;
    text-align: center;
    line-height: 2.5;
}
.zlms-title .en {
	position: absolute;
	right: 20px;
	top: 70px;
}

.zlms-title .btn ,.slideTxtBox-1 .hd .btn-danger{
	border-radius: 25px;
	padding: 10px 50px;
}

.zlms-title .btn-danger,.slideTxtBox-1 .hd .btn-danger{
	background-color: #b1262b;
}

.zlmsbox {
	position: relative;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background: #FFFFFF;
	padding-top: 100px;
	margin-top: 120px;
	height: 480px;
}

.zlmsbox .pic {
	position: absolute;
	width: 150px;
	height: 150px;
	top: -75px;
	left: 50%;
	margin-left: -75px;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
	transition: all 0.3s;
	-moz-transition: all 0.3s;/* Firefox 4 */
	-webkit-transition: all 0.3s;/* Safari 和 Chrome */
	-o-transition: all 0.3s;/* Opera */
}
.zlmsbox a:hover .pic{
	top: -90px;
	margin-left: -90px;
	width: 180px;
	height: 180px;
}
.zlmsbox .pic img {
	height: 100%;
}

.zlmsbox p {
	padding: 0 40px;
}

.zlmsbox h3 {
	text-align: center;
	padding-bottom: 10px;
}

.zlmsbox p.laiyuan {
	text-align: center;
}

.zlmsbox p.zhaiyao {
	text-indent: 2em;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 25px;
	color: #666666;
}

.main-6 {
	position: relative;
    margin-top: 50px;
   margin-bottom: 30px;
}

.main-6 ul li {
	float: left;
	width: 32.7%;
	position: relative;
	padding: 1px;
	padding-top: 113px;
	overflow: hidden;
}

.main-6 ul li:hover {
	background: rgba(0, 0, 0, 0.8) !important;
	filter: Alpha(opacity=80);
	background: #000000;
}

.main-6 ul li:nth-child(3n-1) {
	width: 34.6%;
}

.main-6 ul li img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
	margin:2px;
	filter: alpha(opacity=100);
	transition: all 1s;
	-moz-transition: all 1s;/* Firefox 4 */
	-webkit-transition: all 1s;/* Safari 和 Chrome */
	-o-transition: all 1s;/* Opera */
}

.main-6 ul li:hover img {
	opacity: 1;
	filter: alpha(opacity=70);
}
.zlzs-title{
	position: absolute;
	width: 160px;
	height: 160px;
	text-align: center;
	font-size: 20px;
	color: #fff6fb;
	top:50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -80px;
	z-index: 10;
	background: #92130d;
	border-radius: 50%;
	
}
.zlzs-title a{
	display: block;
	padding-top: 60px;
}
.zlzs-title a:hover{
	color: #D58512;
}
.zlzs-title p{
	display: block;
	padding-top: 10px;
}
/* 底部 */
.footer {
	padding: 30px;
	text-align: center;
	color: #dddddd;
	font-size: 15px;
	min-width:1200px;
    background: #b0262b url(../images/foot_logo.png) left center no-repeat;
}
.footer a{
	color: #dddddd;
}
.footer a:hover{
	color: #fff;
}


/*尾部*/
.f_bg{ 
    background: #b0262b;
    color:#dddddd; font-size:13px; clear:both; padding-top:17px; 
    text-align:left; }
.f_bg_div{ max-width:1200px; width:96%; margin:0 auto;}
.f_bg a{color:#ccc; text-decoration:none;}
.f_bg a:hover{ color:#fff;}
.f_bg .f_div_l{ float:left;width:calc(100% - 158px);width:-webkit-calc(100% - 158px);width:-moz-calc(100% - 158px); max-width:975px;}
.f_bg .f_div_l .f_logo{ 
    float:left; width:44%; height:85px; border-right:0px solid #a8a5a5; 
    margin-top:25px;
    }
.f_bg .f_div_l .f_logo img{ 
    max-width:351px;max-height:90px;
    filter: Alpha(Opacity=60);opacity: 0.6;

}
.f_bg .f_div2_r2_con{ width:55%; border-right:0px solid #a8a5a5; overflow:hidden; text-align:left; margin-top:25px;}
.f_bg .f_div2_r2_con .ul{max-width:340px; width:90%; margin:0 auto; overflow:hidden; margin-top:4px;}
.f_bg .f_div2_r2_con .ul li{ padding-left:21px; display:block; overflow:hidden; line-height:26px; margin-top:2px; margin-bottom:2px; background-repeat:no-repeat; background-size:auto 15px; background-position:left top 5px;}
.f_bg .f_div2_r2_con .ul li.bgs1{ background-image:url(../images/foot_bg1.png);}
.f_bg .f_div2_r2_con .ul li.bgs2{ background-image:url(../images/foot_bg2.png);}
.f_bg .f_div2_img{ float:right;  width:158px; line-height:30px; text-align:center;}
.f_bg .f_div2_img img{ width:100%;margin:0 auto; display:block; max-width:85px;}



.f_div3{ 
    line-height:24px; min-height:24px; 
    border-top:#a8a5a5 1px solid ; 
    clear:both; margin-top:5px;  
    padding-top:17px; padding-bottom:17px;}
.f_div3 a:hover{
    transition:all 0.3s;
    filter: Alpha(Opacity=80);
    opacity: 0.8; color:#fff;}

/* 二级页 */
.list-main{
	margin: -20px auto 100px;
}
.list-con{
	position: relative;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background: #FFFFFF;
	border-radius: 5px;
	padding: 40px 50px;
}
.list-con .slideTxtBox{
	height: auto;
}
.list-con .slideTxtBox .hd ul{
	top: 10px;
	left: 0;
}
.list-con .slideTxtBox .hd ul li{
	height: 50px;
	line-height: 50px;
	border: none;
	background: #b0262b;
	border-radius: 5px;
   /*	width: 180px;  */
	text-align: center;
	color: #FFFFFF;
	padding: 0 15px;
}
.list-con .slideTxtBox .hd ul li a{
	color: #dddddd;
}
.list-con .slideTxtBox .hd ul li a:hover{
	color: #FFFFFF;
}
.list-con .slideTxtBox .hd ul li.on{
	background: #e60000;
}
.list-con .slideTxtBox .bd ul{
	padding: 0;
}
.list-con .slideTxtBox .bd ul li{
	height: 180px;
	background: none;
	padding: 10px 0;
	padding-left:20px;
	border-bottom: 1px solid #dddddd;
	white-space:normal;
	position: relative;
}
.list-con .slideTxtBox .bd ul li .pic-icon{
	width: 140px;
	margin-right: 30px;
   
}
.list-con .slideTxtBox .bd ul li .pic-icon img{
	width: 200px; 
    height: 110px;
    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -ms-transform:scale(1); 
    -o-transform:scale(1); 
    transform:scale(1);
    -webkit-transition:all 0.3s ease-out 0s; 
    -moz-transition:all 0.3s ease-out 0s; 
    -o-transition:all 0.3s ease-out 0s; 
    transition:all 0.3s ease-out 0s;
}
.list-con .slideTxtBox .bd ul li .pic-icon:hover img{
	-webkit-transform:scale(1.1, 1.1);
     -moz-transform:scale(1.1, 1.1); 
     -o-transform:scale(1.1, 1.1); 
     -ms-transform:scale(1.1, 1.1); 
     transform:scale(1.1, 1.1);
}
.list-con .slideTxtBox .bd ul li .tit{
	width: 780px;
    margin-right: 20px;
}
.list-con .slideTxtBox .bd ul li h3{
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 10px;
 
}
.list-con .slideTxtBox .bd ul li h3 a{
    font-size: 20px;
	color:#666666;
    font-weight:bold;
}
.list-con .slideTxtBox .bd ul li h3 a:hover{
	color:#b0262b;
}
.list-con .slideTxtBox .bd ul li p.zhaiyao{
	line-height: 1.8;
	color: #666;
	font-size: 18px;
    padding-left:30px;
}
.list-con .slideTxtBox .bd ul li .date{
	position: absolute;
	right: 20px;
	bottom: 0;
	color: #999999;
	font-size: 12px;
}

/* ---面包屑 */
.dzwz {
	position: absolute;
	right: 0px;
	padding-left: 20px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: normal;
	color: #888888;
	background: none;
}


/* ----浙里名师列表 */
.list-pic ul li{
	height: 310px;
	padding: 40px 0;
	border-bottom: 1px solid #dddddd;
}
.list-pic ul li .photo{
	width: 150px;
	margin-right: 50px;
	margin-top: 40px;
}
.list-pic ul li .tit{
	width: 750px;
}
.list-pic ul li .tit .name{
	padding-bottom: 20px;
}
.list-pic ul li .tit .name h2{
	padding-bottom: 10px;
}
.list-pic ul li .tit .name h4{
	color: #999999;
}
.list-pic ul li .tit .name .details{
	float: right;
	padding-top: 10px;
}
.list-pic ul li .tit .geyan{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
}
.list-pic ul li .tit .zhaiyao{
	font-size: 18px;
	line-height: 1.6;
	color: #999999;
}
.list-pic ul li .tit p{margin: 0;}
/* ----正文 */
.page-con {
	padding: 20px;
}

.page-con .page-title {
	padding-bottom: 20px;
	text-align: center;
}

.page-con .page-title h1 {
	font-size: 24px;
	font-weight: normal;
	color: #444444;
	line-height: 1.8;
}

.page-con .page-title h2 {
	font-size: 18px;
	color: #333333;
	line-height: 35px;
}

.page-con .page-title .date {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
}

.page-con .page-title .date span {
	padding: 0 10px;
}
.page-con .page-title .ms-pic{
	width:350px;
}
.page-con .page-title .ms-pic img{
	max-width:280px;
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.page-con .page-title .ms-txt{
	width:650px;
}
.page-con .article {
	padding: 20px 0;
	line-height: 200%;
	font-size: 16px;
}

.page-con .article p {
	text-indent: 2em;
	margin: 10px 0; 
	color: #555555;
}

.page-con .article p img {
	max-width: 100%;
	margin: 10px;
}

.page-con .article table td p{
	text-indent: 0;
}

/* 表格内容不缩进 */
.list-photo{
	padding: 20px 0;
}
.list-photo ul li{
	float: left;
	width: 30%;
        height:244px;
	margin-bottom:40px;
	overflow: hidden;
}
.list-photo ul li:nth-child(3n-1) {
    margin-left: 5%;
	margin-right: 5%;
}
.list-photo ul li .pic{
position: relative;
overflow: hidden;
width:100%;
padding-bottom:55%;
}
.list-photo ul li .pic img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.list-photo ul li h4 {

    width: 100%;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    padding: 10px;
    line-height: 1.5;
    font-size: 16px;
}

/*排名*/
.padding-0 {
        padding: 0px !important;
      }

      .left {
        float: left;
      }

      .right {
        float: right;
      }

      .margin0 {
        margin-left: 0 !important;
      }
      .slideTxtBox-1 {
        width: 100%;
        overflow: hidden;
        text-align: left;
        align-items: center;
		padding-bottom:20px;
      }

      .slideTxtBox-1 .hd {
        width: 100%;
        height: 46px;
        line-height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
      }


      .slideTxtBox-1 .hd ul li {
        padding: 0 15px;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;

      }
      .slideTxtBox-1 .hd ul .caption {
        font-size: 18px;
      }
      .slideTxtBox-1 .hd ul li.on {
        height: 43px;
        line-height: 43px;
        background: #fff;
        border-bottom: 2px solid #fff;
        border-top: 2px solid #e60000;
      }
      .slideTxtBox-1 .hd ul .caption.on {
        height: 44px;
        line-height: 48px;
        background: none;
        border-top: none;
        border-bottom: 3px solid #e60000;
      }
      .slideTxtBox-1 .rank {
        width: 18px;
        margin-top: 5px;
      }

      .slideTxtBox-1 .bd {
        width: 100%;
        padding: 15px 0;
        overflow: hidden;
        align-items: center;
      }

      .slideTxtBox-1 .bd li {
        font-size: 14px;
        line-height: 30px;
        margin: 15px 50px;
		float: left;
		position:relative;
      }

      .slideTxtBox-1 .bd ul {
        width: 100%;
        align-items: center;
      }

      .slideTxtBox-1 .bd li:hover {
        background: #fafafa;
      }

      .caption {
        height: 40px;
        font-size: 20px;
        color: #e60000;
        font-weight: bold;
        padding: 0 17px 0 17px;
        align-items: center;
        border-bottom: 3px solid #e60000;
      }

      .slideTxtBox-1 .bd .special {
        height: 74px;
        color: #333;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
      }

      .slideTxtBox-1 .bd .special span {
        padding-left: 25px;
        display: inline-block;
        font-size: 12px;
        color: #666; 
        text-indent: 2em;
        line-height: 18px;
      }
      .slideTxtBox-1 .bd .special .xq {
        color: #e60000;
      }
      .newsR {
        width: 328px;
        margin-top: 15px;
      }
      .newsR li {
        width: 328px;
        height: 70px;
        margin-top: 5px;
        padding: 10px;
        cursor: pointer;
      }

      .newsR img {
        margin: 5px 0 0 5px;
      }

      .newsT {
        width: 65%;
        color: #333;
      }

      .newsT p {
        font-size: 16px;
        font-weight: bold;
        margin-top: 8px;
        line-height: 19px;
      }

      .newsT span {
        font-size: 12px;
      }
      .rankno {
        width: 45px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        font-weight: 500;
        color: #b31616;
      }

      .text-center {
        text-align: center;
      }
      .gblearn-listcon p {
        font-size: 12px;
        line-height: 21px;
        color: #666;
        text-indent: 2em;
      }
      .gblearn-listcon p a {
        color: #e60000;
      }

      .gblearn {
        margin-top: 0;
      }

      .gblearn li {
        width: 40.4%;
        height: 80px;
        background: #fefefe;
        margin-top: 14px;
        cursor: pointer;
        border: 0px solid #ccc;
        border-radius: 10px;
        box-shadow: 1px 3px 10px #ddd;
      }

      .gblearn img {
        margin: 1px 0 0 20px;
      }
	  .slideTxtBox-1 .more{
		  width:110px;
		  height:35px;
		  line-height:35px;
		  margin:10px auto;
		  text-align:center;
		  color:#999999;
		  font-size:15px;
		  cursor:pointer;
		  }
		  .gblearn li img {
        width: 50px;
        margin-top: 3px;
        border-radius: 50%;
      }
	 .slideTxtBox-1 .order{
		 position:absolute;
		 right: 30px;
    top: 26%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
		 font-weight:bold;
		 background:#94c7f4;
		 color:#ffffff;
		  }
		  
		.gblearn li:nth-child(1) .order{
			background:#c9302c;
			color:#ffffff;
			}
			.gblearn li:nth-child(2) .order{
			background:#e6c975;
			color:#ffffff;
			}
			.gblearn li:nth-child(3) .order{
			background:#cee675;
			color:#ffffff;
			}
.zlms{
	padding: 40px 0px !important;
}		
			
.zlms-tit{
	padding:30px;
	
	}
.zlms-tit h1{
	font-size:80px;
	color:#e1dfdf;
	text-align:center;
	line-height:1.2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.zlms-tit h2{
	font-size:34px;
	color:#9a1b1e;
	text-align:center;
	line-height:1.5;
}
.zlms-list {
	
	overflow: hidden;
	padding-bottom:50px;
}
.zlms-list li{
	margin-top:50px;
	margin-left:50px;
	position:relative;
    border-bottom: 1px solid #dddddd;
}
.zlms-list li .pic{
	width:200px;
	
	height:210px;
	overflow:hidden;
	position:relative;
}
.zlms-list li .pic img{
	position:absolute;
	top:2%;
	transform: translate(0% , -50%);
	width:200px;
    -webkit-transform:scale(1); 
    -moz-transform:scale(1); 
    -ms-transform:scale(1); 
    -o-transform:scale(1); 
    transform:scale(1);
    -webkit-transition:all 0.3s ease-out 0s; 
    -moz-transition:all 0.3s ease-out 0s; 
    -o-transition:all 0.3s ease-out 0s; 
    transition:all 0.3s ease-out 0s;
	
}
.zlms-list li .pic:hover img{
	-webkit-transform:scale(1.1, 1.1);
     -moz-transform:scale(1.1, 1.1); 
     -o-transform:scale(1.1, 1.1); 
     -ms-transform:scale(1.1, 1.1); 
     transform:scale(1.1, 1.1);
}
.zlms-list li .msinfo{
	width:910px;
	box-sizing: border-box;
	padding:20px 50px;
	position:relative;
	height:100%;
	height:280px;
	overflow:hidden;
}
.zlms-list li .msinfo h3{
	font-size:22px;
    font-weight:bold;
    color:#666666;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
}
.zlms-list li .msinfo h3 .icon{
	background:url(../images/ms-mp.png) no-repeat;
	width:118px;
	height:31px;
	display: inline-block;
	margin-left:20px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
}
.zlms-list li.click .msinfo{
	background:rgba(226,226,226,1);
}
.zlms-list li.click .msinfo h3{
	text-align:center;
	padding-top:30px;
}
.zlms-list li.click .msinfo h3 .icon{
	background:url(../images/ms-mp2.png) no-repeat;
	width:71px;
	height:55px;
	position:absolute;
	top:15px;
	right:15px;
}
.zlms-list li .msinfo .zw{
	padding:15px 0;
}
.zlms-list li .msinfo .zw p{
	margin-bottom:0;
	font-size:20px;
	color:#666666;
    padding-left:20px;
}
.zlms-list li .msinfo .jianjie{
	font-size:16px;
	color:#666666;
	line-height:2;
    padding-left:20px;
	text-align:justify;
	height:175px;
	overflow:hidden;
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
}
.zlms-list li.click .msinfo .jianjie{
	opacity:0;
	height:0px;
}
.zlms-list li .msinfo .contact{
	opacity:0;
	padding:25px 0;
	color:#666666;
	font-size:18px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
}
.mingpian span{
	display:block;
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-left:35px;
	margin-bottom:15px;
	height:25px;
	line-height:25px;
	text-align:left;
	}
.mingpian span.school{
	background:url(../images/icon-xuexiao.png) no-repeat left center;

}
.mingpian span.bumen{
	background:url(../images/icon-bumen.png) no-repeat left center;

}
.mingpian span.weixin{
	background:url(../images/icon-weixin.png) no-repeat left center;

}
.mingpian span.mail{
	background:url(../images/ms-mp-mail.png) no-repeat left center;

	
}

.zlms-list li.click .msinfo .contact{
	opacity:1;
}
.zlms-list li .zlms-line{
	position:absolute;
	bottom:5px;
	right:0;
	width:100%;
	height:3px;
	background:#dddddd;
}

.chaxun{
 width:430px;
 float:right;	
}
.chaxun select{
	background:#b0262b;
	width:180px;
	border:0;
}
.chaxun .chaxun-type{
	float:left;
	width:206px;
	padding:10px;
	background:#b0262b;
	border-radius:20px;
	color:#ffffff;
}
.chaxun .chaxun-txt{
	float:left;
	width:206px;
	padding:10px;
	background:#b0262b;
	border-radius:20px;
	color:#ffffff;
	margin-left:8px;
}
.chaxun .chaxun-txt input.kuang{
	border:0;
	background:none;
	width:150px;
	font-size:14px;
	color:#f5f5f5;
}
.chaxun .chaxun-txt input:-webkit-autofill { box-shadow: 0 0 0px 1000px #b0262b inset;}
.chaxun .chaxun-txt input::-webkit-input-placeholder { /* WebKit browsers */
  color: #f5f5f5;
}

.chaxun .chaxun-txt input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #f5f5f5;
}

.chaxun .chaxun-txt input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #f5f5f5;
} 

/* 本例子css */
		.picScroll-top{ margin:0 auto;  width:100%;  overflow:hidden; position:relative;    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175); background:url(../images/index-zlms-left-bg.png) repeat-y left;}
		.picScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picScroll-top .hd .prev,.picScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer;}
		.picScroll-top .hd .next{ background-position:0 -140px;  }
		.picScroll-top .hd .prevStop{ background-position:-60px -100px;  }
		.picScroll-top .hd .nextStop{ background-position:-60px -140px;  }
		.picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;  }
		.picScroll-top .hd ul li.on{ background-position:0 0; }
		.picScroll-top .bd{ padding:80px 0 80px 110px;   }
		.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-top .bd ul li{zoom:1; }
		.picScroll-top .bd ul li .pic{ width:340px;
	background:#696969;
	height:440px;
	position:relative;
	overflow:hidden }
		.picScroll-top .bd ul li .pic img{ position:absolute;
	top:50%;
	transform: translate(0% , -50%);
	width:340px; }
		.picScroll-top .bd ul li .msinfo{
	width:510px;
	box-sizing: border-box;
	padding:20px 50px;
	position:relative;
	height:100%;
}
.picScroll-top .bd ul li .msinfo h3{
	font-size:48px;
	line-height:2;
}
.picScroll-top .bd ul li .msinfo .zw{
	padding:15px 0;
}
.picScroll-top .bd ul li .msinfo .zw p{
	margin-bottom:0;
	font-size:20px;
	color:#666666;
}
.picScroll-top .bd ul li .msinfo .jianjie{
	font-size:18px;
	color:#666666;
	line-height:2;
	text-align:justify;
	height:175px;
	overflow:hidden;
}

.picScroll-top .zlms-line{
	position:absolute;
	top:70px;
	right:0;
	width:175px;
	height:16px;
	background:#9a1b1e;
}
.picScroll-top .zlms-en{
	position:absolute;
	bottom:20px;
	right:20px;
}

/*评选*/
.pingxuan-main{
	margin:30px auto;
}
.pingxuan-main ul li .date i{
	margin: 0 15px;
    font-style: normal;
}
.pingxuan-main .new-list ul{
	padding: 15px 0;
}
.pingxuan-box-mr{
	margin-right:88px;
}
.pingxuan-box-pic ul li{
	float:left;
	width:291px;
	height:290px;
	background:url(../images/pingxuan-pic-bg.jpg) no-repeat;
	padding:5px 4px;
	box-sizing:border-box;
}
.pingxuan-box-pic ul li .pic{
	padding-top:158px;
	overflow:hidden;
	position:relative;
	background:#000;
}
.pingxuan-box-pic ul li .pic img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0.8;
	filter:alpha(opacity=80);
		transition: all 0.3s;
   -moz-transition: all 0.3s;/* Firefox 4 */
-webkit-transition: all 0.3s;/* Safari 和 Chrome */
	 -o-transition: all 0.3s;/* Opera */
}
.pingxuan-box-pic ul li:hover .pic img{
	transform: scale(1.2); 
	opacity:1;
	filter:alpha(opacity=100);
}
.pingxuan-box-pic ul li h3{
	font-size:18px;
	color:#444444;
	padding:10px 16px;
	border-bottom:1px solid #f6f6f6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:10px 4px;
}
.pingxuan-box-pic ul li p{
	font-size:16px;
	color:#999999;
	padding:2px 20px;
	line-height:1;
}

.pingxuan-box-anli ul li{
	float:left;
	width:510px;
	height:200px;
    border-bottom:1px solid #f6f6f6;
	padding:5px 4px;
	box-sizing:border-box;
	margin-right:30px;
	background:none;
}
.pingxuan-box-anli ul li.mr{
	margin-right:0px;
	}
.pingxuan-box-anli ul li .pic{
	width:230px;
	height:170px;
	position:relative;
	overflow: hidden;
	background:#000;
	float:left;
	margin-top: 10px;
}
.pingxuan-box-anli ul li .pic img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0.8;
	filter:alpha(opacity=80);
		transition: all 0.3s;
   -moz-transition: all 0.3s;/* Firefox 4 */
-webkit-transition: all 0.3s;/* Safari 和 Chrome */
	 -o-transition: all 0.3s;/* Opera */	
}
.pingxuan-box-anli ul li:hover .pic img{
	transform: scale(1.2); 
	opacity:1;
	filter:alpha(opacity=100);
}
.pingxuan-box-anli ul li .text{
	float:right;
	width:255px;
}
.pingxuan-box-anli ul li .text h3{
	font-size:18px;
	color:#444444;
	margin-bottom:10px;
	line-height:1.8;
	padding-top:5px;
	white-space: pre-wrap;
}
.pingxuan-box-anli ul li .text p{
	font-size:16px;
	color:#999999;
	padding:10px 0px;
	line-height:1.8;
	white-space: pre-wrap;
}
.pingxuan-box-anli ul li .text .more{
	padding-top:10px;
}

.pxbg1{
	
}
/*首页浙里名师*/
.zlms-new ul{
	margin-left: -1px;
	margin-right: -1px;
}
.zlms-new ul li{
	float: left;
	padding:1px;
	width: 33.33%;
	height: 240px;
}
.zlms-new ul li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.zlms-new ul li a .hov{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width:100%;
}
.zlms-new ul li a .hov img{
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=100);
	transition: all 1s;
	-moz-transition: all 1s;/* Firefox 4 */
	-webkit-transition: all 1s;/* Safari 和 Chrome */
	-o-transition: all 1s;/* Opera */
}
.zlms-new ul li a:hover .hov img{
	width: 100%;
	height: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 1s;
	-moz-transition: all 1s;/* Firefox 4 */
	-webkit-transition: all 1s;/* Safari 和 Chrome */
	-o-transition: all 1s;/* Opera */
}
.zlms-new ul li a .zlms-icon{
	display: block;
	height: 135px;
	padding: 38px;
	text-align: center;
	z-index: 10;
}
.zlms-new ul li a h2{
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	color: #FFFFFF;
	line-height: 1;
}
.zlms-new ul li a p.en{
	padding-top: 8px;
	font-family: arial;
	font-size: 10px;
	font-weight: 300;
	text-align: center;
	color: #FFFFFF;
	opacity: .7;
	filter: alpha(opacity=70);
}

.zlms-new ul li a.zlms-bg-1{
	background: #1d5eb6;
}
.zlms-new ul li a.zlms-bg-2{
	background: #1498e4;
}
.zlms-new ul li a.zlms-bg-3{
	background: #9e3032;
}
.zlms-new ul li a.zlms-bg-4{
	background: #49998f;
}
.zlms-new ul li a.zlms-bg-5{
	background: #17b9bf;
}

.zlms-new ul li a.zlms-bg1-1{
	background: #1d5fb5;
}
.zlms-new ul li a.zlms-bg1-2{
	background: #1697e2;
}
.zlms-new ul li a.zlms-bg1-3{
	background: #5b5689;
}
.zlms-new ul li a.zlms-bg1-4{
	background: #616eaf;
}
.zlms-new ul li a.zlms-bg1-5{
	background: #3cad9e;
}

.zlms-photo img{
	width:100%;
}

/* 头条 */
.toutiao{
	margin-bottom: 45px;
	padding: 37px;
	background: #b0262b;
	border-radius: 15px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.toutiao-txt{
	width: 530px;
	padding: 20px 10px;
}
.toutiao-txt h1{
	font-size: 28px;
	line-height: 1.4;
	font-weight: 300;
	color: #dddddd;
	padding-left: 25px;
    background:url(../images/yinhao.png) left no-repeat;
}
.toutiao-txt h1 a:hover{
	color: #FFFFFF;
}
.toutiao-txt .zhaiyao{
	margin-top: 40px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 36px;
}
.toutiao-txt .more{
	margin-top: 15px;
	text-align: right;
}
.toutiao-txt .more a{
	display: block;
	width: 115px;
	height: 28px;
	line-height: 28px;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	float: right;
}
.toutiao-pic{
	width: 530px;
}
.toutiao-pic img{
	width: 100%;
	border-radius: 10px;
    -webkit-transform:scale(1);
     -moz-transform:scale(1); 
     -ms-transform:scale(1);
      -o-transform:scale(1); transform:scale(1);
      -webkit-transition:all 0.3s ease-out 0s; 
      -moz-transition:all 0.3s ease-out 0s; 
      -o-transition:all 0.3s ease-out 0s; 
      transition:all 0.3s ease-out 0s; 
}


.toutiao-pic:hover img{
    -webkit-transform:scale(1.1, 1.1); 
    -moz-transform:scale(1.1, 1.1); 
    -o-transform:scale(1.1, 1.1); 
    -ms-transform:scale(1.1, 1.1); 
    transform:scale(1.1, 1.1);}

/* news */
.news-box .new-title{
	height: 65px;
	line-height: 65px;
	padding-left: 80px;
	font-size: 22px;
}
.new-icon-1{
	background:#b1262b url(../images/icon_02.png) no-repeat 30px center;
}
.new-icon-2{
	background:#b1262b url(../images/icon_03.png) no-repeat 30px center;
}
.new-icon-3{
	background:#b1262b url(../images/icon_01.png) no-repeat 30px center;
}
.new-icon-4{
	background:#b1262b url(../images/icon_04.png) no-repeat 30px center;
}
.new-icon-5{
	background:#b1262b url(../images/icon_05.png) no-repeat 30px center;
}
.new-title .newmore {
    float: right;
	margin-right: 20px;
    font-weight: lighter;
    font-size: 15px;
    line-height: 65px;
    width: 20px;
}
.news-box {
	background: #FFFFFF;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.news-box .slideTxtBox{
	height: 255px;
}
.news-box .slideTxtBox .bd ul{
	padding: 20px 30px;
}
.news-box  .slideTxtBox .bd li{
	font-size:15px;
}
.zlms-new ul{
	border-bottom:20px solid #a61e21;
}
.zlms-new ul li a .zlms-icon{
	display: block;
	height: 75px;
	padding: 20px;
	text-align: center;
	z-index: 10;
}
.zlms-new ul li a .zlms-icon img{
	width:40px;
}
.zlms-new ul li a h2{
	font-size:18px;
}
.zlms-new ul li{
	height:113px;
}

.zljz-list ul{
margin:20px 115px;
}
.zljz-list ul li{
    position: relative;
margin-bottom:20px;
border:2px solid #c6c6c6;
    border-radius: 15px;
    padding: 30px;
}
.zljz-list ul li .pic{
width:150px;
height:110px;
float:left;
margin-right:50px;
text-align:center;
}
.zljz-list ul li .pic img{
height:100%;
max-width:150px;
}
.zljz-list ul li .text{
width:550px;
height:110px;
float:left;
}
.zljz-list ul li .text h1{
font-size:30px;
font-weight:300;
margin-bottom:10px;
}
.zljz-list ul li .text h1 span.wxh{
font-size:18px;
color:#666;
padding-left:15px;
}
.zljz-list ul li .text p{
font-size:16px;
color:#666;
line-height:1.8;
}
.zljz-list ul li span.hyd{
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 16px;
}
.list-con .slideTxtBox .hd{
	height:120px;
}
.list-con .slideTxtBox .hd ul{
 left:50px;
 margin-top:30px;
}
.zlms .slideTxtBox .hd ul li{
	min-width: 160px;
	font-size: 18px;
}
.font22{
font-size:22px !important;
font-weight:300 !important;
}


/* 焦点轮播 */
.newfocus {
	position: relative;
	width: 100%;
	height: 300px;
}
.newfocus .tempWrap{
	float:right;
	}
.newfocus .focus_pic {
	width: 530px;
	height: 300px;
	overflow: hidden
}

.newfocus .focus_pic li {
	vertical-align: top
}

.newfocus .focus_pic li a {
	display: block;
	width: 530px;
	height: 300px;
	overflow: hidden;
}

.newfocus .focus_pic img {
	width: 530px;
	height: auto;
	display: inline-block;
	vertical-align: top
}


.newfocus .focus_text {
	position: absolute;
	width: 530px;
	height: 300px;
	left: 0;
	top: 0;
	overflow: hidden
}

:root .newfocus .focus_text {
	-ms-filter: none
}

.newfocus .focus_text h2 {
	height: 50px;
	line-height: 50px;
	position: relative;
}

.newfocus .focus_text h2 a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.newfocus .focus_text h2 a:hover {
	color: #333333;
}

.newfocus .focus_text ul {
	padding: 0;
}

.newfocus .focus_text .c_txt4,
.newfocus .focus_text .c_txt4 a {
	color: #888888;
	line-height: 26px;
	font-size: 14px;
}

.newfocus .focus_text .c_txt4 a:hover {
	color: #ccc
}

.newfocus .focus_text .c_txt4 {
	white-space: nowrap;
	overflow: hidden
}

.newfocus .focus_info {
	height: 190px;
	overflow: hidden
}

.newfocus .focus_text .mod_desc {
	white-space: normal;
	overflow: hidden;
	text-indent: 2em;
	margin-top: 10px;
}

.newfocus .next {
	z-index: 100;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top:-22px;
	display: block;
	width: 45px;
	height: 45px;
	background: rgba(0,0,0,0.3);
	transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	/* Firefox 4 */
	-webkit-transition: 0.2s ease-out;
	/* Safari and Chrome */
	-o-transition: 0.2s ease-out;
	/* Opera */
}


.newfocus .next:hover {
	background: rgba(0,0,0,0.5);
}
.newfocus .prev {
	z-index: 100;
	position: absolute;
	right: 485px;
	top: 50%;
	margin-top:-22px;
	display: block;
	width: 45px;
	height: 45px;
	background: rgba(0,0,0,0.3);
	transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	/* Firefox 4 */
	-webkit-transition: 0.2s ease-out;
	/* Safari and Chrome */
	-o-transition: 0.2s ease-out;
	/* Opera */
}


.newfocus .prev:hover {
	background: rgba(0,0,0,0.5);
}
.newfocus .prevStop {
	display: none;
}

.newfocus .nextStop {
	display: none;
}

.newfocus .nextBtn {
	background:url(../images/i_next.png) center center no-repeat;
}
.newfocus .nextBtn:hover{
	background:url(../images/i_next.png) center center no-repeat;
}
.newfocus .preBtn {
	background:url(../images/i_pre.png) center center no-repeat;
}
.newfocus .preBtn:hover{
	background:url(../images/i_pre.png) center center no-repeat;
}

.ztxw{margin-top:20px;}
.ztxw ul li{margin:0 8px; float:left; width:130px;}
.sy-link{width:100%;}
.sy-link li{width:127px; margin-right:12px;}
.sy-link li:last-child{ margin-right:0px!important;}
.sy-link li .link-pic{width:100%; float:left; text-align:center; margin-bottom:10px;}
.sy-link li .link-txt{
    width:100%; font-family:'microsoft yahei'; 
    font-size:12px; 
    line-height:18px; 
    text-align:center;}
.sy-link li .link-pic img{
    width:100px;height:100px; 
    -webkit-transform:scale(1);
     -moz-transform:scale(1); 
     -ms-transform:scale(1);
      -o-transform:scale(1); transform:scale(1);
      -webkit-transition:all 0.3s ease-out 0s; 
      -moz-transition:all 0.3s ease-out 0s; 
      -o-transition:all 0.3s ease-out 0s; 
      transition:all 0.3s ease-out 0s; 
}

.sy-link li .link-pic:hover img{
    -webkit-transform:scale(1.1, 1.1); 
    -moz-transform:scale(1.1, 1.1); 
    -o-transform:scale(1.1, 1.1); 
    -ms-transform:scale(1.1, 1.1); 
    transform:scale(1.1, 1.1);}
.clear{ clear:both; font-size:0px; line-height:0px; height:0px;}

.prenext{ padding-top:3%;  font-size:14px;margin-bottom:4%;border-top:1px solid #e7e7e7; overflow:hidden; line-height:26px; color:#555555; text-align:left; }
.prenext span{ width:49%;}
.prenext .r{ text-align:right;} 
.prenext a{ color:#555555; overflow:hidden; transition:all 0.3s;}
.prenext a:hover{ color:#bf242a;  text-decoration:none;opacity:0.8;filter:Alpha(opacity=80);}

.prenext{ font-size:13px; line-height:24px; text-align:left;}
.prenext span{ width:100%;}
.prenext .l{ float:none; display:block;}
.prenext .r{ float:none; display:block; text-align:left;}