* {
    margin: 0;
    padding: 0;
    list-style: none;
}
     body{
     min-width: 1300px;
     }   

img {
    border: 0;
  	margin:0 auto;
}

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

ul li {
    list-style: none;
}


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

.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 #A91720;
}

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

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

.xinwen .zuo .xwtp {
    width: 100%;
    height: 200px;
    float: left;
    margin-top: 28px;
}

.xinwen .zuo .xwtp>a {
    display: inline-block;
    width: 290px;
    height: 200px;
    overflow: hidden;
}

.xinwen .zuo .xwtp>a img {
    width: 290px;
    height: 200px;
    float: left;
    transition: all ease-out 0.5s;
}

.xinwen .zuo .xwtp:hover>a img {
    transform: scale(1.1);
}

.xinwen .zuo .xwtp .tpxwxx {
    width: 270px;
    height: 200px;
    padding-left: 20px;
    float: right;
    background-color: #f7f7f7;
}

.xinwen .zuo .xwtp .tpxwxx p {
    font-size: 16px;
    color: #003262;
    font-weight: bold;
    margin-top: 32px;
}

.xinwen .zuo .xwtp .tpxwxx span {
    display: inline-block;
    width: 265px;
    line-height: 2;
    padding-right: 5px;
    font-size: 13px;
    color: #333333;
    margin-top: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.xinwen .zuo .xwtp .tpxwxx a {
    display: inline-block;
    font-size: 16px;
    color: #00356b;
    font-weight: bold;
    margin-top: 20px;
}

.xinwen .zuo .xwtp .tpxwxx a img {
    position: relative;
    top: 4px;
}

.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: #000;
    transition: all ease-out 0.5s;
  	font-size: 16px;
}

.xinwen .zuo .liebiao ul .tit1 a {
    color: #A91720;
}


.xinwen .zuo .liebiao ul li a:hover {
    color: #A91720;
}

.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: #A91720;
}

.xinwen .you .liebiao {
    width: 100%;
    float: left;
}
#viewer div{
margin: 0px !important;
}



