/*全局*/

* {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "pingfang SC", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
}

html,body {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666666;
}

img {
    border: none;
}

/*顶部*/
.head {
    width: 100%;
    min-width: 1400px;
    height: 150px;
    background: url(../../images/2021/bg_head.png) repeat-y;
}

.header {
    width: 1400px;
    height: 150px;
    margin: 0 auto;
}

.logo {
    width: 405px;
    height: 100px;
    display: inline;
    z-index: 1;
}

.head_right {
    width: 180px;
    float: right;
    padding: 0px 0px 0 0;
}

.head_right p {
    font-size: 14px;
    color: #a9a9a9;
    padding-top: 15px;
    float: right;
    line-height: 15px;
}

.head_right p a {
    font-size: 14px;
    color: #ffffff;
}

.sousou {
    width: 190px;
    float: right;
    margin-top: 60px;
   
}


div.search {padding-top: 5px;}
form {
  position: relative;
  width: 190px;
  margin: 0 auto;
}

.d6 form {
  height: 42px;
}
.d6 input {
  height: 100%;
  width: 0;
  padding: 0 42px 0 15px;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  background: transparent;
  transition: .4s cubic-bezier(0, 0.8, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.d6 input:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 2px solid #F9F0DA;
}
.d6 button {
  background: #79c91c;
  border: none;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d6 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;


}
.label {
    width: 180px;
    height: 30px;
    padding-top: 15px;
}

.label p {
    color: #ffffff;
}

.label p a {
    color: #ffffff;
}



.fullSlide {
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    min-width: 1400px;
    background: #000
}

.fullSlide ul {
    height: 100% !important;
    width: 100% !important;
}

.fullSlide li {
    height: 100% !important;
    width: 100% !important;
}

.fullSlide .prev,
.fullSlide .next {
    position: absolute;
    z-index: 1;
    display: block;
    width: 30px;
    height: 50px;
    top: 70%;
    margin-top: -100px;
    left: 20px;
    background: url(../images/2021/icons.png) 0 0 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.fullSlide .next {
    left: auto;
    right: 30px;
    background-position: -51px 0;
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.fullSlide .playState {
    display: block;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 50%;
    margin-top: -20px;
    width: 51px;
    height: 51px;
    overflow: hidden;
    background: url(../images/2021/icons.png) 23px -132px #000 no-repeat;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.fullSlide .pauseState {
    background-position: 23px -201px;
}

.fullSlide .playState:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.content {
    width: 100%;
    height: 145px;
    background: #34ab75;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.content2 {
    width: 1400px;
    height: 145px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.logo img {
    padding-top: 40px;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav2 {
    width: 100%;
    height: 48px;
    background: #eaf1ec;
}

.nav {
    width: 1400px;
    height: 48px;
    background: #eaf1ec;
    margin-top: 39px;
    margin: 0 auto;
    line-height: 48px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #317040;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    left: 3%;
}

.nav .nLi h3 {
    float: left;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 48px;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.nav .sub {
    display: none;
    width: 200px;
    left: 0;
    top: 48px;
    position: absolute;
    background: #ced4d0;
    line-height: 26px;
    padding: 5px 0;
	z-index:100; 
}

.nav .sub li {
    zoom: 1;
    line-height: 35px;
    height: 35px;
}

.nav .sub a {
    display: block;
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
}

.nav .sub a:hover {
    background: #317040;
    color: #ffffff;
}

.nav .on h3 a {
    background: #ced4d0;
    color: #317040;
}


.top {}

/*  This piece of code is for a third level drop down menu and is not included in this tutorial  #nav ul
li:hover ul li ul {display:none;}
 #nav ul li:hover ul li:hover ul {display:block; position: absolute; top:-1px; left: 151px;}*/


.banner {
    width: 100%;
    height: 500px;
}

.pro-switch2 {
    height: 500px;
    overflow: hidden;
    position: relative;
    /*width:960px;*/
}

.flex-control-nav2 {
    width: 20%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 280px;
}


/*main*/
.main {
    width: 100%;
    min-width: 1440px;
    background: #fff;
}

.main-2 {
    width: 100%;
    min-width: 1440px;
    background: #f4f8f6;
}

.main-3 {
    width: 100%;
    min-width: 1440px;
   
    background: #f4f8f6;
}

.main-4 {
    width: 100%;
    min-width: 1440px;
    background: #ffffff;
}

.main1 {
    width: 1430px;
	height:380px;
    margin: 0 auto;
    padding: 40px 5px;
}

.main_l {
    width: 895px;
    margin: 0 auto;
    padding-top: 22px;
}

.main_r {
    width: 280px;
    float: right;
    padding-top: 22px;2020/12/1xxx
}


.main2 {
    width: 1440px;
    margin: 0 auto; 
	height: 380px;
    padding: 30px 5px;
}


}

.main_2l {
    float: left;
}

.main_2r {
    float: left;
    padding-left: 15px
}

.main_3 {
    width: 1440px;
    margin: 10px;
    float: left;
}

.main3 {
    width: 1440px;
    margin: 0 auto;
    padding: 15px 5px;
    height: 470px;
}

.main4 {
    width: 1440px;
	height: 290px;
    margin: 0 auto;
    padding: 40px 5px;
}


.ppt{width:490px;height:370px;float:left}
	/* 新闻环缝 */
	.slideBox{ width:488px; height:370px; overflow:hidden; position:relative; border:1px solid #ddd;  }
	.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
	.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
	.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
	.slideBox .hd ul li.on{ background:#f00; color:#fff; }
	.slideBox .bd{ position:relative; height:100%; z-index:0;   }
	.slideBox .bd li{ zoom:1; vertical-align:middle; }
	.slideBox .bd img{ width:490px; height:365px; display:block;  }
	.slideBox .bd span{position: absolute;bottom: 0;left: 0;margin-bottom: 0;width: 100%;height: 32px;line-height: 32px;font-size: 14px;text-indent: 5px;text-align:left;}
	.slideBox .bd span.title{background: #dbdbdc; opacity: 0.7;/*background: rgba(192, 196, 195, 0.9);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000, endColorstr = #30000000);*/text-align:left;color: #000000;font-weight:bold;overflow: hidden;}

	/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


	/* 新闻环缝 */
	.slideBox2{ width:100%; height:500px; overflow:hidden; position:relative;  }
	.slideBox2 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
	.slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
	.slideBox2 .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
	.slideBox2 .hd ul li.on{ background:#f00; color:#fff; }
	.slideBox2 .bd{ position:relative; height:100%; z-index:0;   }
	.slideBox2 .bd li{ zoom:1; vertical-align:middle; }
	.slideBox2 .bd img{ width:1920px; height:500px; display:block;  }
	.slideBox2 .bd span{position: absolute;bottom: 0;left: 0;margin-bottom: 0;width: 100%;height: 32px;line-height: 32px;font-size: 14px;text-indent: 5px;text-align:left;}
	.slideBox2 .bd span.title{background: #dbdbdc; opacity: 0.7;/*background: rgba(192, 196, 195, 0.9);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000, endColorstr = #30000000);*/text-align:center;color: #000000;font-weight:bold;overflow: hidden;}

	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.slideBox2 .prev,
	.slideBox2 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
	.slideBox2 .next{ left:auto; right:3%; background-position:8px 5px; }
	.slideBox2 .prev:hover,
	.slideBox2 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
	.slideBox2 .prevStop{ display:none;  }
	.slideBox2 .nextStop{ display:none;  }
/*学院新闻*/
	
	.gzdt_list{width:440px;float:left;padding-left: 25px; }
	.gzdt_head{width:440px;height:40px;background: url(../../images/2021/bg_lanmu.png)bottom no-repeat;}
	.gzdt_head span{float:right;line-height:40px;height:40px;padding-right:10px;}
	.gzdt_head span a{font-size:12px;color:#000000;}
	.gzdt_head dt{font-size:20px;color:#56cc70;font-weight: bold;height:40px;line-height:30px;padding-left:10px;}
	.gzdt_list ul{padding-top: 10px;}	
    .gzdt_list li{padding-left: 20px; font-size: 14px;line-height:42px;height:42px;border-bottom:1px dashed #c1afaf;background: url(../../images/2021/heidian.png) no-repeat  1.5% 50%;}
    .gzdt_list li a:hover{color:#000000}
    .gzdt_list li a{color:#000;/*font-family:微软雅黑;*/font-size: 15px;}
	.gzdt_list span{float: right;color: #000;font-size: 15px;padding-right: 10px;}

/*通知公告*/
	
	
	.bcyg_list{width:450px;float:left; padding-left: 25px;}
	.bcyg_head{width:450px;height:40px;background: url(../../images/2021/bg_2.png)bottom no-repeat;}
	.bcyg_head span{float:right;line-height:40px;height:40px;padding-right:10px;}
	.bcyg_head span a{font-size:12px;color:#000000;}
	.bcyg_head dt{font-size:20px;color:#1282a7;font-weight: bold;height:20px;line-height:20px;padding-left:10px;}
	.bcyg_cont{width:450px;}
	.bcyg_l{width:62px;height:83px; float:left;}
	.bcyg_list ul{padding-top: 10px;}	
    .bcyg_list li{padding-left: 20px;font-size: 14px;line-height:42px;height:42px;border-bottom:1px dashed #c1afaf;background: url(../../images/2021/heidian.png) no-repeat  1.5% 50%;}
    .bcyg_list li a:hover{color:#000000}
    .bcyg_list li a{color:#000;/*font-family:微软雅黑;*/font-size: 15px;}
	.bcyg_list span{float: right;color: #000;font-size: 15px;padding-right: 10px;}



/*学术交流*/

	.tzgg{width:490px;float:left;  }
	.tzgg_head{width:440px;height:40px;background: url(../../images/2021/bg_1.png)bottom no-repeat;}
	.tzgg_head span{float:right;line-height:40px;height:40px;padding-right:10px;}
	.tzgg_head span a{font-size:12px;color:#000000;}
	.tzgg_head dt{font-size:20px;color:#1282a7;font-weight: bold;height:20px;line-height:20px;padding-left:10px;}
	
	.tzgg_cont{width:440px;}
	.tzgg_cont ul{padding-top: 10px;}	
    .tzgg_cont li{padding-left: 23px; font-size: 15px;line-height:42px;height:42px;border-bottom:1px dashed #c1afaf;background: url(../../images/2021/heidian.png) no-repeat  1.5% 50%;}
    .tzgg_cont li a:hover{color:#000000}
    .tzgg_cont li a{color:#000;/*font-family:微软雅黑;*/font-size: 15px;}
	.tzgg_cont span{float: right;color: #000;font-size: 15px;padding-right: 10px;}


	


/*就业信息*/
	
	.tbtj_list{width:440px;float:left;padding-left: 32px;}
	.tbtj_head{width:440px;height:30px;border-bottom: 2px solid #f9f9f9;}
	.tbtj_head span{float:right;line-height:25px;height:25px;padding-right:10px;}
	.tbtj_head span a{font-size:12px;color:#000000;}
	.tbtj_head dt{font-size:20px;color:#1282a7;font-weight: bold;height:25px;line-height:20px;padding-left:10px;}
	.tbtj_cont{width:440px;}
	.tbtj_cont ul{padding-top: 10px;}	
    .tbtj_cont li{padding-left: 10px;  border-bottom:1px solid #d8d8d8;font-size: 14px;line-height:44px;}
    .tbtj_cont li a:hover{color:#000000}
    .tbtj_cont li a{color:#000;/*font-family:微软雅黑;*/font-size: 15px;}
	.tbtj_cont span{float: right;color: #000;font-size: 15px;padding-right: 10px;}


/* 本例子css */
	.hasMoreTab{ width:440px; font-family:"Microsoft YaHei"; }
	.hasMoreTab .hd{ line-height:30px; height:40px; border-bottom:2px solid #bfbfbf; position:relative;  }
	.hasMoreTab .hd .more{ 	float: right;color: #000000;line-height: 40px;height: 40px;font-size: 12px;padding-right: 10px;}
	.hasMoreTab .hd .more a{color: #000000;font-size: 12px;}
	.hasMoreTab .hd ul{  position:absolute; height:40px;  overflow:hidden; zoom:1; }
	.hasMoreTab .hd li{ float:left;  padding:0 10px; cursor:pointer; margin-left:-1px; color:#9b9b9b; font-weight:bold;     font-size: 20px;}
	.hasMoreTab .hd li.on{ width:80px;font-weight:bold; height:40px; line-height:30px; background-image:url(../../images/2021/tab3.png); border-top:0;   font-weight:bold;     font-size: 20px;
    color: #56cc70; }
	.hasMoreTab .bd{  clear:both; position:relative;  }
	.hasMoreTab .bd h2{ font-size:14px; }
	.hasMoreTab .bd p{ color:#999;  }
	.hasMoreTab .bd p a{ color:#c00;  }
	.hasMoreTab .bd ul a{ color:#000000;  }
	.con ul{padding-top: 8px;}	
    .con li{padding-left: 20px; font-size: 14px;line-height:42px;height:42px;border-bottom:1px dashed #c1afaf;background: url(../../images/2021/heidian.png) no-repeat  1.5% 50%;}
    .con li a:hover{color:#000000}
    .con li a{color:#000;/*font-family:微软雅黑;*/font-size: 15px;}
	.con span{float: right;color: #000;font-size: 15px;padding-right: 10px;}




/* 本例子css */
	.hasMoreTab2{ width:490px; font-family:"Microsoft YaHei"; }
	.hasMoreTab2 .hd{ line-height:30px; height:40px; border-bottom:2px solid #bfbfbf; position:relative;  }
	.hasMoreTab2 .hd .more{ 	float: right;color: #000000;line-height: 40px;height: 40px;font-size: 12px;padding-right: 10px;}
	.hasMoreTab2 .hd .more a{color: #000000;font-size: 12px;}
	.hasMoreTab2 .hd ul{  position:absolute; height:40px;  overflow:hidden; zoom:1; }
	.hasMoreTab2 .hd li{ float:left;  padding:0 10px; cursor:pointer; margin-left:-1px; color:#9b9b9b; font-weight:bold;     font-size: 20px;}
	.hasMoreTab2 .hd li.on{ width:80px;font-weight:bold; height:40px; line-height:30px; background-image:url(../../images/2021/tab3.png); border-top:0;   font-weight:bold;     font-size: 20px;  color: #56cc70; }
	.hasMoreTab2 .bd{  clear:both; position:relative;  }
	.hasMoreTab2 .bd h2{ font-size:14px; }
	.hasMoreTab2 .bd p{ color:#999;  }
	.hasMoreTab2 .bd p a{ color:#c00;  }
	.hasMoreTab2 .bd ul a{ color:#000000;  }
	.hasMoreTab2.con ul{padding-top: 8px;}	
    .hasMoreTab2.con li{padding-left: 20px; font-size: 14px;line-height:42px;height:42px;border-bottom:1px dashed #c1afaf;background: url(../../images/2021/heidian.png) no-repeat  1.5% 50%;}
    .hasMoreTab2.con li a:hover{color:#000000}
    .hasMoreTab2.con li a{color:#000;/*font-family:微软雅黑;*/font-size: 15px;}
	.hasMoreTab2.con span{float: right;color: #000;font-size: 15px;padding-right: 10px;}

	.box_rt03{ width: 490px;border-top:none; overflow:hidden; }
	.box_rt03 ul{ padding-top:10px; width:490px;}
	.box_rt03 ul li{ width: 230px; height:150px; float: left;border-bottom:none; text-align:center; overflow:hidden; margin-left:10px; margin-bottom:10px;}
	.box_rt03 ul li a{ line-height:32px; font-size:12px;}
	.box_rt03 ul li a img{ display:block; width: 230px; height:123px;}


	/* 本例子css */
	.hasMoreTab3{ width:440px; font-family:"Microsoft YaHei"; }
	.hasMoreTab3 .hd{ line-height:30px; height:40px; border-bottom:2px solid #bfbfbf; position:relative;  }
	.hasMoreTab3 .hd .more{ 	float: right;color: #000000;line-height: 40px;height: 40px;font-size: 12px;padding-right: 10px;}
	.hasMoreTab3 .hd .more a{color: #000000;font-size: 12px;}
	.hasMoreTab3 .hd ul{  position:absolute; height:40px;  overflow:hidden; zoom:1; }
	.hasMoreTab3 .hd li{ float:left;  padding:0 10px; cursor:pointer; margin-left:-1px; color:#9b9b9b; font-weight:bold;     font-size: 20px;}
	.hasMoreTab3 .hd li.on{ width:80px;font-weight:bold; height:40px; line-height:30px; background-image:url(../../images/2021/tab3.png); border-top:0;   font-weight:bold;     font-size: 20px;  color: #56cc70; }
	.hasMoreTab3 .bd{  clear:both; position:relative;  }
	.hasMoreTab3 .bd h2{ font-size:14px; }
	.hasMoreTab3 .bd p{ color:#999;  }
	.hasMoreTab3 .bd p a{ color:#c00;  }
	.hasMoreTab3 .bd ul a{ color:#000000;  }
	.hasMoreTab3.con ul{padding-top: 8px;}	
    .hasMoreTab3.con li{padding-left: 20px; font-size: 14px;line-height:42px;height:42px;border-bottom:1px dashed #c1afaf;background: url(../../images/2021/heidian.png) no-repeat  1.5% 50%;}
    .hasMoreTab3.con li a:hover{color:#000000}
    .hasMoreTab3.con li a{color:#000;/*font-family:微软雅黑;*/font-size: 15px;}
	.hasMoreTab3.con span{float: right;color: #000;font-size: 15px;padding-right: 10px;}

	.con2{ width: 440px;border-top:none; overflow:hidden; }
	.con2 ul{ padding-top:55px; width:490px;}
	.con2 ul li{ width: 204px; height:120px; float: left;border-bottom:none; text-align:center; overflow:hidden; margin-left:10px; margin-bottom:10px;}
	.con2 ul li a{ line-height:32px; font-size:12px;}
	.con2 ul li a img{ display:block; width: 204px; height:82px;}
	


		/* 本例子css */
	.hasMoreTab4{ width:1440px; font-family:"Microsoft YaHei"; }
	.hasMoreTab4 .hd{ line-height:30px; height:40px; border-bottom:2px solid #bfbfbf; position:relative;  }
	.hasMoreTab4 .hd .more{ 	float: right;color: #000000;line-height: 40px;height: 40px;font-size: 12px;padding-right: 10px;}
	.hasMoreTab4 .hd .more a{color: #000000;font-size: 12px;}
	.hasMoreTab4 .hd ul{  position:absolute; height:40px;  overflow:hidden; zoom:1; }
	.hasMoreTab4 .hd li{ float:left;  padding:0 10px; cursor:pointer; margin-left:-1px; color:#9b9b9b; font-weight:bold;     font-size: 20px;}
	.hasMoreTab4 .hd li.on{ width:80px;font-weight:bold; height:40px; line-height:30px; background-image:url(../../images/2021/tab3.png); border-top:0;   font-weight:bold;     font-size: 20px;  color: #56cc70; }
	.hasMoreTab4 .bd{  clear:both; position:relative;  }
	.hasMoreTab4 .bd h2{ font-size:14px; }
	.hasMoreTab4 .bd p{ color:#999;  }
	.hasMoreTab4 .bd p a{ color:#c00;  }
	.hasMoreTab4 .bd ul a{ color:#000000;  }
	.hasMoreTab4.con ul{padding-top: 8px;}	
    .hasMoreTab4.con li{padding-left: 20px; font-size: 14px;line-height:42px;height:42px;border-bottom:1px dashed #c1afaf;background: url(../../images/2021/heidian.png) no-repeat  1.5% 50%;}
    .hasMoreTab4.con li a:hover{color:#000000}
    .hasMoreTab4.con li a{color:#000;/*font-family:微软雅黑;*/font-size: 15px;}
	.hasMoreTab4.con span{float: right;color: #000;font-size: 15px;padding-right: 10px;}

	.con3{ width: 1440px;border-top:none; overflow:hidden; }

	.picScroll-left3{ width:1440px;  overflow:hidden; position:relative;  }
	.picScroll-left3 .bd{ padding:30px 5px 5px 5px;   }
	.picScroll-left3 .bd ul{ overflow:hidden; zoom:1; }
	.picScroll-left3 .bd ul li{ margin:0 28px 0 5px; float:left; _display:inline; overflow:hidden;   }
	.picScroll-left3 .bd ul li .pic{ text-align:center; }
	.picScroll-left3 .bd ul li .pic img{ width:325px; height:200px; display:block; /*padding:3px; border:1px solid #ccc;*/ }
	.picScroll-left3 .bd ul li .pic a:hover img{ border-color:#999;}
	.picScroll-left3 .bd ul li .title{ padding-top:10px;line-height:20px;width:220px;}
	.picScroll-left3 .bd ul li .title a{font-size:13px;color:#000000; }


	.picScroll-left2{ width:1440px;  overflow:hidden; position:relative;  }
	.picScroll-left2 .bd{ padding:30px 5px 5px 5px;   }
	.picScroll-left2 .bd ul{ overflow:hidden; zoom:1; }
	.picScroll-left2 .bd ul li{ margin:0 28px 0 5px; float:left; _display:inline; overflow:hidden;   }
	.picScroll-left2 .bd ul li .pic{ text-align:center; }
	.picScroll-left2 .bd ul li .pic img{ width:325px; height:200px; display:block; /*padding:3px; border:1px solid #ccc;*/ }
	.picScroll-left2 .bd ul li .pic a:hover img{ border-color:#999;}
	.picScroll-left2 .bd ul li .title{ padding-top:10px;line-height:20px;width:220px;}
	.picScroll-left2 .bd ul li .title a{font-size:13px;color:#000000; }



/*在线学习*/

	.zxxy{width:440px;float:left;padding-left: 32px;}
	.zxxy_head{width:440px;height:40px;background: url(../../images/2021/bg_2.png)bottom no-repeat;}
	.zxxy_head span{float:right;line-height:40px;height:40px;padding-right:10px;}
	.zxxy_head span a{font-size:12px;color:#000000;}
	.zxxy_head dt{font-size:20px;/*font-family:微软雅黑;*/color:#1282a7;font-weight:bold;height:20px;line-height:20px;padding-left:10px;}
	
	.zxxy_cont{width:440px;}
	.zxxy_cont table tr{width:450px;}
	.zxxy_cont table tr td{padding-left:7px;padding-top:20px;}

	




	/*蚕桑图片*/
	
	
	.jpkc_list{width:1400px;float:left;}
	.jpkc_head{width:1400px;height:40px;background: url(../../images/2021/bg_3.png)bottom no-repeat;}
	.jpkc_head span{float:right;line-height:40px;height:40px;padding-right:10px;}
	.jpkc_head span a{font-size:12px;color:#000000;}
	.jpkc_head dt{font-size:20px;/*font-family:微软雅黑;*/color:#1282a7;font-weight:bold;height:25px;line-height:20px;padding-left:10px;}
	.jpkc_cont{width:1400px;}



   .main5_1{width:1400px;height:120px;margin:0 auto;}

	.xxmh{width:665px;float:left;  padding-top:20px;}
	.xxmh_head{width:665px;height:30px;border-bottom:1px solid #ffffff;}
	.xxmh_head span{float:right;line-height:30px;height:30px;padding-right:10px;}
	.xxmh_head span a{font-size:12px;color:#000000;}
	.xxmh_head dt{font-size:20px;color:#ffffff;height:20px;line-height:20px;padding-left:10px;}
	
	.xxmh_cont{width:665px;}
	.xxmh_cont ul{padding-top: 10px;}	
    .xxmh_cont li{padding-right: 20px;float:left;font-size: 14px;line-height:44px;}
    .xxmh_cont li a:hover{color:#ffffff}
    .xxmh_cont li a{color:#ffffff;/*font-family:微软雅黑;*/font-size: 15px;}
	.xxmh_cont span{float: right;color: #000;font-size: 15px;padding-right: 10px;}


	.yqlj{width:665px;float:right;  padding-top:20px;}
	.yqlj_head{width:665px;height:30px;border-bottom:1px solid #ffffff;}
	.yqlj_head span{float:right;line-height:30px;height:30px;padding-right:10px;}
	.yqlj_head span a{font-size:12px;color:#000000;}
	.yqlj_head dt{font-size:20px;color:#ffffff;height:20px;line-height:20px;padding-left:10px;}
	
	.yqlj_cont{width:665px;}
	.yqlj_cont ul{padding-top: 10px;}	
    .yqlj_cont li{padding-right: 20px; float:left;font-size: 14px;line-height:44px;}
    .yqlj_cont li a:hover{color:#ffffff}
    .yqlj_cont li a{color:#ffffff;/*font-family:微软雅黑;*/font-size: 15px;}
	.yqlj_cont span{float: right;color: #000;font-size: 15px;padding-right: 10px;}




/*底部*/
.foot {
    font-size: 14px;
    width: 100%;
    background: url(../../images/2021/bg_foot2021.png) no-repeat;
    margin: 0 auto;
}

.footer {
    width: 1400px;
    height: 210px;
    margin: 0 auto;
}

.foot_l {
    width: 640px;
    float: left;
        padding: 5px 0 0 30px;

}

.foot_l ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.foot_l ul li ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}

.foot_l img {
    float: right;
    padding: 20px 20px 0px 0;
	float:left;padding-top:25px;width:153px;height:153px;margin-left: 380px;
}

.foot_line {
    float: left;
    padding-top: 50px;
}

.foot_r {
    width: 640px;
    float: left;
    padding-top: 30px;
}

.foot_r ul {
    padding-left: 100px;
}

.foot_r ul li {
    color: #ffffff;
    line-height: 40px;
    height: 40px;
}

.lang {
    width: 640px;
    float: right;
}

.lang ul {
    padding-top: 40px;
    padding-right: 30px;
}

.lang ul li {
    padding: 0 20px 0 20px;
}


.foot_r ul li span{display: inline-block;vertical-align: text-top;}

.foot_r ul li span img { width:19px; height:19px;display: inline-block;vertical-align: middle; margin-right:10px;}





/*列表页*/
.sort_main {width:1400px;margin:0 auto;padding-bottom: 20px;}
.sort_main2 {width: 300px;height: 49px;background-color: #dddddd;margin: 20px 20px 0px 20px;display: block;float: left;}
.name{width: 300px;color: #FFF;background-image: url(../../images/2021/lm_name_bk.png);line-height: 49px;font-size: 20px;float: left;text-align: center;font-family: "Microsoft YaHei", "榛戜綋", verdana;}
.name_r{background-image: url(../../images/2021/lm_name_r.png);line-height: 49px;padding: 0px 0px 0px 80px;float: left;display: block;font-size: 14px;font-family: "Microsoft YaHei", "榛戜綋", verdana;color: #7F306A;background-repeat: no-repeat;}
.name_r2{background-image: url(../../images/2021/lm_name_r.png);line-height: 49px;padding: 0px 0px 0px 80px;float: left;display: block;font-size: 14px;font-family: "Microsoft YaHei", "榛戜綋", verdana;color: #7F306A;background-repeat: no-repeat;}
.name_right {display: block;float: right;line-height: 49px;width: 49px;background-image: url(../../images/2021/lm_r_bk.png);}

.sort_left {width:300px;/*height:292px;*/float:left;}
.sort_lefthead {width:26px;/*height:39px;*/background:url(../../images/2021/bg_sortlhead.png);}
.sort_lefthead dt {font-family:"微软雅黑";line-height:39px;text-align:center;color:#000000;font-size:18px;}

.sort_leftcont {width:300px;background: #f3f3f3;min-height: 200px;}
.sort_leftcont  ul{width:300px;padding-top:20px;padding-bottom:20px;}
.sort_leftcont  ul li{border-bottom: 1px solid #e0e0e0;/* 25% 50%;*/text-align:left;line-height:50px;height:50px;}
/*.sort_leftcont  ul li a{font-size:14px;color:#fff;font-weight:bold;letter-spacing:5px;}*/

.sort_leftcont  ul li a {
	display: block;
	line-height: 50px;
	padding: 0px 10px 0px 30px;
	text-decoration: none;
	margin-bottom: 3px;
}
.sort_leftcont  ul li a:link ,.sort_leftcont  ul li  a:visited{
	/*background-image: url(../../images/2021/dmenu_bk.png);*/
	color: #444444;
	text-decoration: none;

}
.sort_leftcont  ul li a.now {
	color: #FFF;
	/*background-image: url(../../images/2021/dmenu_bk_active.png);*/
}
.sort_leftcont  ul li a.vip {
	color: #FFF;
	/*background-image: url(../../images/2021/dmenu_bk_VIP.png);*/
	font-weight: bold;
}

.sort_leftcont  ul li a:hover {
	color: #FFF;
	background-image: url(../../images/2021/bg_conleft.png);
	text-decoration: none;
}
.sort_leftcont  ul li a:active  {
	color: #FFF;
	/*background-image: url(../../images/2021/dmenu_bk_active.png);*/
}









.sort_right{width:1015px;min-height:500px;float:left;margin: 10px 0 20px 20px;background-color: #FFFFFF;display: block;}
.sort_righthead dt{font-size:12px;color:#035da3;padding:10px 0 0 20px;}
.sort_rightcont {padding: 8px;clear: both;margin-bottom: 20px;/*border-left:1px solid #b6dafc;border-right:1px solid #b6dafc;border-bottom:1px solid #b6dafc;*/}
.sort_rightcont ul{padding-bottom: 20px;}
.sort_rightcont ul li {border-bottom:1px solid #e0e0e0;background: url(../../images/2021/heidian1.png) no-repeat left;line-height: 50px;font-size: 14px;margin-left: 10px;padding-left: 20px;padding-right: 15px;}
.sort_rightcont ul li  span{float:left;color:#000000;padding-right:20px;}
.sort_rightcont ul li  a{color:#363535;}





/*内容页*/
	.sort_right2{width:1015px;min-height:500px;float:left;background-color: #FFFFFF;display: block;margin: 20px;padding-top: 20px;}
	.sort_rightcont2 {padding: 8px;clear: both;margin-bottom: 20px;}

	.sort_rightcont2 h1{font-size:22px;font-family: "微软雅黑";color:#333;text-align:center;padding-top:20px;}
	.sort_rightcont2 h2{font-size:14px;font-family: "微软雅黑";color:#333333;text-align:center;font-weight: normal;padding-top:20px;}

	.line{width:865px;border-bottom:1px solid #d6d6d6;margin: 0 auto;padding-top:20px;}
	.cont{width:970px;margin:10px 20px;color:#333333;}
	.cont p{line-height:27px;    padding: 5px 0;}


	/*分页*/
.pagination li span {
    float: left;
    padding-right: 10px;
}
.pagination li a {
    float: left;
    padding-right: 10px;
}

.line {
    width: 855px;
    border-bottom: 1px solid #d6d6d6;
    margin-left: 70px;
    margin-top: 30px;
}

.cont {
    width: 980px;
    margin: 10px 10px;
    color: #333333;
    text-align: justify;
}

.cont p {
    line-height: 30px;
    font-size: 16px;
}

.cont TABLE {
	width:100%;
    margin: 0 auto;
    BORDER-COLLAPSE: collapse
}
.cont TABLE tr	{
   BORDER-TOP: #d7cec2 1px solid;
    BORDER-RIGHT: #d7cec2 1px solid;
    BORDER-BOTTOM: #d7cec2 1px solid;
    BORDER-LEFT: #d7cec2 1px solid;
}
.cont TABLE tr	td{
    BORDER-TOP: #d7cec2 1px solid;
    BORDER-RIGHT: #d7cec2 1px solid;
    BORDER-BOTTOM: #d7cec2 1px solid;
    BORDER-LEFT: #d7cec2 1px solid;
}

/*分页*/
.pagination li span {
    float: left;
    padding-right: 10px;
}

.pagination li a {
    float: left;
    padding-right: 10px;
}
