body{
    font-size: 16px;
    color: #333;
    background: url('../images/xatogbg.png') #f6f6f6 center top no-repeat;
}
.main {
    background: url(../images/bottombg.png) center bottom no-repeat;
}
.container{
    width: 1200px;
}

.columtop{
    position: relative;
    width: 1400px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

.logo{
    text-align: center;
    margin-top: 60px;
}
.mt{
    margin-top: 65px;
    border-color: #f6f6f6;
    border-bottom: 1px solid #e3e3e3;
}

.mt span.title{
    font-size: 34px;
    font-family: title;
    color: #065db6;
    font-weight: bold;
    height:44px;
    margin-bottom: 1.875rem;
    display: inline-block;
    position: relative;
    background: linear-gradient(to top, rgba(5,92,181, 0.2) 0%, rgba(5,92,181, 0.2) 0.5rem, rgba(5,92,181, 0) 0.5rem, rgba(5,92,181, 0) 100%);

}
.mt span a{
    color: #004098;
}
.mt span:after{
    background: none;
}
.mt ul{
    float: right;
    font-size: 18px;
    font-weight: bold;
}
.mt ul li{
    display: inline;
    margin-left: 50px;
}
.mt ul li.cur a{
    color: #004098;
}
.u-list > li{
	position: relative;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
}
.u-list > li > a{
	display:inline-block;
	width: 100%;
	padding-right: 120px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.u-list > li span{
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	color: #333;

}

.u-list li.empty {
    height: 1px;
    border-top: 1px solid #e3e3e3;
    margin: 20px 0;
}
.u-list > li:last-child.empty{
	display: none;
}

.list{
    margin-top: 30px;
    background: #fff;
    padding: 1px 50px 40px;
}

.list .column{
    margin-top: 30px;
    overflow: hidden;
}
.list .column li{
    /*width: 190px;*/
    height:50px;
    padding:0 60px;
    border:1px solid #004098;
    float: left;
    margin-right: 30px;
    text-align: center;
    line-height:50px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.list .column li a{
    color: #004098;
}
.list .column li.cur{
    background: #004098;
    border: 0;
}
.list .column li.cur a{
    color: #fff;
}
.list-cont{
    margin-top: 30px;
    overflow: hidden;
}

.list-cont li:last-child{
    border: 0;
}
.piclist{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.piclist li{
    width: 330px;
    /*height:270px;*/
    margin: 0 55px 15px 0;

}
.piclist li:nth-child(3n){
    margin-right: 0;
}
.piclist li a{
    position: relative;
}
.piclist li img{
    width: 100%;
    height:220px;
}
.piclist li  span{
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.page{
    margin-top: 20px;
    padding-top:40px;
    font-size: 20px;
    border-top: 1px solid #e3e3e3;
    text-align: center;
}
.page li{
    display: inline-block;
    vertical-align: top;
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.page li a{
    display: block;
    min-width: 48px;
    height: 48px;
    background: #fff;
    padding:0 12px;
}
.page li span{
    float: left;
}
.page li.cur a{
    background: #065db6;
    color: #fff;
}
.path{
    height:20px;
    line-height:20px;
    background: url("../images/home.png") left center no-repeat;
    padding-left: 33px;
    margin-top: 43px;
        color: #fff;
}
.path a{
    color: #fff;
}
.path a:last-child{
   /* color: #004098;*/
       color: #fff;


}
.cont {
    margin-top: 30px;
    background: #fff;
    padding: 25px 50px 40px;
}
.cont h1{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    font-size: 35px;
    text-align: center;
    line-height: 2;
    margin:30px 0 0;
}
.cont h1 small{
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.detail{
    font-size: 18px;
    line-height:2;
    padding-bottom: 40px;

}
.detail p{
    margin-top: 20px;
}
.detail img {
    max-width: 1100px;
    display: block;
    margin: 20px auto;
}
.detail a{
    color:inherit;
}
video{
    margin:20px auto;
    display: block;
}
.columnfooter{
    margin-top: 10px;
    height:160px;
    text-align: center;
    padding-top:40px;
    font-size: 16px;
    line-height:30px;
    color: #fff;
}
.columnfooter .container{
    position: relative;
}
.columnfooter .dangzheng{
    position: absolute;
    left: 340px;
    top:0px;
}
.columnfooter p{
    padding-left: 50px;
    font-size: 14px;
    color: #fff;
}