* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

ul li {
    list-style: none;
}

section .slideBox {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/banner1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    margin: 0 auto;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 22px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    transition: all ease-out 0.5s;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li img {
    width: 100%;
    height: auto;
    display: block;
}
.container {
    margin: 0 auto;
    width: 1200px;
}
.container h2 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .8);
    background: rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 60px;
}




section .xinwen {
    width: 1120px;
    display: flow-root;
    height: auto;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 55px;
    padding: 40px;
    border-top: 6px solid #AA1C1B;
}

.xinwen .zuo {
    width: 200px;
    float: left;
}

.xinwen .zuo .mingcheng {
    background: #AA1C1B;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}


.xinwen .zuo .liebiao {
    width: 100%;
    float: left;
}

.xinwen .zuo .liebiao ul li {
    display: block;
    text-align: center;
    overflow: hidden;
    background: #f4f4f4;
}

.xinwen .zuo .liebiao ul li a {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    text-align: center;
    color: #333;
    transition: all ease-out 0.5s;
}
.xinwen .zuo .liebiao ul li a:hover {
    color: #AA1C1B;
}

.xinwen .zuo .liebiao ul li span {
    font-size: 16px;
    float: right;
    color: #a3a3a3;
}


.xinwen .you {
    width: 880px;
    float: right;
}

.xinwen .you .mingcheng {
    border-bottom: 1px solid #e8e8e8;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    color: #AA1C1B;
}

.xinwen .you .liebiao {
    width: 100%;
    float: left;
}

.xinwen .you .liebiao ul li {
    overflow: hidden;
    position: relative;
    height: 140px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}
.xinwen .you .liebiao ul li:hover p{
    color: #AA1C1B;
}

.xinwen .you .liebiao ul li:hover p span{
    color: #AA1C1B;
}

.xinwen .you .liebiao ul li>p {
    margin: 20px;
    float: left;
    width: 14%;
    text-align: center;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    height: 102px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    color: #333333;
    margin-left: 0px;
    transition: all 0.5s;
}
.xinwen .you .liebiao ul li a{
    width: 78%;
    float: left;
    padding: 10px 10px;
}

.xinwen .you .liebiao ul li p span {
    display: inline-block;
    width: 60px;
    float: left;
    transition: all 0.5s;
}

.xinwen .you .liebiao ul li p span{
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    font-size: 36px;
    position: relative;
}



.xinwen .you .liebiao ul li .title {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 5px;
    color: #333333;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    transition: all ease-out 0.5s;
}

.xinwen .you .liebiao ul li:hover .title {
    color: #AA1C1B;
}
.xinwen .you .liebiao ul li a p {
    height: 45px;
    overflow: hidden;
    line-height: 1.6;
    color: #8a8a8a;
    font-size: 14px;
    float: left;
    text-indent: 2em;
    transition: all 0.5s;
}
