/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th,td,img{border:medium none;margin:0;padding:0;}
em{font-style:normal;}
p,div,span{cursor: default;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#fff;outline:none!important;font-size: 16px;}
a:hover{color:#fff;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{font-family:微软雅黑;margin:0; padding:0;}/*commom style*/


.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}

.inner{
    width: 1200px;
    margin: 0 auto;
}

/* banner */

.banner{
    width: 100%;
}
.banner .tp{
    width: 100%;
    height: 197px;
    background: url(banner.png) no-repeat center;
}

.banner .nav{
    width: 100%;
    height: 63px;
    background: #191c32 url(navbg.png) no-repeat center;
}

.banner .nav ul li{
    width: 128px;
    line-height: 63px;
    float: left;
    text-align: center;
    background: url(sx.png) no-repeat right center; 
}
.banner .nav ul li.li1{
    margin-left: 324px;
}
.banner .nav ul li.li4{
    background: none; 
}
.banner .nav ul li:hover{
    background: #0e52a7;
    font-weight: bold;
}
.banner .nav ul li.li4:hover{
    background: #0e52a7!important;
}
/* main */

.main{
}

.main .tp{
    width: 100%;
    height: 375px;
    padding: 38px 0px 35px 0;
}

.pos{
    width: 100%;
    height: 40px;
    background: #ededed;
    display: none;
}

.position {
    width: 100%;
    height: 40px;
    line-height: 40px; 
    margin: 0 auto;
    text-align: left;
    background: url(fangzi.png) no-repeat 2px 15px;
}

.position span {
    line-height: 40px;
    float: left;
    padding: 0 5px 0 25px;
    font-size: 13px;
    color: #454545;
}

.position table {
    float: left;
}

.position table td {
    line-height: 40px;
}

.position a {
    padding-right: 5px;
    line-height: 40px;
    font-size: 13px;
    color: #454545;
}



/* 轮播 */

.shxfw-box {
    width: 1200px;
    height: 302px;
    position: relative;
}

.tempWrap {
    width: 100% !important;
}

.shxfw-box ul li {
    width: 278px;
    height: 302px;
    margin: 0 22px 0 0;
    float: left;
    background: #f0f0f0;
    position: relative;
}

.shxfw-box ul li img {
    width: 246px;
    height: 170px;
    position: absolute;
    top: 22px;
    left: 16px;
}

.shxfw-box ul li span {
    display: block;
    width: 246px;
    line-height: 34px;
    position: absolute;
    left: 16px;
    top: 208px;
}
.shxfw-box ul li span a{
    font-size: 17px;
    color: #333333;
}
.shxfw-box .hd2 a {
    position: absolute;
    z-index: 99;
    cursor: pointer;
    width: 26px;
    height: 50px;
}

.shxfw-box .hd2 .prev {
    left: -52px;
    top: 130px;
    background: url(pre.png) no-repeat left center;
    background-size: 100%;
}

.shxfw-box .hd2 .next {
    right: -29px;
    top: 130px;
    background: url(next.png)no-repeat right center;
    background-size: 100%;
}


.main .btm{
    width: 100%;
    margin-bottom: 98px;
}

.main .btm ul li{
    width: auto;
    
}

.main .btm ul li:hover .left{
    background: #0e52a7;
}

.main .btm ul li:hover .left span.year{
    color: #fff;
}

.main .btm ul li:hover .left span.mou{
    color: #fff;
}

.main .btm .left{
    width: 142px;
    height: 93px;
    text-align: center;
    float: left;
}

.btm .left span.year{
    display: block;
    width: 100%;
    float: right;
    font-size: 14px;
    color: #999999;
    padding-top: 18px;
    padding-right: 18px;
    text-align: right;
}

.btm .left span.mou{
    display: block;
    width: 100%;
    font-size: 42.57px;
    color: #999999;
    text-align: center;
}

.main .btm ul li .right{
    width: 1024px;
    float: left;
    margin-left: 34px;
}

.right .title{
    width: 100%;
    font-size: 19px;
    color: #333333;
    line-height: 38px;
}

.right .title a{
    font-size: 19px;
    color: #0e52a7;
    font-weight: bold;
}

.right .time{
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 30px;
}

.right .zyao{
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.right .more a{
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 30px;
}
.right .more {
    margin-bottom: 37px;
}