@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
#slider{
	width:100%;
	height: 650px;
	position: relative;
	margin: auto;
	overflow: hidden;
	
}
   #ul 
   {
   	  width: 100%;
   	  text-align: center;
   	  bottom: 10px;
   	  z-index: 2;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
   	 border-radius: 20px;
     display: inline-block;
     background-color: rgba(255,255,255,0.3);
     border: 1px solid #fff;
     margin-left: 15px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	background-color:#181691;
   }
  
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
	z-index: -1;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }

   #page-mone {
    width: 610px;
    height: 100%;
    margin-top: 0px;
    background-color: rgba(255,255,255,0.0);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: 210px 0px;
    position: relative;
    margin: auto;
   
}
.page-mone-h{
	height: 45%;
}
.page-mone{
	height: 250px;
	border: 1px solid rgba(255,255,255,0.0);
	position: relative;
}
   .page-mone h1{
    color: #fff;
    height: 50px;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 30px;
    font-size: 20px;
    padding: 20px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: 'dejavu_sansbook';
    font-weight: normal;
    
}


.page-mone p {
    font-size: 15px;
    line-height: 20px;
    color: #dfdfdf;
    padding: 5px;
    margin-left: 3px;
    font-family: 'dejavu_sansbook';
}


.page-mone>a{
	position: absolute;
	width: 130px;
	height: 33px;
	left: 243px;
	margin-top: 50px;
	border: 2px solid #fff;
	background-color: rgba(255,255,255,0.3);
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	font-family: "BPG Arial Caps", sans-serif;
	border-radius: 25px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page-mone>a:hover{
	
	background-color: rgba(24,22,145,0.3);
	color: #fff;
}
#news{
	max-width: 1000px;
	margin: auto;
}
.news{
	width:1000px;
	height: 250px;
    border: solid 1px rgba(0,0,0,0.1);
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.news h4{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #181691;
	padding: 5px;
	margin-top: 30px;
	border-left: 1px solid #181691;
	margin-left: 396px;
	 font-family: 'dejavu_sansbold';
}
.news h4 a:hover{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	color: #ff0000;
	text-decoration: underline;
}
.news h4 p{
	margin-top: 10px;
	color: #181691;
	
}
.news-image{
    width: 370px;
    height: 244px;
    margin-left: 0;
    margin-top: 0;
    float: left;
    background-size: cover;
    background-position: center center;
    margin: 2px;
}

    .news-text{
		width: 560px;
		height: 100px;
		border: 1px solid #e9e9e9;
		border-left: none;
		border-right: none;
		line-height: 22px;
		float: right;
		margin-right: 40px;
		margin-top: 30px;
		 color: #7f7f7f;
		 font-size: 13px;
	}

	.news-url{
		width: 74px;
		height: 33px;
		line-height: 35px;
        text-align: center;
        font-family: 'dejavu_sansbook';
        font-size: 14px;
        font-weight: 500;
        color: #000;
        position: absolute;
        right: 4px;
        bottom: 2px;
         -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	}
	.news-url:hover{
		color:#181691;
	}
	.date_see{
		width: 200px;
		position: absolute;
		margin-left: 395px;
		color: #7f7f7f;
		bottom: 5px;
	}
	.date_see div{
		float: left;
		padding: 5px;
		font-size: 13px;
		border-left: 1px solid rgba(0,0,0,.2);
	}
	.date_see div:first-child{
		border-left: none;
	}
	