/* S-HeadLine */
h1 {
    height: 60px;
    margin-top: 25px;
    text-indent: -9999px;
    background: url("../images/h1-bg.jpg") no-repeat;
}
img, .news-box li h3 {
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
img:hover {
    transform: scale(1.05);
}
.head-line {
    margin-top: 21px;
    overflow: hidden;
}
.head-line a {
    color: #000;
}
.head-line div {
    float: left;
    overflow: hidden;
}
.head-line img {
    display: block;
    float: left;
}
.head-line>a>div {
    padding: 0 50px 0 40px;
    width: 310px;
    height: 450px;
    background: #fafafa;
}
.head-line h2 {
    margin: 100px 0 30px 0;
    font: bold 30px "Microsoft Yahei";
}
.head-line p {
	font-family: "Microsoft Yahei";
	line-height: 28px;
    font-size: 18px;
}
/* E-HeadLine */

/* S-NewsBox */
.news-box {
    margin-top: 30px;
    background: #f0f0f0;
    padding-top: 20px;
}
#news-ul {
    overflow: hidden;
}
#news-ul li:hover h3 {
    color: #f33;
}
.news-box li {
    position: relative;
    width: 273px;
    height: 378px;
    overflow: hidden;
    float: left;
    margin: 0 0 20px 20px;
    background: #fff;
    border: 1px solid #dcdcdc;
}
.news-box li a {
    color: #000;
}
.news-box img {
    display: block;
}
.news-box li .content {
    padding: 0 18px;
}
.news-box li h3 {
    margin: 20px 0;
}
.news-box li p, .news-box li .time {
    font-size: 14px;
    color: #333333;
}
.news-box li .time {
    position: absolute;
    right: 20px;
    bottom: 18px;
}
.news-box .more {
    *margin-top: 20px;
    height: 58px;
    text-align: center;
    background: #fff;
    border: 1px solid #dcdcdc;
    font: bold 24px/58px "Microsoft Yahei";
}
.news-box i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    margin: -3px 10px 0 0;
    background: url("../images/more.jpg") no-repeat;
}
.news-box .more a {
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    color: #000;
}
.news-box .more a:hover {
    color: #f33;
}
.news-box .more a:hover i{
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    /*display: none;*/
}
/* E-NewsBox */
#main {
    margin-bottom: 60px;
}