*{
	margin: 0;
	padding: 0;
}
a {
       text-decoration: none!important;
       color:black;
}
body,html{
	min-width: 1300px;
}
.container {
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container_1{
	width: 100%;
}
.container_2{
	width: 100%;
}
.top{
	display: flex;
        flex-direction: column;
	width: 100%;
	height:199px;
	background-color: #347845;
	justify-content: center;
}
.menu1{
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: center;
}

.three_home{
	width: 1300px;
}
.second_home{
	width: 1300px;
        height:auto;
}}
.home_m{
	width: 100%;
	height: 944px;
}
.top_1{
    display: flex;
    justify-content: center;
    margin-top: -30px;
}
.top_2 {
    display: flex;
    justify-content: center;
    padding-left: 1100px;
    margin-top: -10px;
}
.top_img1{
    margin-left: -90px;
    margin-top: 31px;
    width: 120px;
    height: 120px;
}
.top_img2{
	width: 297px;
	height: 89px;
	margin-top: 51px;
        margin-left: 25px;
}
.top_p1{
	width: 22px;
	height: 34px;
	font-size: 24px;
	font-weight: medium;
	color: #FFFFFF;
	margin-top: 70px;
        margin-left:30px;
}
.top_img3{
       margin-top: 50px;
       margin-left: 35px;
       width: 171px;
       height: 60px;    
       margin-top: 50px;
}
.top_img4{
	margin-top: 118px;
	margin-left: -175px;
	width: 210px;
	height: 14px;
}
.top_img5{
    margin-left: 165px;
    margin-top: 40px;
    width: 400px;
    height: 93px;
}
.top_img6{
	margin-left: 30px;
	width: 26px;
	height: 26px;
}
.link1{
    margin-left: 10px;
    letter-spacing: 3px;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}
.top_p2{
	width: 15px;
	height: 34px;
	font-size: 18px;
	color: #FFFFFF;
}
.link2{
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	letter-spacing: 3px;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.search{
	display: flex;
	margin-left: 15px;
	height: 3vh;
	justify-content: center;
	align-items: center;
}
.search-box{
	display: flex;
	height: 12px;
	background: #b7d085;
	padding: 10px;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search-box .search-input{
	background: none;
	border: none;
	outline: none;
	color: #ffffff;
	font-size: 13px;
	width: 0px;
	transition:0.5s;
}
.search-box .search-btn{
	width:12px;
	height: 20px;
	margin-top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	text-decoration: none;
	color: #347845;
	border-radius: 50%; 
}
.search-box:hover .search-input{
	width:60px; 
}

/*导航菜单*/
.menu1 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.menu1 ul li {
  position: relative; 
  line-height: 32px;
  text-align: center;
  font-size: 26px;
  white-space: nowrap;
}
.menu1 ul li a {
  display: block;
  padding: 0 29px;
  text-decoration: none;
  color: #000;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  font-size: 20px;
}
.menu1>ul>li:hover a {
  background-color: #ffffff;
}
.menu1>ul>li:hover ul{
  display: block;
}
.menu1>ul>li>ul:hover{
  display: block;
}
.menu1 ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 200;
}
.menu1 ul ul a {
  padding: 10px 44px;
  font-size: 18px;
  color: #000;
  margin: 0;
  background-color: #ffffff;
  opacity: 0.72;
}
.menu1 ul ul a:hover {
  background-color: #3d8f52;
  color: #ffffff;
  opacity: 0.72;
}
.menu1 ul li:hover ul{
	display: block;
}

/* 轮播图大盒子 */
.Rotation{
    width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, #347845 0%, #FFFFFF 100%);
}
.slide-box{
    display: flex;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.home{
	position: relative;
}
.home .banner {
	width: 100%;
        height:500px;
	overflow: hidden;
}
/* slides大盒子 */
.home .banner .slides {
	width: 600%;
	/* 父元素添加display：flex，子元素可以自动的挤压或拉伸 */
	display: flex;
}
/* 图片silde */
.home .banner .slides .slide {
	/* 共六张图 每张图是16.66% */
	width: 16.66%;
	/* 平滑切换 */
	transition: 0.6s;
}
/* 图片尺寸 */
.home .banner .slides .slide img {
	width: 100%;
	height: 500px;
}
/* 悬浮在轮播图上的盒子 */
.home .content {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}
/* 轮播图按钮 */
.home .content .prev{
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0,-50%);
	z-index: 10;
	/* 按钮大小 */
	width: 71px;
	height: 74px;
	/* 鼠标移过去改成手指 */
	cursor: pointer;
	/* 按钮 */
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	background-color: #585858;
	opacity: 0.72;
}
.prev_p{
	font-size: 70px;
	margin-top: 10px;
}
.home .content .next {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
	z-index: 10;
	width: 71px;
	height: 74px;
	cursor: pointer;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	background-color: #585858;
	opacity: 0.72;
}
.next_p{
	font-size: 70px;
	margin-top: 10px;
}

/*home_1*/
.home_1{
    display: flex;
    margin-top: 30px;
    width: 1400px;
    height: 400px;
}
/*College News*/
.College-News{
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}
.CN_top{
	width: 860px;
	height: 50px;
	display: flex;
	align-items: stretch;
	border-bottom: 2px solid #D3D3D3;
}
.CN_1{
	width: 8px;
	height: 35px;
}
.CN_title{
	margin-left: -840px; 
	color: #0b0b0b;
	font-size: 20px;
	font-weight: 500;	
	width: 116px;
	height: 25px;
	white-space: nowrap;
	margin-top: 5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.CN_2{
	width: 80px;
	height: 35px;
	margin-left: 772px;
}
.CN_bottom{
	display: flex;
	align-items: stretch;
}
.home_1_head{
	margin-right: 25px;
	margin-top: 20px;
	margin-left: 0px;
	width: 500px;
	height: 317px;
	box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.16); 
}
.home_1_head img{

}
.home_1_head  h3{
	/* position: relative; */
	text-align: center;
	margin-top: 10px;
	font-size: 17px;
	font-weight: 600;
	color: #000;
}
.home_1_head  p{
	color: #AFAFAF;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-left: 6px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 学院新闻 */
.CN_content{
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.CN_content li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
	height: 20px;
}
.CN_content li a{
	text-decoration: none;
	color: #242424;
	font-size: 18px;
	width: 342px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.CN_content li p{
	color: #333333;
	font-size: 18px;
	width: 110px;
	margin:0;
}


.home_1_2{
    width: 440px;
    display: flex;
    flex-direction: column;
    margin-left: 48px;
}
/*公告通知*/
.Public-Notice{
    width: 440px;
    height: 255px;
    display: flex;
    flex-direction: column;
}
.PN_top{
	width: 280px;
	height: 50px;
	display: flex;
	align-items: stretch;
}
.PN_img1{
	width: 8px;
	height: 35px;
}
.PN_img2{
    width: 80px;
    height: 35px;
    margin-left: 347px;
}
.PN_title{
    margin-left: -415px;
    color: #0b0b0b;
    font-size: 20px;
    font-weight: 500;
    width: 116px;
    height: 25px;
    white-space: nowrap;
    margin-top: 5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.PN_content{
    margin-left: 5px;
    width: 434px;
    height: 324px;
}
.PN_box{
	position: relative;
	top: 0px;
	left: 0px;
	width: 252px;
	height: 41px;
	border-radius: 6px 6px 6px 6px;
	margin-top:24px;
}
.PN_box_1{
	background-color: #2656ad;
	width: 55px;
	height: 30px;
	border-radius: 4px 4px 4px 4px;
	color: #ffffff;
	font-size: 17px;
	position: relative;
	z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.PN_box_2{
	background-color: #F1F1F1;
	width: 55px;
	height: 35px;
	border-radius: 6px 6px 6px 6px;
	position: absolute;
	top: 15px;
}
.PN_box_2 p{
	color: #2876A7;
	font-size: 12px;
	position: relative;
	top: 17px;
	left: 4px;
}
.PN_box a{
    position: relative;
    display: block;
    top: -45px;
    left: 86px;
    width: 346px;
    height: 45px;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 3px dashed #e0e0e0;
    padding-top: 10px;
}
.PN_box.last_box::after {
	display: block;
	content: "";
	position: relative;
	bottom: 0;
	top: -35px;
	left: 106px;
	width: 298px;
	height: 3px;
	border-bottom: 3px dashed #e0e0e0;
}
/*相关链接*/
.Related_link{
    width: 440px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.RL_top{
	display: flex;
}
.RL_title{
	margin-left: 10px;
	color: #0b0b0b;
	font-size: 20px;
	font-weight: 500;	
	width: 116px;
	height: 25px;
	white-space: nowrap;
	margin-top: 5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.mailbox{
    display: flex;
    margin-top: 10px;
    height: 89px;
    gap: 30px;
    justify-content: space-evenly;;
}
.mailbox_1{
	width: 129px;
	height: 79px;
	background-image: url("../images/bc.png");
}
.mailbox_2 {
	width: 129px;
	height: 79px;
	background-image: url("../images/bc.png");
}
.mailbox a{
	
}
.mb_i_1{
	width: 25%;
	margin-top: 15px;
	margin-left: 50px;
}
.mb_i_2{
	width: 65%;
	margin-left: 25px;
}

/*home_m整体flex布局*/
.home_m{
    display: flex;
    flex-direction: column;
    background-image:url(../images/backgroung.png);
    height: 860px;
    width: 100%;
}
.home_2{
    display: flex;
    height: 412px;
    background-image: url(../images/矩形 23.png);
    margin-left: 40px;
    justify-content: center;
}
.home_2_content{    
    display: flex;
    width: 1350px;
}

/* home_2 */
/*教学动态*/
.Education-Dynamics{
    width: 410px;
    height: 343px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.ED_top{
	width: 350px;
	height: 50px;
	display: flex;
	align-items: stretch;
}
.ED_1{
	width: 8px;
	height: 35px;
}
.ED_2{
    width: 80px;
    height: 35px;
    margin-left: 221px;
}
.ED_title{
	margin-left: 12px; 
	color: #0b0b0b;
	font-size: 20px;
	font-weight: 500;	
	width: 116px;
	height: 25px;
	white-space: nowrap;
	margin-top: 5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.ED_top a{
	width: 1180px;
	height: 35px;
	margin-left: 2px;
}
.ED_content{
	display: flex;
	flex-direction: column;
}
.ED_content li{
    position: relative;
    float: left;
    clear: both;
    display: block;
    padding-top: 20px;
    width: 408px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ED_content li a{
	text-decoration: none;
	color: #515151;
	font-size: 18px;
}
/*科研动态*/
.Research-Trends{
    width: 410px;
    height: 343px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 40px;
}
.RT_top{
	width: 350px;
	height: 50px;
	display: flex;
	align-items: stretch;
}
.RT_1{
	width: 8px;
	height: 35px;
}
.RT_2{
    width: 80px;
    height: 35px;
    margin-left: 223px;
}
.RT_title{
	margin-left: 12px;
	color: #0b0b0b;
	font-size: 20px;
	font-weight: 500;	
	width: 116px;
	height: 25px;
	white-space: nowrap;
	margin-top: 5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.RT_content{
	display: flex;
	flex-direction: column;
}
.RT_content li{
    position: relative;
    float: left;
    clear: both;
    display: block;
    padding-top: 20px;
    width: 408px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.RT_content li a{
	text-decoration: none;
	color: #515151;
	font-size: 18px;
}
/*学生工作*/
.Student-Affairs{
    width: 410px;
    height: 343px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 40px;
}
.SA_top{
	width: 350px;
	height: 50px;
	display: flex;
	align-items: stretch;
}
.SA_1{
	width: 8px;
	height: 35px;
}
.SA_2{
    width: 80px;
    height: 35px;
    margin-left: 223px;
}
.SA_title{
	margin-left: 12px;
	color: #0b0b0b;
	font-size: 20px;
	font-weight: 500;	
	width: 116px;
	height: 25px;
	white-space: nowrap;
	margin-top: 5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.SA_content{
	display: flex;
	flex-direction: column;
}
.SA_content li{
    position: relative;
    float: left;
    clear: both;
    display: block;
    padding-top: 20px;
    width: 408px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.SA_content li a{
	text-decoration: none;
	color: #515151;
	font-size: 18px;
}

/*home_3*/
.home_3{
    background-color: white;
    display: flex;
    padding-left: 0px;
    height: 390px;
    justify-content: center;
}
/*创新创业*/
.Innovation-Enterprise{
	width: 600px;
	height: 320px;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.IE_top{
	width: 600px;
	height: 50px;
	display: flex;
	align-items: stretch;
}
.IE_1{
	width: 8px;
	height: 35px;
}
.IE_2{
	width: 80px;
	height: 35px;
	margin-left:384px;
}
.IE_title{
	margin-left: 12px;
	color: #0b0b0b;
	font-size: 20px;
	font-weight: 500;	
	width: 116px;
	height: 25px;
	margin-top: 5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.IE_content{
	display: flex;
	flex-direction: column;
}
.IE_content li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 22px;
	width: 600px;
}
.IE_content li::before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
        border:5px solid #204A95;
	margin-right: 16px;
}
.IE_content li a{
	text-decoration: none;
	color: #515151;
	font-size: 18px;
}
/*社会服务*/
.Social-Services{
    width: 600px;
    height: 320px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 100px;
}
.SS_top{
	width: 384px;
	height: 50px;
	display: flex;
	align-items: stretch;
}
.SS_1{
	width: 8px;
	height: 35px;
}
.SS_2{
	width: 80px;
	height: 35px;
	margin-left:420px;
}
.SS_title{
	margin-left: 12px;
	color: #0b0b0b;
	font-size: 20px;
	font-weight: 500;	
	width: 116px;
	height: 25px;
	margin-top: 5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.SS_content{
	display: flex;
	flex-direction: column;
}
.SS_content li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 22px;
	width: 600px;
}
.SS_content li::before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
        border:5px solid #204A95;
	margin-right: 16px;
}
.SS_content li a{
	text-decoration: none;
	color: #515151;
	font-size: 18px;
}

/*Friend-Link*/
.container_3{
	width: 100%;
}
.Friend-Link{
    display: flex;
    height: 67px;
    background-color: rgba(52,120,69,0.68);
    padding-left: -5px;
    justify-content: center;
    margin-left: -40px;
}
.FL_img{
    margin-top: 20px;
    display: flex;
}
.FL_a{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.FL_img_1{
	height: 28px;
}
.FL_img_2{
	width: 150px;
    height: 30px;
    margin-top: -2px;
}
.Friend-Link ul{
	    width: 1100px;
    display: inline-block;
    margin-top: 19px;
    margin-left: 20px;
    display: flex;
}
.Friend-Link li{
	display: inline-block;
        white-space: nowrap;
	padding-right: 15px
}
.Friend-Link li a{
	color: #FFFFFF;
	font-size: 21px;
}

/*END*/
.container_2{
	display: flex;
	width: 100%;
	justify-content: center;
	background-color: #347845;
}
.END{
	display: flex;
	width: 1300px;
	height: 267px;
	background-color: #347845;
	justify-content: center;
}
.END_logo{
	width: 170px;
        margin-top: 45px;
        mergin-right: 20px;
        margin-right: 70px;
}
.END_logo img{
	width: 90%;
}
.END_left{
	margin-left: 120px;
	margin-top: 65px;
}
.END ul{
	width: 383px;
	height: 148px;
	border-left: 1px solid #ffffff;
	padding-left: 30px;
}
.END ul li{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	display: block;
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}
.END_right{
	margin-top: 65px;
}
.END_imgs{
	margin-top: 40px;
	margin-left: 50px;
}

/*二级页面*/
.second_home{
    display: flex;
    flex-direction: column;
    width: 1300px;
}
/*主菜单*/
.second_content{
    width: 1300px;
    background-repeat: no-repeat;
}
/*友情链接*/
.FL_2{
	background-color: rgba(52,120,69,0.68);
	display: flex;
}
/*结尾菜单*/
.END_2{
	display: flex;
	width: 1300px;
	height: 267px;
	background-color: #347845;
}

/* 头部 */
.sh_center{
	display:flex;
}
.sh_top{
	width: 1191px;
	height: 91px;
	display: flex;
	border-bottom: 1px solid #d4d5d5;
	margin-left: 50px;
}
.sh_title{
	width: 100px;
	height: 30px;
	border-bottom: 1px solid #347845 ;
	font-size: 25px;
	color: #347845;
	white-space: nowrap;
	margin-top: 60px;
}
.sh_top h4{
	margin-top: -5px;
} 
.map{
	display: flex;
	justify-content: space-around;
	width: 341px;
	height: 20px;
	margin-left: 749px;
	margin-top: 55px;
	white-space: nowrap;
}
.map i{
	color: #347845;
	width: 16px;
	height: 17px;
	margin-top: 8px;
}
.map span{
	font-size: 20px;
	color: #393939;
	text-decoration: none;
	margin-right: 8px;
}
.map a{
	font-size: 20px;
	color: #393939;
	text-decoration: none;
	margin-right: 8px;
}
/* 导航栏 */
.sign_box{
	display: flex;
	flex-direction: column;
	margin-left: 50px;
	width:368px;
	height: 895px;
}
.sign{
	display: flex;
	width: 320px;
	height: 58px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #707070;
	background-color: transparent;
	text-decoration: none;
	margin-top: 25px;
	align-items: center;
	justify-content: space-between;
}
.sign i{
	color: #1E4998;
	font-size: 30px;
	margin-right: 40px;
}
.sign span{
	color: #0F0F0F;
	font-size: 25px;
	margin-top: 19px;
	letter-spacing: 10px;
	font-weight: 500px;
	margin-left: 40px;
	margin-top: -1px;
}
.sign:hover{
	background-color: #3d67b4;
	border: 1px solid #3d67b4;
}
.sign:hover span{
	color: #ffffff;
}
.sign:hover i{
	color: #ffffff;
}
/* 详情 */
.RP{
	width:842px;
}
.RP_item{
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.RP_left{
	display: flex;
	align-items: center;
	justify-content: center;
}
.RP_dot{
	width:10px;
	height:10px;
	background:#204a95;
	border-radius:50%;
	margin-right:15px;
}
.RP_content{
	width: 542px;
	font-size: 20px;
	font-weight: 500;
	color: #515151;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.RP_date{
    width: 110px;
	font-size: 18px;
	font-weight: 500;
	color: #797979;
}
/* Page-Number */
.Page-Number{
	display: flex;
	width: 690px;
	min-height: 30px;
        height:30px;
	border: 1px dashed #707070;
	margin-left: 150px;
	margin-top: -10px;
}
.PaN_content{
	display: flex;
	width: 600px;
	height: 19px;
	font-size: 13px;
	margin-left: 30px;
	margin-top: 8px;
}
.PaN_content span{
	margin-right: 10px; 
}
.PN_bt button{
	width: 55px;
	height: 10px;
	border: none;
	font-size: 13px;
}
.PaN_J{
	display: flex;
	width: 206px;
	height: 29px;
	margin-top: 5px;
}
.PaN_J input{
	width: 65px;
	height: 20px;
	margin-right: 10px;
	border: 1px solid #aaa;
	outline: none;
}
.PaN_J input:hover{
	border: 1px solid #aaa;
}
.PaN_J P{
	font-size: 13px;
	margin-top: 4px;
}
/*Friend-Link*/
.FL_2{
	background-color: rgba(52,120,69,0.68);
	display: flex;
	width: 1300px;
	height: 67px;
}
.FL2_img{
	margin-top: 20px;
	display: flex;
}
.FL2_img_1{
	width: 7px;
	height: 28px;
	margin-left: 20px;
}
.FL2_img_2{
	width: 160px;
	height: 30px;
}
.FL_2 table{
	width: 1100px;
	display: inline-block;
	margin-top: 20px;
	margin-left: 35px;
}
.FL_2 td{
	display: inline-block;
	padding-right: 15px;
}
.FL_2 td a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 500px;
}

/*三级菜单*/
.three_home{
	display: flex;
	flex-direction: column;
}
.TH_content{
	width: 1300px;
        padding-bottom:40px;
}
/*友情链接*/
.FL_3{
	width: 1300px;
	height: 99px;
	background-color: rgba(52,120,69,0.68);
	display: flex;
}
/*结尾菜单*/
.END_3{
	display: flex;
	width: 1300px;
	height: 267px;
	background-color: #347845;
}

/* 头部 */
.TH_top{
	width: 1191px;
	height: 71px;
	display: flex;
	border-bottom: 1px dashed #d4d5d5;
	margin-left: 50px;
}
.TH_title{
	width: 100px;
	height: 30px;
	border-bottom: 1px dashed #347845 ;
	font-size: 25px;
	color: #347845;
	white-space: nowrap;
	margin-top: 40px;
}
.TH_top h4{
	margin-top: -5px;
} 
/* 定位 */
.TH_map{
	display: flex;
	justify-content: space-around;
	width: 341px;
	height: 20px;
	margin-left: 749px;
	margin-top: 35px;
	white-space: nowrap;
}
.TH_map i{
	color: #347845;
	width: 16px;
	height: 17px;
	margin-top: 8px;
}
.TH_map p{
	font-size: 20px;
	color: #393939;
	text-decoration: none;
	margin-right: 8px;
}
.TH_map a{
	font-size: 20px;
	color: #393939;
	text-decoration: none;
	margin-right: 8px;
}

/* 标题*/
.TH_h{
	width: 900px;
	height: 139.5px;
	border-bottom: 1px dashed #919191;
	margin-top: 40px;
	margin-left: 200px;
	display: flex;
	flex-direction: column;
}
.TH_h h4{
	width: 826px;
	height: 66px;
	font-size: 35px;
	font-weight: 500;
	color: #262626;
	margin-left: 45px;
        margin-bottom:30px;
}
.TH_span{
	font-size: 19px;
	font-weight: 500;
	color: #7C7C7C;
	margin-top: 30px;
        margin-left: 65px;
}
.TH_span span{
        margin-right: 10px;
}
/*文章内容*/
.TH_text{
	display: flex;
	flex-direction: column;
	width: 900px;
	margin-left: 200px;
	margin-top: 50px;
}
.TH_text p{
	width: 900px;
	height: auto;
	font-size: 25px;
	font-weight: 500;
	color: #242424;
	text-indent: 2em;
	padding-bottom: 5px;
}
.TH_text p img{
	width: 478px;
	height: 358px;
	padding:40px  0;
	display: block;
	margin: 0 auto;
}
/* 作者 */
.TH_p{
	display: flex;
	width: 362px;
	height: 33px;
	font-size: 20px;
	font-weight: 500;
	color: #656565;
	margin-left: 760px;
}
.TH_p span{
	margin-right: 18px;
}
/*Friend-Link*/
.FL_3{
	background-color: rgba(52,120,69,0.68);
	display: flex;
	width: 1300px;
	height: 67px;
}
.FL3_img{
	margin-top: 20px;
	display: flex;
}
.FL3_img_1{
	width: 7px;
	height: 28px;
	margin-left: 20px;
}
.FL3_img_2{
	width: 160px;
	height: 30px;
}
.FL_3 table{
	width: 1100px;
	display: inline-block;
	margin-top: 20px;
	margin-left: 35px;
}
.FL_3 td{
	display: inline-block;
	padding-right: 15px;
}
.FL_3 td a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 500px;
}

.College-introduction p{
	font-size: 20px;
	margin-bottom: 10px;
        padding-left: 50px;
}
.College-introduction{
	width: 850px;
}