/* ==============
    Default CSS 
==================================== */
body {
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 15px;
    min-width: 1200px
}

a,a:hover,.btn {
    transition: .5s;
    -webkit-transition: .5s;
    text-decoration: none;
}

a {
    color: #333;
}

a:hover {
    color: #057df3;
}

ul li,
ol li {
    list-style: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td {
    margin: 0;
    padding: 0;
}

/* 清除浮动 */
.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.content-box {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    background: #fff;
}
.content-box1 {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
/*banner图*/
.top{height:522px;background:url("../img/banner.jpg") center top no-repeat #fff;}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: rgb(255, 255, 255, .7) !important;
    border-radius: 60px !important;
    font-size: 25px !important;
    height: 50px;
    line-height: 25px !important;
    width: 50px;
    margin-top: -70px !important;
    margin-left: 0px !important;
    transition: all .3s ease-in;
    -webkit-transition: .3s ease-in;
    transition: all .3s ease-in;
    visibility: hidden;
}



.owl-theme-2 .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgb(255, 255, 255, .7);
    border-radius: 50% !important;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #f0b000;
    width: 20px;
    border-radius: 5px !important;
}



/* 新闻列表 */
.xw-left {
    width: 600px;
    float: left;
}

.xw-left img {
    width: 600px;
    height: 400px;
}

.xw-right {
    width: 560px;
    float: right;
}

.xw-right .u-title {}

.xw-right .u-title p {
    float: left;
}

.xw-right .u-title span {
    float: right;
    margin-top: 5px;
}

.xw-right .u-box {
    width: 510px;
    height: 350px;
    border: solid 1px #F2F0F1;
    padding: 0 30px;
    margin-top: 10px;
}

.xw-right .u-box span {
    display: block;
    height: 70px;
    line-height: 85px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dashed #D3D3D3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xw-right .u-box p {
    line-height: 24px;
    text-indent: 2em;
    margin: 15px 0 10px;
    font-size: 14px;
    color: #888888;
}

.xw-right .u-box p a {
    color: #333;
}

.xw-right .u-box li {
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/icon1.png) no-repeat left center;
    padding-left: 15px;
    font-size: 18px;
}

/*news start*/
.pub-title{ margin:30px 0; }
.pub-content{padding:15px;}
.content-left{display:table-cell;width:30%;vertical-align: top;padding-right: 15px; }

.content-left img{object-fit:contain; width: 100%; }
.content-right{display:table-cell; vertical-align: top;padding-left:20px;  }
.content-right .tit{line-height:30px;  font-size:24px;color:#353535;  font-weight: bold;margin-top:20px;}
.content-right .tit a {color:#333;}
.content-right .tit a:hover{ text-decoration: none;color:#0051de; }
.content-right .exp{line-height:30px; font-size:18px; color:#353535; text-align:justify; margin-top:20px; }
.content-right .time{font-size:14px; color:#9c9b9b; text-align:right; margin-top:20px;}

.pub-contentbg{ background:url("../img/back-image_220617.png") no-repeat; background-size:100%;}


/*---------- foot start---------*/


.foot_2 {
    width: 100%;
    min-width: 1200px;
    background: #333333;
}

.bt {
    padding-top: 10px;
}

.foot_2 a {
    color: #888;
}

.bt a {
    margin: 10px;
    font-weight: bold;
    font-size: 14px;
}


.foot_2 p {
    color: #999999;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
}

/*---------- foot end---------*/


