@charset "utf-8";
/* CSS Document */
html{ min-width:1200px}
*{margin:0px;padding:0px}
body{font-size:12px; font-family:"微软雅黑";color:#000; min-width:1200px;background-color: #ffffff;}
img{border: 0;}
li{ list-style:none;}
.fl{float:left;}
.fr{float:right}
.cl{clear:both;}
a{text-decoration: none;}
a:hover{ text-decoration:underline; }
cite{ font-style:normal; float:right}
cite a{ color:#333}

/*头部导航栏*/
.top_g_width {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.top_navigation {
    height: 40px;
    background: #86e2d3;
    font-size: 16px
}

.top_navigation li {
    padding: 0 35px;
    float: left;
    border-right: 1px #ffffff solid;
    margin-top: 10px;
    overflow: visible;
    white-space: nowrap;
}

.top_navigation a {
    color: #fff;
    text-decoration: none
}

.top_navigation a:hover {
    text-decoration: underline;
}

.top_navigation_more li {
    margin-top: 12px;
    padding: 0 10px 0 13px;
    border-right: 0
}

.top_navigation_more a {
    color: #e53a42;
    position: relative;
    z-index: 99999
}

/***************通用部分***************/
.page{ width:1200px; margin:0 auto}
.header{ height:1114px; background:url(../img/top.jpg) no-repeat center 0px;}
.wrap1{width: 1200px; height: 850px; padding: 50px; text-align: center;}
.wrap2{height:1050px; clear:both; position:relative;}

.xw_left {
    width: 600px;
    height: 450px;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
}
.xw_right {
    width: 600px;
    height: 450px;
    float: left;
    margin-top: 50px;
    margin-bottom: 20px;
}
.xw_left .swiper-container {
    width: 600px;
    height: 450px;
}
.xw_left .swiper-slide img {
    width: 600px;
    height: 450px;
}
.xw_right ul {
    float:left;
    margin-left:30px;
    display:inline-block;
    margin-right:30px;
    width: 600px;
}
.xw_right li {
    line-height: 45px;
    padding-left: 20px;
    border-bottom: 1px solid red;
    text-align: left;
}
.xw_right li h5 {
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xw_right li h5:hover {
    font-weight: bold;
    color: red;
}

.xw_right li p{
    color: #000000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.xw_right li a{ color:#be1a20;}
.xw_title {
    width: 560px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 410px;
    z-index: 100;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(0,0,0,0.46);
    color: red;
}

.xw_title a {
    color: #ffffff;
    text-decoration: #ffffff;
}

.xw_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mian {text-align: left;}

.mian ul {
    width:1200px; margin:0 auto;overflow:hidden;
}
.mian ul li {
    width:100%;
    margin-top:15px;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 10px;
}
.mian ul li h5 {
    color:#be1a20;
    font-size:26px;
    font-weight:bold;
    line-height: 38px;;
}
.mian ul li h5 a{
    color:#be1a20;

}
.mian ul li p {
    color:#333;
    padding-top:8px;
    font-size:16px;
    line-height: 38px;
}
.mian ul li p a {
    color:#be1a20;
}













