@import "iconfont/iconfont.css";
body{
    background-image: url("/images_aged/header.png");
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #DFE0E8;
}
samp { font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei",arial,"\5b8b\4f53",sans-serif,tahoma; }
.logo{
    margin: 5% auto;
    width: 600px;
    text-align: center;
}
.logo h1{
    color: #fff;    
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	font-weight: bold;
	line-height: 1.4;
}
.logo h1 span { font-size: 56px; display: block; }
.logo h1 small { font-size: 48px; }
#container{
    position: relative;
    margin: 0 auto 10px auto;
    font-family: 'Microsoft YaHei',arial;
}
.contblock{	
    border:solid 4px #8fd6ff;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin: 0 10px 20px 10px;
    text-align: center;
    transition: all 0.3s ease-out;
}
.contblock:hover{
    border-color: #ffbb4d;
    box-shadow: 0 0 12px #ffbb4d;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.row{
    overflow: hidden;
}
.half{
    width: 50%;
    float: left;
}
.half .contblock { min-height: 575px; }
.contblock h2{
    text-align: center;
    color: #012861;
    margin: 10px 0 30px 0;
    font-size: 32px;
	line-height: 40px;
    font-weight: bolder;
}
.contblock h2 small{
    font-size: 18px;
    display: block;
    color: #FA6400;
    margin-top: 8px;
}
.contblock ul.appblock li{
    list-style-type: none;
    display: inline-block;
    width: 120px;
    margin: 40px 50px 20px 50px;
    text-align: center;
    vertical-align: top;
}
.contblock ul.appblock li a{
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-out;
}
.contblock ul.appblock li a.appicon{
    background: #0091FF;
    border-radius: 10px;
    width: 155px;
    height: 155px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	text-align: center;
    position: relative;
}
.contblock ul.appblock li a.appicon i{
    padding-top:5px;
	font-size: 62px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-weight: normal;
	display: block;
}
.contblock ul.appblock li p{
    text-align: center;
    font-size: 22px;
    color: #0091FF;
    margin: 20px auto 0 auto;
    font-weight: bold;
    height: 52px;
}
.contblock ul.appblock li a:hover{
    background-color: #f09819;
    box-shadow: 0 0 8px #FA6400;
}
.contblock ul.appblock li:hover p{
    color: #FA6400;
}
.contblock a.more{
    border: solid 2px #0091FF;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    color: #0091FF;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-out;
    display: inline-block;
}
.contblock a.more:hover{
    background-color: #FA6400;
    color: #ffffff;
    box-shadow: 0 0 12px #FA6400;
    border-color: #FA6400;
}
.contblock ul.newslist{
    padding: 0 10px;
    margin-bottom: 30px;
}
.contblock ul.newslist li{
    list-style-type: none;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.contblock ul.newslist li a{
    font-size: 20px;
    text-align: left;
    color: #0091FF;
    text-decoration: none;
    display: block;
}
.contblock ul.newslist li p{
    font-size: 16px;
    color: #012861;
    margin: 5px 0 0 0;
}
.contblock ul.newslist li:hover p,
.contblock ul.newslist li:hover a{
    color: #FA6400;
}
.contblock ul.newslist li p.colname{
    float: left;
    font-weight: bold;
}
.contblock ul.newslist li p.date{
    float: right;
}
.contblock ul.newslist.full li a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 90%;
    vertical-align: bottom;
}
.contblock ul.newslist.full li p.date{
    width: 120px;
    opacity: .7;
    font-family: arial;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
form{
    text-align: left;
}
form .formgroup{
    margin-bottom: 30px;
    position: relative;
    display: block;
}
form label{
    font-size: 18px;
    color: #1e3c72;
    display: block;
    margin-bottom: 10px;
}
form input, form textarea{
    width: 75%;
    font-size: 26px;
    border: solid 2px #0091FF;
    padding: 10px 20px;
    border-radius: 6px;
    color: #FA6400;
}
.submit{
    width: 100px;
    text-align: center;
}
.voicebtn{
    position: absolute;
    right: 0;
    display: block;
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #0091FF;
    border: solid 2px #0091FF;
    border-radius: 8px;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
}
.voicebtn:hover{
    background-color: #FA6400;
    color: #ffffff;
    box-shadow: 0 0 12px #FA6400;
    border-color: #FA6400;
}
.voicebtn img{
    width: 32px;
    position: relative;
    top: 6px;
    margin-right: 5px;
}
form input:hover,form textarea:hover{
    border-color: #FA6400;
}
.form-control:focus {
    border-color: #FA6400;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(250, 100, 0, 0.6),0 0 8px rgba(250, 100, 0, 0.7);
    box-shadow: inset 0 1px 1px rgba(250, 100, 0, 0.6),0 0 8px rgba(250, 100, 0, 0.7);
}
.footer{
    text-align: center;
    color: #012861;
    padding-bottom: 30px;
}
.footer h3{
    font-size: 26px;
	line-height: 80px;
	font-weight: bold;
}
.footer p{
    font-size: 18px;
	color: #333;
	line-height: 2.2;
}
.footer p span{
    margin: 0 10px;
}
@media (min-width: 1196px){
    #container {
        width: 1166px;
    }
}
.contblock a.more:hover,
.contblock ul.appblock li a:hover,
.contblock ul.newslist li:hover,
.voicebtn:hover{
    transform: scale(1.08);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.contblock ul.newslist.full li:hover{
    transform: scale(1.02) !important;
}

.contblock ul.newslist li a {
 font-size: 20px;
 text-align: left;
 color: #0091FF;
 text-decoration: none;
 white-space: normal;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
}
.tabs { margin:0; margin-top: -10px; }
.tabs .layui-tab-title { border:none; }
.tabs .layui-tab-title li { padding: 0 8px; font-size:18px; color: #012861; font-weight: bold; }
.tabs .layui-tab-title .layui-this, .tabs .layui-tab-title li:hover { color: #0091ff; }
.tabs .layui-tab-title .layui-this::after { border: none; border-bottom:5px solid #0091ff; }
.tabs .layui-tab-content { padding: 47px 0 0 0; }

.layui-laypage .layui-laypage-curr .layui-laypage-em { background-color: #0091ff; }
.layui-laypage a:hover { color: #0091ff; }
