.site-header { background-image:url('../img/topbg.jpg');background-repeat: no-repeat;
    background-size: 100% auto; padding-top:30px; padding-bottom:30px;}
.header-gap { height:120px;}
.menubox {    width: 100%;
    height: 46px;
    background-color: #a01010;}
.nav_box {
    height: 46px;
}
.frcsp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.rel { position: relative;}
.abs { position: absolute;}
.fr { display: flex; flex-direction: row;}
.fc { display: flex; flex-direction: column;}
.frc { display: flex; flex-direction: row; align-items: center;}
.frcc { display: flex; flex-direction: row; align-items: center; justify-content: center;}
.frcsa { display: flex; flex-direction: row; align-items: center; justify-content: space-around;}
.frcsb { display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
.frcfs {display: flex; flex-direction: row; align-items: center; justify-content: flex-start;}
.fcc { display: flex; flex-direction: column; align-items: center;}
.fccc { display: flex; flex-direction: column; align-items: center;justify-content: center;}
.fcjc { display: flex; flex-direction: column; justify-content: center;}
.fccsb { display: flex; flex-direction: column; align-items: center; justify-content: space-between;}
.fcsb {display: flex; flex-direction: column; justify-content: space-between;}
.frsb { display: flex; flex-direction: row; justify-content: space-between;}
.frcfe { display: flex; flex-direction: row; align-items: center; justify-content: flex-end;}
.clamp1 {
    display: -webkit-box;      /* 必须设置为盒模型 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    -webkit-line-clamp: 1;     /* 限制显示的行数 */
    overflow: hidden;          /* 超出部分隐藏 */
    text-overflow: ellipsis;   /* 显示省略号 */

}
.clamp2 {
    display: -webkit-box;      /* 必须设置为盒模型 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    -webkit-line-clamp: 2;     /* 限制显示的行数 */
    overflow: hidden;          /* 超出部分隐藏 */
    text-overflow: ellipsis;   /* 显示省略号 */

}
.w1400 {
    width: 1300px;
    margin: 0 auto;
}
.mt20 { margin-top:20px;}
.nav-list { padding:0px; border:0px; margin:0px;list-style: none;display: flex;
    flex-direction: row;
    align-items: center; height:46px;}
.menu-item { width:150px;}
.menu-item a {
    color: #FFF;
    font-size: 18px;
}
.fun_item {
    box-shadow: 0px 0px 10px #999;
    width: 18%;
}
.home-owl-imgnav { margin-top:20px;}
.main_item {
    width: 100%;
    height: 500px;
    background-image: url(../img/newsbg.jpg);
    background-repeat: no-repeat;
    background-size: auto 360px;
    background-position: bottom right;
    background-color: #f4f4f4;
}
.main_info_title_icon {
    width: 150px;
}
.main_info_title_icon img {
    width: 100%;
}
.main_info_title { width:100%;}
.main_info_title_more a {
    font-size: 14px;
    color: #999;
}
.news_tt {
    margin-top: 20px;
}
.news_tt_img {
    width: 460px;
    height: 320px;
}
.swipersilder {
    width: 460px;
    height: 320px;
}
.silder_list_item {
    position: relative;
    width: 460px;
    height: 320px;
}
.silder_list_item a { display:block;width: 460px;
    height: 320px;}
.silder_item_img img {
    width: 460px;
    height: 320px;
}
.silder_item_title { position: absolute; bottom:0px; z-index:10; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); width:100%; height:60px;}
.silder_item_title h3 { font-size:16px; margin: 10px 20px; line-height:60px ;  color:#FFF;  text-shadow: 0px 0px rgba(0, 0, 0, 0.5);
}
.news_list {
    flex: 1;
    margin-left: 40px;
}
.news_list .news_item:last-of-type{ border-bottom:0px;}
.news_item {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom:1px solid #000;
}
.news_item a h2 {
    color: #a01010;
    font-size: 30px;
    font-weight: bold;
}
.news_item a p {
    color: #000;
    font-size: 16px;
    line-height: 1.6rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mp_item {
    width: 100%;
    height: 730px;
    background-image: url(../img/mp_bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 600px;
    background-position: bottom right;
    background-color: #FFF;
    padding-top: 20px;
}
.mp_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.mp_info_title_icon {
    width: 150px;
}
.mp_info_title_icon img {
    width: 100%;
}
.mp_info_title_more a {
    font-size: 14px;
    color: #999;
}
.mp_list_item {
    width: 14.5%;
    height: 280px;
    padding: 10px;
    background-color: #fcfbf7;
    border: 1px solid #9e4c4e;
    margin-bottom: 20px;
}
.mp_list_item a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 260px;
    color: #000;
    border: 1px solid #9e4c4e;
    position: relative;
}
.mpline01 {
    right: 40px;
}
.mpline02 {
    right: 80px;
}
.mp_line {
    width: 1px;
    height: 100%;
    background-color: #9e4c4e;
    position: absolute;
    top: 0px;
}
.mpline03 {
    right: 120px;
}
.mp_item_author {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0px;
    bottom: 20px;
}
.mp_item_title {
    font-size: 16px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: 0px;
    width: 120px;
    overflow: hidden;
}
.mp_item_author img {
    width: 20px;
    height: auto;
    margin-bottom: 5px;
}
.mp_item_author p {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
}
.hk_item {
    width: 100%;
    height: 600px;
    background-image: url(../img/hk_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom right;
    background-color: #ece9e4;
    padding-top: 20px;
}
.swiperhk {}
.swiperhk .swiper-wrapper {
    width: 1300px;
}
.hk_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    height: 370px;
}
.hk_list_item {
    width: 18%;
    background-color: #fcfbf7;
}
.hk_list_item a {
    display: flex;
    flex-direction: column;
    height: 370px;
    background-color: #FFF;
    color: #000;
}
.hk_list_item .hk_item_title {
    margin: 5px 15px;
}
.hk_list_item a img {
    width: 100%;
    height: 250px;
}
.hk_list_item .hk_item_title h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hk_list_item .hk_item_title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}
.jx_item {
    width: 100%;
    height: 600px;
    background-image: url(../img/jx_topbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-color: #f8f8f8;
    padding-top: 20px;
}
.jx_bg {
    width: 100%;
    height: 600px;
    background-image: url(../img/jx_bottombg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.jx_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}
.jx_nav a img {
    width: 150px;
    height: 150px;
}
.jx_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.jx_list_item {
    width: 46%;
    margin-bottom: 5px;
}
.jx_list_item a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.jx_list_item a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    font-size: 16px;
    color: #000;
}
.jx_list_item a p {
    margin-left: 40px;
    font-size: 16px;
    color: #000;
}





