﻿@charset "UTF-8";

/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

 
/* Css 初始化 */
html { font-size: 0.52px; }
body { font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; color: #333; }
pre { white-space: pre-wrap; word-wrap: break-word; font-size: inherit; line-height: inherit; font-family: inherit; }
ul, ol, li { padding: 0; list-style: none; margin: 0; }
dl, dt, dd { margin: 0; font-weight: normal; }
p, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: inherit; line-height: inherit; font-size: inherit; }
i, em { font-style: normal; }
a { color: #333; text-decoration: none; }
a:hover { color: #9a0000; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/* Public */
html { font-size: 0.52px; }
body { color: #767676; font-size: 170%; overflow-x: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #767676; text-decoration: none; outline: none;  }
a:hover { color: #9a0000; }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden; }
.blank { display: block; height: 20rem; font-size: 0px; line-height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
* + html .clearfix { min-height: 1%; }
.fl { float: left !important; }
.fr { float: right !important; }
.hide { display: none; }
input[type="button"],
input[type="submit"],
input[type="file"],
button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.prev,
.next { transition: all 0.5s; }

/* frame */
body { text-align: center; }
.container,
.siteWidth { margin: 0 auto; position: relative; }
#header { z-index: 4; position: relative; }
@font-face {
    font-family: 'iconfont';
    src: url('../skin/fonts/iconfont.eot');
    src: url('../skin/fonts/iconfont.woff2') format('woff2'),
        url('../skin/fonts/iconfont.woff') format('woff'),
        url('../skin/fonts/iconfont.ttf') format('truetype'),
        url('../skin/fonts/iconfont.svg') format('svg');
}
.row { --bs-gutter-x: 30rem; --bs-gutter-y: 30rem; }
.noData { font-size: 16em; }

/* top-pic */
.top-pic { background: url(../skin/images/headerbg.jpg) no-repeat center; background-size: cover; }
.top-pic .container { display: flex; justify-content: space-around; padding: 20rem 75rem 20rem 10rem; align-items: center;}
.top-pic img { max-width: 100%; max-height: 40rem; }
.top-pic #logo img { max-height: 60rem;}
    
    
/* headerTop */
.logo { padding-left: 2%; }
.logo a { display: block; }
.logo img { width: auto; max-height: 35px; transition: all 0.5s;
   image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
/* 主导航 */
.navbar { padding: 0; position: absolute; width: 100%; left: 0; top: 100%; background-color: rgba(0, 0, 0, 0.8); }
.nav-main { max-height: 1000rem; overflow-y: auto; }
.nav-main .li1 { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .15); text-align: left; }
.nav-main .li1:last-of-type { border-bottom: none; }
.nav-main .a1 { display: block; line-height: 50rem; padding: 20rem 30rem; font-size: 18em; font-weight: bold; color: #fff; text-decoration: none; }
.nav-main .dropdown1 { display: none; padding: 0 30rem 20rem; }
.nav-main .dropdown1 .ul1 { display: flex; flex-wrap: wrap; }
.nav-main .dropdown1 .li2 { min-width: 33.3333%; }
.nav-main .dropdown1 .a2 { display: block; padding: 10rem 20rem; font-size: 16em; color: rgba(255, 255, 255, 0.9); }
.nav-main .hasUl1 .drop { position: absolute; right: 0; top: 0; width: 86rem; height: 86rem; }
.nav-main .hasUl1 .drop::after, .nav-main .hasUl1 .drop::before { position: absolute; content: ""; display: block; right: 30rem; top: 50%; margin-top: -1px; height: 2px; width: 30rem; background: #fff; }
.nav-main .hasUl1 .drop::before { transform: rotate(90deg); }
.nav-main .hasUl1 .show .drop::before { display: none; }


/* 导航折叠按钮 */
#header .navbar-toggler { border: none; outline: none; box-shadow: none; }
#header .navbar-toggler[aria-expanded=true] { background-color: #780001; }
#header .navbar-toggler .icon-nav:before { font-size: 8em; }
#header .navbar-toggler[aria-expanded=true] .icon-nav:before { content: "\E64D"; }
#header .navbar-toggler { width: 15em; height: 15em; font-size: 2.5em; line-height: 15em; background: rgba(0, 0, 0, 0.2); border-radius: 100%; color: #fff; z-index: 1; }    
#header .navbar-toggler::before { font-family:"iconfont"; font-size: 12em; color: #fff; content: "\E814"; }

/* btn-panel */
.btn-panel { display: flex; align-items: center; justify-content: space-between; padding-right: 2%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

/* btn-phone */
.btn-phone { position: relative; padding: 0 15rem; }
.btn-phone::after { display: block; content: ""; width: 1px; height: 14rem; background-color: #fff; opacity: 0.3; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.btn-phone a { font-size: 16em; color: #fff; }
.btn-phone a:hover { color: #ffc845; }
.btn-phone .pic { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); display: none;  }
.btn-phone .pic::before { display: block; content: ""; width: 0; height: 0; border: 7px solid transparent; border-bottom: 7px solid #fff; left: 50%; position: relative; margin-left: -3px;}
.btn-phone:hover .pic { display: block; }
.btn-phone .pic img { width: 120px; border: 5px solid #fff; }

/* btn-search-02 */
.btn-search-01 { position: absolute; right: 0; top: 50%; transform: translateY(-50%); cursor: pointer; }
.btn-search-02 {  font-size: 16em; height: 40px; line-height: 40px; display: flex; align-items: center; width: 80rem; transition: 0.3s all; border-radius: 4px; background-color: #fff; justify-content: center; color: #1971c2; transition: 0.3s; box-sizing: border-box; }
.btn-search-02::before { content: "\E805"; font-family: iconfont; font-size: 1.5em; line-height: 1; color: inherit; }
.btn-search-02:hover { color: #fff; background-color: #C50000; }


/* 搜索弹框 */
#modal-search { background-color: rgba(0, 0, 0, 0.8); }
#modal-search .modal-backdrop { display: none !important; }
#modal-search .modal-dialog { max-width: none; justify-content: center; }
#modal-search .modal-content { width: 80%; background: none; box-shadow: none; border: none; border-radius: 0; }
#modal-search .btn-close { position: absolute; z-index: 1; right: 2%; top: 100rem; padding: 20rem; color: #fff; font-size: 60rem; color: #fff; pointer-events: auto; text-align: center; line-height: 1; opacity: 1; box-shadow: none; background: none; border: none; transition: all ease .4s; }
#modal-search .btn-close:hover { transform: rotate(180deg); }
#modal-search .icon-close:before { content: "\e800"; font-family: iconfont; font-size: 1em; }
  
/* 搜索输入框 */
.s-form { display: flex; }
.s-form .input-box { position: relative; width: 1%; flex-grow: 1; background: #fff; border-radius: 10px 0 0 10px; }
.s-form .input-box .iconfont { position: absolute; left: 1em; top: 50%; font-size: 20em; color: #999; transform: translateY(-50%); }
.s-form .input-box input { position: relative; width: 100%; height: auto !important; vertical-align: top; padding: 15rem 1.5em !important; line-height: 2 !important; border: 0 !important; outline: none; background: none !important; font-size: 16em; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: auto; left: 30rem; right: 0; background: #fff; max-height: 190rem; overflow-y: auto }
.s-form .input-box .dropdown-word li { padding: 0 10rem; font-size: 15em; line-height: 2.5; cursor: pointer; }
.s-form .input-box .dropdown-word li:hover { background: #f5f5f5; color: #633; }
.s-form .btn-box { display: block; background: #a71e23; border-radius: 0 10px 10px 0; }
.s-form .btn-box input { height: auto; padding: 1em 1.5em; overflow: hidden; border: none; outline: none; color: #fff; background: none; font-size: 18em; text-align: center; }
.s-form .btn-box input:focus { outline: none; box-shadow: none; }
.s-form .link-box { text-align: right; font-size: 14px; }


/* banner */
.banner { position: relative; }
.banner .con { display: none; }
.banner .hd {  height: 12px; position: absolute; right: 0; bottom: 100px; width: 100%;  }
.banner .hd ul { display: flex; justify-content: center; width: 100%; }
.banner .hd li { transition: all 0.5s; border-radius: 20px; width: 12px; height: 12px; cursor: pointer; background-color: #fff; margin: 0 5px; opacity: 0.5; }
.banner .hd li.on { opacity: 1; width: 30px; }
.banner .hd li span { display: none; }
.banner .arrow::before { content: "\E807"; font-family: iconfont; font-size: 40px; z-index: 1; position: absolute; top: 50%; transform: translateY(-50%); color: #fff; transition: 0.4s; opacity: 0;}
.banner .prev::before { left: 10%; content: "\E808";}
.banner .next::before { right: 10%; }
.banner:hover .arrow::before { opacity: 1; }

#page-banner { height: 560px; overflow: hidden; z-index: 0; }
#page-banner::before { display: block; content: ""; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); width: 100%; min-width: 1400px; height: 100px; position: absolute; top: 0; left: 0; z-index: 1; }
#page-banner .hd { bottom: 30px; }
#page-banner .bd li { min-width: 1400px; height: 560px; }


/* content */
#content { clear: both; margin: 0 auto; box-sizing: border-box; position: relative; z-index: 1; text-align: left; background-color: #fff;}
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* footer */
#footer { background: url(../skin/images/footerbg.jpg) no-repeat; color: #fff; background-size: cover; position: relative; z-index: 1; font-size: 16em; padding: 0 10rem; }
#footer a { color: inherit; }
#footer .ft { display: flex; flex-wrap: wrap; padding: 30rem 0; gap: 30rem; justify-content: space-between; text-align: left; align-items: center; }
#footer .ft img { max-height: 6em; width: auto; }

#footer .ftlogo,
#footer .friendLinks { display: none;  }

#footer .lxwm { flex: 1; min-width: 0; }
#footer .lxwm h3 { font-weight: bold; font-size: 1.2em; margin-bottom: 10rem;}
#footer .ewmpic { display: flex; flex-direction: column; align-items: center; width: 6em; }
#footer .ewmpic img { width: auto; }

.friendLinks { display: flex;  flex-direction: column; }
.friendLinks h3 { font-weight: bold; font-size: 1.2em; margin-bottom: 15rem; }
.friendLinks select { line-height: 2.5em; height: 2.5em; border: none; width: 16em; }

.copyright { padding: 20rem 0; border-top: 1px solid rgba(255, 255, 255, 0.5); }


/* 位置导航 */
.path { line-height: 1.5em; font-size: 16em; color: #fff; text-align:left; margin-bottom: 1.5em;}
.path em::before { content: "\E829"; font-family: iconfont; font-size: 2.2em; vertical-align: middle; position: relative; top: -2px; }
.path a,
.path span { padding: 0 3px; color: #fff;}
.path a:hover { color: #a71e23; }


/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: .9; background: rgba(0, 0, 0, .5);}
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0;}

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .8); left: 0; top: 0;}

/* box-default */
.box-default > .hd { display: flex; justify-content: space-between; align-items: center; }
.box-default > .hd h3 { font-weight: bold; font-size: 20em; line-height: 2.8em; display: flex; align-items: center; }
.box-default > .hd h3::before { content: "\E793"; font-family: iconfont; font-size: 2.5em; color: #9a0000; font-weight: normal; }
.box-default > .hd .more { font-size: 16em; padding-right: 10rem; }


/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: 0.9; background: rgba(0, 0, 0, 0.5); }
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0; }

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, 0.8); left: 0; top: 0; }

/* 侧栏-栏目菜单 */
.side { margin-top: -80rem; }
#sideMenu { margin-bottom: 20rem; }
#sideMenu .menuList { display: flex; gap: 20rem 0; }
#sideMenu li { font-size: 20em; text-align: center; position: relative; flex: auto; }
#sideMenu li a { display: block; line-height: 3em; background-color: #c8c9c9; position: relative; }
#sideMenu li a::after { background-color: #a71e23; width: 2px; display: block; content: ""; position: absolute; right: 0; top: 0; bottom: 0; }
#sideMenu li:hover a,
#sideMenu .on a,
#sideMenu .on a:hover { font-weight: bold; background-color: #a71e23; color: #fff;}
#sideMenu .on::after { width: 0; height: 0; border: 0.5em solid transparent; border-bottom: 0.5em solid #a71e23; display: block; content: ""; position: absolute; bottom: -0.8em; left: 50%; transform: translateX(-50%); }
#sideMenu .on { font-size: 24em; position: relative; line-height: 4em; top: -0.5em; }



/* pageBanner */
.pageBanner { text-align: center; }
.pageBanner img { width: 100%; max-width: 1920px; }

/* 侧栏盒子模型 */
.sideBox { margin-bottom: 20rem; }
.sideBox .hd { overflow: hidden; padding: 0px 10rem; height: 60em; line-height: 60em; background: #a71e23; }
.sideBox .hd h3 { font-size: 22em; color: #fff; text-align: center; }
.sideBox .hd h3 a { color: #fff; }
.sideBox .hd h3 a:hover { text-decoration: none; }
.sideBox .bd { border: 1px solid #e8e8e8; padding: 10rem 19rem 19rem; background: #fff; }

/*节点归档信息样式*/
.archived-info { float: right; }
.archived-info span { margin: 0 5px; }

/* infoListA */
.infoListA li { padding: 0 0 10px 12px; margin-bottom: 10px; border-bottom: 1px solid #eee; line-height: 1.5; background: url(../img/icons.png) 0 -387px no-repeat; position: relative; }
.infoListA .date { color: #999; float: right; }
.infoListA .last { border-bottom: 0; }

/* 日历式列表 */
.calendarList li { height: 60px; padding: 10px 0; }
.calendarList li .calendar { float: left; width: 60px; height: 60px; background: #abb898; color: #fff; text-align: center; font-size: 12px; border-radius: 6px; margin-right: 20px; display: inline; }
.calendarList li .calendar em { display: block; line-height: 20px; font-size: 24px; padding-top: 10px; }
.calendarList li .title { font-size: 16px; font-weight: bold; }
.calendarList li .intro { color: #999; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* video-list */
.video-list { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10em }
.video-list li { width: 48%; overflow: hidden; position: relative; }
.video-list .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 63%; height: 0; z-index: 1; }
.video-list .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.4s; }
.video-list .pic i { position: absolute; top: 50%; left: 50%; transition: 0.4s; margin-left: -25px; margin-top: -35px; scale: 0.8; width: 50px; height: 50px; border-radius: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: 2; }
.video-list .pic i::after { display: block; content: ""; width: 0; height: 0; border: 12px solid transparent; border-left: 20px solid #fff; z-index: 3; margin-left: 8px; transform: translate(-50%,-50%); position: absolute; top: 50%; left: 50%;}
.video-list .title { width: 90%; text-align: center; z-index: 3; transition: 0.5s; padding: 0 5%; font-size: 16em; height: 3.125em; line-height: 3.125em; color: #fff; position: absolute; left: 0; bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.video-list .title a { color: inherit; }
.video-list .titleBg { background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); position: absolute; width: 100%; height: 60px; bottom: 0; left: 0; }
.video-list li:hover .pic i { scale: 1; }
.video-list li:hover .pic img { transform: scale(1.08); }
.video-list li:hover .title { transform: translateY(-10px);  }


/* 信件列表 */
.letterList { width: 100%; border: none; }
.letterList th,
.letterList td { text-align: center; font-size: 14px; vertical-align: middle; line-height: 26px; padding: 5px 5px; }
.letterList th { background: #f1f6fa; }
.letterList th { color: #416eb4; height: 35px; line-height: 35px; padding: 0px; border-bottom: 1px solid #d7ebf6; font-weight: bold; }
.letterList th.title { text-align: left; padding-left: 38px; }
.letterList tr:nth-child(2n) td,.letterList .even td { background: #f4f4f2; }
.letterList .num { display: none; }
.letterList td.title { text-align: left; padding-left: 5px; white-space: normal; word-break: break-all; }
.letterList .ico { width: 30px; text-align: center; vertical-align: middle; padding: 0px; }
.letterList .ico img { vertical-align: middle; }
.letterList .dep { width: 90px; }
.letterList .state { width: 90px; }
.letterList .open,
.letterList .handle { display: none; }
.letterList .state .s0 { color: #333; }
.letterList .state .s1 { color: #f70; }
.letterList .state .s2 { color: #f00; }
.letterList .state .s3 { color: #390; }
.letterList .state .s4 { color: #333; text-decoration: line-through; }
.letterList .date { border-right: none; width: 90px; }
.letterList td.date { color: #999999; }

/* detailTable */
.detailTable { margin-bottom: 10px; background: #fff; width: 100%; }
.detailTable,
.detailTable tr,
.detailTable tr td { border: 1px solid #e6e6e6; border-collapse: collapse; }
.detailTable thead tr { border-color: #416eb4; }
.detailTable thead th { background: #416eb4; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-align: center; border-color: #416eb4; }
.detailTable tbody td { padding: 10px 15px; }
.detailTable tbody td.tdName { font-weight: bold; background: #f7f7f7; text-align: center; width: 20%; font-size: 14px; }
.detailTable .trTitle .tdCon { font-weight: bold; white-space: normal; word-break: break-all; }
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) { width: 160px; }
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) { width: 160px; }
.detailTable .preDiv { width: 670px; overflow: auto; }
.detailTable .preDiv pre { font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }

/* cateHd */
.cateHd { position: relative; line-height: 45em; height: 45em; margin-bottom: 10px; padding: 0 20rem; }
.cateHd .list { overflow: hidden; }
.cateHd .list li { float: left; padding: 0 4%; }
.cateHd .list a { font-size: 20em; color: #888; }
.cateHd .list a:hover { text-decoration: none; }
.cateHd .list .on a { color: #416eb4; }
.cateHd h3,
.cateHd .list .on { position: relative; font-weight: bold; display: inline-block; zoom: 1; font-size: 20em; border-bottom: 3px solid #a92f33; }
.cateHd h3 a { color: inherit; }



/*验证码*/
div.codeinp input[type="text"] { width: 100px !important; float: left; margin-right: 10px; line-height: 26px; }

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20px 0; }
.bot a,
.bot button { cursor: pointer; display: inline-block; height: 46px; line-height: 46px; padding: 0 5%; font-size: 16px; background: #416eb4; border: 0; color: #fff; margin: 0 2%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.bot a:hover,
.bot button:hover { text-decoration: none; background: #077bd4; }

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { background: #fff; padding: 3% 0; width: 80%; margin: 30px auto; border: 1px solid #e2e2e2; font-size: 16px; }
.queryForm td { padding: 8px 0; }
.queryForm .tdlab { width: 40%; text-align: right; }
.queryForm input[type="text"] { border: 1px solid #ccc; width: 56%; height: 30px; }
.queryForm input[type="text"]:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.queryForm .bot { text-align: left; }
.queryForm .bot a { margin: 0; }
.queryForm .required strong { color: #f00; margin-right: 5px; }
.queryForm .errorMessage { color: #f00; }
.queryForm table { width: 100%; border: 0; }



/* 焦点图 - 带简介 */
.box-slide { padding-bottom: 20rem; }
.box-slide .swiper-slide { position: relative; display: flex; flex-wrap: wrap; background: #f8f8f8; }
.box-slide .swiper-slide .pic { width: 100%; }
.box-slide .swiper-slide .pic a { position: relative; display: block; height: 0; padding-bottom: 66%; overflow: hidden; }
.box-slide .swiper-slide .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #ddd;}
.box-slide .swiper-slide .con { width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 20em 30em 50em;  }
.box-slide .swiper-slide .title { font-size: 20em; font-weight: bold; line-height: 1.5em; max-height: 3em; text-align: left; margin-bottom: 20rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.box-slide .swiper-slide .intro { text-indent: 2em; line-height: 2em; margin-bottom: 1em; font-size: 16em; color: #999; max-height: 6em; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.box-slide .swiper-slide .date { margin-top: 20rem; line-height: 2em; font-size: 16em; color: #999;}
.box-slide .swiper-pagination-bullets { width: 100%; left: auto; right: 0; bottom: 50rem; font-size: 0; }
.box-slide .swiper-pagination-bullets .swiper-pagination-bullet { vertical-align: top; width: 20rem; height: 20rem; margin: 0 4rem; font-size: 0; border-radius: 100%; text-align: center; opacity: 1; background: #ddd; }
.box-slide .swiper-pagination-bullets .swiper-pagination-bullet-active { background: #9a0000; }

@media (max-width:992px) {

    /* 侧栏菜单 */
    .side { margin-top: 0; }
    #sideMenu { margin: 0; }
    #sideMenu > .hd { display: none; }
    #sideMenu > .bd { padding: 10rem 0; }
    #sideMenu .menuList { width: 100%; flex-wrap: wrap; }
    #sideMenu .menuList li {  margin: 0 12rem 0 0; flex: auto; font-size: 18em; }
    #sideMenu .menuList li.on {  top: 0; }
    #sideMenu .menuList li.on::after { display: none; }
    #sideMenu .menuList::-webkit-scrollbar { display: none; }
    #sideMenu .menuList li a { display: block; background: #c8c9c9; color: #333; border: none; padding: 0 1.2em; text-decoration: none; line-height: 2.3; }
    #sideMenu .menuList li.on1 a,
    #sideMenu .menuList li.on a { background: #a71e23; color: #fff; }
    #sideMenu .menuList .ul1 { position: fixed; z-index: 33; bottom: 0; left: 0; padding: 0 5%; box-sizing: border-box; width: 100%; display: none; background-color: rgba(0, 0, 0, 0.8); padding-block: 20rem 10rem; }
    #sideMenu .menuList .li2 { background-color: #ddd; float: left; width: 32%; margin:0 2% 10rem 0; text-align: center; border-radius: 4px; overflow: hidden; }
    #sideMenu .menuList .li2:nth-child(3n) { margin-right: 0; }
    #sideMenu .menuList .li2 .a2 { display: block; padding: 0; width: 100%; background: #ddd; color: #333; border-radius: 4px; }
    #sideMenu .menuList .on2 .a2 { background-color: #a71e23; color: #fff; border-color: #a71e23; }
    #sideMenu .menuList li.on1 .ul1,
    #sideMenu .menuList li.submeun .ul1 { display: block; }
    #sideMenu li a::after { display: none; }

    .path { margin-bottom: 0; }
    .path ,
    .path a,
    .path span { color: #666; }

}


@media (min-width: 768px) {

   .top-pic img { max-height: 55rem; }
   .top-pic #logo img { max-height: 70rem;} 

   /* box-slide */
   .box-slide .swiper-slide .pic { width: 50%; }
   .box-slide .swiper-slide .con { width: 50%; }
   .box-slide .swiper-slide .intro { max-height: 6.6em; }
   .box-slide .swiper-pagination-bullets { width: 50%; }
   .box-slide { position: relative; }
   .box-slide::after { display: block; content: ""; width: 1px; height: 100%; background-color: #f8f8f8; right: 0; top: 0; z-index: 1; position: absolute; }
   
}
@media (min-width: 992px) {

   .top-pic img { max-height: 70rem; }
   .side { margin-top: -120rem; }
   .side2 { margin-top: -80rem; }

   #footer .ftlogo, #footer .friendLinks { display: flex; }
   #footer .ft > div { flex: auto; }
   #footer .friendLinks { margin-right: 50rem; }
}

@media (min-width:1200px) {
    html { font-size: 0.84px; }
    body { font-size: 90%; }
    .headerTop .container { max-width: 1140px; }
   

    .side { margin-top: -80rem; }
    .side2 { margin-top: -60rem; margin-bottom: 40rem; }

    /* header -------------------------- */
    #modal-search .modal-content { width: 50%; }
    #modal-search .modal-dialog { margin-top: 200px; }

    .top-pic .container { padding-left: 0; padding-right: 0; }
    .top-pic #logo img { max-height: 80rem; }

       /* 主导航 */
    .navbar { position: static; background: none; min-width: 0; flex: 1 0 0%; justify-content: flex-end;}
    .navbar .navbar-collapse { margin: 0;  }
    .nav-main { overflow: visible; display: flex;  margin: 0 auto;  }
    .nav-main .li1 { height: 2.5em; border-bottom: none; font-size: 22em; text-align: center; flex: auto; position: relative; }
    .nav-main .li1::after { display: block; content: ""; width: 1px; height: 23rem; background-color: #676767; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
    .nav-main .li1:last-child::after { display: none; }
    .nav-main .h1 { position: relative; }
    .nav-main .a1 { padding: 0; font-size: 0.8em; transition: all 0.4s; color: #767676; }
    .nav-main .hasUl1 .drop { display: none; }

    /*翻转*/
   .nav-main .h1 { overflow: hidden; position: relative; }
   .nav-main .a1:before { position: absolute; top: 100%; content: attr(title); color: #9a0000; }
   .nav-main .li1:hover .a1 { transform: translateY(-100%); }

    /* 导航下拉菜单 */
   .nav-main .dropdown1 { width: 100%; background-color: #f6f6f6e6; padding: 0; position: absolute; left: 0; top: 100%;  }
   .nav-main .dropdown1::before { display: block; content: ""; width: 0; height: 0; border: 7px solid transparent; border-bottom: 7px solid #F6F6F6; top: -14px; left: 50%; transform: translateX(-50%); position: absolute; }
   .nav-main .dropdown1 .ul1 { display: block; }
   .nav-main .dropdown1 .ul1 .li2 { text-align: center; position: relative; }
   .nav-main .dropdown1 .ul1 .last2 .a2 { border-bottom: none; } 
   .nav-main .dropdown1 .ul1 .a2 { display: block; line-height: 24px; padding: 8px 5px; font-size: 15rem; color: #333; border-bottom: 1px solid rgba(0,0,0,0.1); box-sizing: border-box; }
   .nav-main .dropdown1 .ul1 .a2:hover {  background-color: rgba(255,255,255,.5);}

   /* box-default */
   .cateHd h3,
   .cateHd li,
   .box-default > .hd h3 { font-size: 22em; }
}

@media (min-width:1300px) {
    html { font-size: 0.92px }
    .headerTop .container,
    .container { max-width: 1200px; }

    .box-default > .hd { padding-bottom: 15rem; }
}
@media (min-width:1400px) {
    html { font-size: 1px; }
    .logo img { max-height: 55px; }
}
@media (min-width:1600px) {
   .headerTop .container,
   .container, .siteWidth { max-width: 1400px; }

   .top-pic #logo img { max-height: 96rem; }

   /* box-default */
   .cateHd h3,
   .cateHd li,
   .box-default > .hd h3 { font-size: 24em; }
}
