*, *::before, *::after {
    box-sizing: border-box;
}

.titlenews,
.titlevisit{
    text-align: center;
}

.titlenews span::before,
.titlevisit span::before {
    right: 100%;
    border-top: 1px solid #ddd;
    content: "";
    position: absolute;
    top: 50%;
    width: 7em;
    }

.titlenews span::after,
.titlevisit span::after {
    left: 100%;
    border-top: 1px solid #ddd;
    content: "";
    position: absolute;
    top: 50%;
    width: 7em;
}

.fa {
    background-color: #006CB3;   
    text-align: center;
    border-radius: 50%;
}

ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}

li.opendate{
    line-height: 2;
    font-size: 1.2em;
}

li.opendate::before { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.3em;
    position: relative;
    color:#006CB3; 
}

a {
	text-decoration:none;	
}
a img {
	-webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
a:hover img {
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity = 50);
}
footer a {
	-webkit-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-o-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
footer a:hover {
	opacity:.5;
	-moz-opacity:.5;
	filter:alpha(opacity = 50);
}

.ttl{
	width: 385px;
	height: 90px;
	background-image: url(../images/ruyi.png);
	background-position: center bottom;
	background-repeat: no-repeat;
    margin: 0px auto;
}


footer{   
    height: 50px;
    text-align: center;    
}

footer .info_en{ 
    position: absolute;  
    margin-top: 140px;
    color: #555555;
    font-size: 0.85em;
    line-height: 1.5;
    letter-spacing: 0.05em;  
    right: 1%;
    border-bottom: 1px solid #ebebeb;   

}

footer .copyright{
    position: relative;  
    margin-top: 10px;   
    color: #656565;
    font-size: 0.8em;   
    text-align: center;
       
}

@media screen and (max-width:768px) {

    footer ul {
    list-style: none;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    margin: 20px 0;
    padding: 0;
    }
}

.centered {
    text-align: center;
   
}

.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
 
}

@media screen and (max-width:640px) {
#topTxt{
    display: none;
}
}


/*home*/

.titlemain{
    width: 100%;
    padding: 20px 0px 38px 0px;    
}


.secthome{
    width: 100%;
    padding: 60px 0px 100px 0px;
    background-color: #fff;
}

.secthome2{
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-color: #fff;  

}

.sect{
    width: 100%;
    padding: 50px 0px 60px 0px;
   
}
.col-lg-12 .line{
	background-image: url(../images/home/linebg.png);
	background-position: 550px -30px;
	background-repeat: no-repeat;
}

/* Media query for mobile*/

@media only screen and (max-width: 1279px)  {

  .col-lg-12 .line{
	background-image: none;
}

.nlw{
	margin-top: 5%;   
    position: relative;
     
}

.textbanner{
position: absolute;
right: 20px;
font-size: 0.8em;
color: #000;

}

}

/*News*/

.ttlnews{
	width: 100%;	
    text-align: center;
    color: #006CB3;
    font-size: 180%;
    line-height: 150%;


}

span.linetxt{
	font-size: 18px;
	font-weight: 700;
	color: #34739F;
	letter-spacing: 0.5px;
}

.sectdate{
    width: 100%;
    padding: 20px 0px 50px 0px;
    background-color: #fff;
}

.sectadd{
    width: 100%;
    padding: 50px 0px 80px 0px;
    background-color: #fff;
}

.ttl_news{
	width: 100%;
	height: 80px;
	background-image: url(../images/ttl_news.png);
	background-position: center bottom;
	background-repeat: no-repeat;
    margin: 50px auto;
    text-align: center;
    color: #00669b;
}


span.add{	
	border: 1px solid #006CB2;
    border-radius: 35px;
    position: absolute;
    z-index: 8;
    color: #006CB2;
    width: 68px;
    height: 68px;
    padding: 20px 0px 30px;
    background: #FFF none repeat scroll 0% 0%;
    text-align: center;
}

.impt{
padding: 20px 20px;
border: 1px solid #fff;
font-size: 15px;
letter-spacing: 1px;
text-align: left;
color: #34739F;
font-weight: 600;
margin-bottom: 20px;

}

tr.sub {	
    border-bottom: 1px solid #DDD; 
   
}

.noticeall {
    margin-bottom: 10px;
    border:1px solid #769EAD;    
    padding: 20px;
}
.noticeallBox {
    float: left;
    width: 100%;
    text-align: left;}

.noticeall .name {
    float: left;
    width: 12%;
    padding-right: 1em;
    text-align: center;

}

.notice {
    margin-top: 50px;
    float: right;   
    line-height: 2;  
    padding-left: 1.8em;  
    font-weight: 900; 

}
.clearfix::after {
    visibility: hidden;
    height: 0px;
    display: block;
    font-size: 0px;
    content: " ";
    clear: both;
    }
/* Media query for mobile*/

@media only screen and (max-width: 480px)  {

  .full {

    display:block;

    width:100%;

  }

}

.round{
      display: block;
      border-radius: 50%;
      border: 3px solid #dbcd9f;
      width: 50%;
      height: 50%;
      margin: 0 auto;
     
      

    }
img.img_place {
	width: 100%;
}


.list{
	border-bottom: 1px solid #0c637c;
	margin: 0px auto;
	text-align: center;
	padding: 10px;
	display: block;
	width: 200px;
	
	
}

.sectaddattr{
    width: 100%;
    padding: 30px 0px 30px 0px; 
    background-color: #fff;
 
    
}

#topVideo {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background-size: cover;
    width: 100%;
    height: 100%;
}
video {
    display: inline-block;
    vertical-align: baseline;
}

.arrow{
width: 100%;
height: 25px;
z-index: 1000;
text-align: center;
margin-top: -32px;
}

.arrowbtm{
width: 100%;
height: 25px;
z-index: 1000;
text-align: center;
margin-top: -50px;
}

#target{
    margin-top: 30px;
}


.video-container {
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-container  iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    
}

ul.impto2 li{
 list-style: none;
 line-height: 1.8;
}

.subttl {
color: #006CB3;
font-size: 150%;
font-weight: 700;
position: relative;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #B7B7B7;  
    display: inline-block;
    padding: 10px;
    margin-bottom: 30px;
    float: left;
}

