*{
	padding: 0;
	margin: 0;
    /* width:1180px; */
}
ul,ol{
	list-style: none;
}
a{
	text-decoration: none;
}
/*搜索框 */
.header{
    position: relative;
    height: 80px;
    background: url(../img/topPic.png);
}
.img-logo{
    padding-top: 10px;
    margin-left: 200px;
    vertical-align: middle;
}

.btn-box{
    background-color: #fff;
    border-radius: 6px;
}
.btn{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 119px;
    top: 20px;
    background: #fff;
    border: #fff;
    border-radius: 0px 6px 6px 0px;
}
.search-box input{
    width: 220px;
    height: 35px;
    border-radius: 6px;
    position: absolute;
    right: 150px;
    top: 20px;
    border: none;
    
    /* 让输入框点击时候的边框消失 */
    outline:none; 
}
/*2.下拉菜单 */
.navbar-box{
    width: 100%;
    height: 78px;
}
.navbar{
    width: 1208px;
    height: 78px;
    background: #fff;
    /* box-shadow: 0 -2px 2px #000; */
   margin: 0 auto;
}
.navbar ul li{
    float: left;
    width: 150px;
    height: 78px;
    background: #fff;
    margin-right: 1px;
    font-size: 20px;
}
.navbar ul li:hover{
    color: black;
    /* background: rgba(238, 82, 83,1); */
    animation: changeColor 2s infinite;
    animation-delay: 1s;
}
@keyframes changeColor{
    0%{background: #1d84b5;}
    50%{background: #00cecb;}
    100%{background: #1d84b5;}
}
.navbar ul li a{
    text-decoration: none;
    color: black;
    display: block;
    text-align: center;
    line-height: 80px;
    text-transform: uppercase;
}
.navbar ul li a:link{
    color:#000;
    font-weight:bolder;
}
.navbar ul li a:hover{
    color:red;
}
/* 使下拉菜单不被图片挡住 */
.menu{
    position:absolute;
    z-index: 1000;
}
/*
    下拉菜单核心代码  
*/
.navbar ul li ul li{
    display: none;
    width: 150px;
    height: 80px;
    float: initial;     /*跟着父级浮动*/
    background: rgb(240, 240, 240);
    font-size: 20px;
    
}
.navbar ul li:hover ul li{
    display: block;
    border-top: 1px solid rgba(219, 223, 224, 0.5);
}
/*3.轮播图 */
.box-img{
	position: relative;
	width: 1200px;
	height: 450px;
	margin: 1px auto;
	overflow: hidden;
    
}
.left,.right{
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 42px;
	height: 60px;
	background: rgba(0, 0, 0, .3);
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 32px;
	z-index: 2;
}
.right{
	right: 0;
}
.circle {
	position: absolute;
	bottom: 10px;
	left: 50px;
}
.box-img ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 1000%;
}
.box-img ul li{
	float:left;
}

.circle li {
	float: left;
	width: 8px;
	height: 8px;
	border: 2px solid white;
	margin: 0 3px;
	border-radius: 50%;
	/*鼠标经过显示小手*/
	cursor: pointer;
}
.current {
    background-color:white;
}
/*4.内容 */
.container-box{
    width: 100%;
    height: 445.85px;
}
.page-header{
    width: 386.6px;
    height: 42.5px;
    line-height: 42.5px;
    border-bottom: 1px rgb(196, 192, 192) solid;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    
}
.page-header a{
    color: black;
}
.page-header a:hover{
    color: darkslateblue;
    text-decoration-line: underline;
}
.panle-left{
    border-top: 2px solid rgb(34,75,119);
    
}
.panle-text{
    border-top:none ;
    border: 1px solid #eee;
}
.panle-text ul{
    margin-top: 0;
    margin-bottom: 10px;
}
.panle-text ul li a{
    display: block;
    padding: 5px 0;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.panle-text ul li a:hover{
    color: #1d84b5;
    text-decoration-line: underline;
}
small.text-uppercase{
    font-family: garamond;
    font-size: 16px;
}
.more{
    float: right !important;
}
.row{
    width: 1190px;
    height: 445.85px;
    margin: 0 auto;
    position: relative;
}
.row-left{
    width: 33%;
    position: absolute;
    top: 0;
    left: 0;
}
.row-mid{
    width: 33%;
    
    position: absolute;
    top: 0;
    left: 396px;

}
.row-right{
    width: calc(100% - 67.5%);
    
    position: absolute;
    top: 0;
    left: 792px;

}

/* 党团工作 */
.ul-li li{
    margin-bottom: 12px;
    padding-bottom: 10.5px; 
    border-bottom: 1px solid #ddd;
}
.media-box{
    position: relative;
}
.media-box a{
    position: absolute;
    top: 0;
    left: 0;
}
.panle-body{
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
}
.panle-body h5{
    position: absolute;
    top: 0;
    left: 120px;
}
.text-grey{
    width: 224.66px;
    height: 40px;
    position: absolute;
    top:20px;
    left:120px;
    font-size: 14px;
    margin-top: 10px;
}

/* 5.底部css */
.bottom{
    background: #eeebeb;
   
    width: 100%;
    height: 138px;
}
.bottom-box{
    width: 1190px;
    height: 138px;
    margin: 0 auto;
}
.bottom-box-text{
    
    width: 1190px;
    
}
.bottom-box-text-left{
    width: 33.3333%;
    height: 138px;
    
    position: relative;
    float: left;
}
.bottom-box-text-mid{
    width: 41.666667%;
    height: 138px;
   
    float: left;
    
}
.bottom-box-text-mid ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family:'Courier New', Courier, monospace;
}
.bottom-box-text-mid ul a{
    color: #000;
}
.bottom-box-text-mid ul a:hover{
    color: #17a1e0;
    text-decoration-line: underline;
}
.mid-left{
    float: left;
    margin: 25px 35px;
    
}
.mid-mid{
    float: left;
    margin: 25px 35px;
   
}
.mid-right{
    float: left;
    margin: 25px 35px;
}
.bottom-box-text-right{
    width:24%;
    height: 138px;
    
    float: left;
}
.bottom-box-text-left img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 29px;
    left: 150px;
}
.right-box{
    margin-top: 40px;
    
}
.right-box span{
    padding-left: 15px;
    font-size: 45px;
}
.right-box ul li{
    float: left;
    padding-left: 5px;
}

/*6.最底部 */
.cp{

    display: inline-block;
    
    height: 30px; 
    line-height: 30px;
}
.ba{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.footer{
    width: 100%;
    position: relative;
    height: 84px;
    background: url(../img/topPic.png);
}
.footer-box{
    width: 100%;
   
}
.footer-box-text{
    width: 100%;
    position: relative;
    
}
.footer-box-text-left{
    width: 66.6667%;
    height: 84px;
    margin: 0px auto;
    position: relative;
    
    /* padding-top: 20px; */
}
.footer-box-text-left ul li a{
    color: #fff;
    font-family:'Courier New', Courier, monospace;
    font-size: 15px; 
}
.footer-box-text-left ul li{
    padding-top: 15px;
}
.footer-box-text-right{
    width:33.3333%;
    position: absolute;
    top: 0;
    right: 0;
}
.footer-box-text-right{
    float: left;
    margin-top: 15px;
}
.footer-box-text-right ul{
    margin-left: 100px;
}
.footer-box-text-right ul li{
    float: left;
    color: #eee;
    margin-top: 15px;
    padding-right: 15px;
}