﻿@charset "utf-8";
/* 文章首页 -----------------------------------------*/
.pageSlide { background: #FFFAF3; position: relative; margin-bottom: 30rem; overflow:hidden}
.pageSlide .swiper-slide{display:flex; align-items:stretch; opacity:0; transform:0.5s}
.pageSlide .swiper-slide-active{opacity:1;}
.pageSlide .swiper-slide .pic{width:650rem}
.pageSlide .swiper-slide .pic img{width:100%; height:auto;}
.pageSlide .swiper-slide .con{width:1%; flex-grow:1; padding:30rem; min-height:320rem;}
.pageSlide .swiper-slide .con .titleBg{display:none;}
.pageSlide .swiper-slide .con .title{font-size:20rem; font-weight:bold; color:#B0813F; line-height:30rem; max-height:90rem; overflow:hidden; margin-bottom:20rem;}
.pageSlide .swiper-slide .con .title a{color:#B0813F}
.pageSlide .swiper-slide .con .date{display:none; height:30rem; line-height:30rem; font-size:14rem; color:#777777; margin-bottom:20rem; }
.pageSlide .swiper-slide .con .intro{font-size:14rem; line-height:30rem; color:#777777; max-height:150rem; overflow:hidden;}
.pageSlide .swiper-pagination{width:calc(100% - 650rem); left:auto; right:0; bottom:20rem}
.pageSlide .swiper-pagination .swiper-pagination-bullet{width:54rem; border-radius:0; background:#d9d9d9; opacity:1}
.pageSlide .swiper-pagination .swiper-pagination-bullet-active{background:#663333}

/* 栏目循环 */
.pageBox>.hd{height:50rem; line-height:50rem; margin-bottom:10rem}
.pageBox>.hd h3{float:left; font-size:22rem; font-weight:bold; color:#835A4C;}
.pageBox>.hd h3 a{color:#835A4C}
.pageBox>.hd .more{float:right; margin-top:10rem; height:30rem; line-height:30rem; font-size:12rem; color:#999; background:url(../../base/img/more.png) 0 50% no-repeat; transition:0.5s; width:110rem; text-align:left; text-indent:45rem;}
.pageBox>.hd .more:hover{color:#663333;background-image:url(../../base/img/more-on.png);text-indent:56rem}
.pageBoxLoop { display:flex; flex-wrap:wrap; justify-content:space-between;}
.pageBoxLoop .pageBox{width:48.5%; margin-bottom:2%;}
.pageBoxLoop-row .pageBox{width:100%;}

/* 文章列表页 -----------------------------------------*/
#sideWeiXin .bd { text-align: center;}

/* 内容带图片的信息列表_图片判断式 */
.pageTPList li { padding: 30rem; background:#FDFDFD; border-bottom: 1rem solid #F2F2F2; overflow: hidden; display:flex; justify-content:space-between; position:relative; transition:0.5s}
.pageTPList .pic { width:234rem; max-height:134rem; margin-left:40rem; overflow:hidden; position:relative; z-index:1; border:2rem solid #fff}
.pageTPList .pic img{width:100%; height:auto;}
.pageTPList .date{width:80rem; height:80rem; margin-right:30rem; text-align:center; color:#B0813F;transition:0.5s; position:relative; z-index:1; top:5rem}
.pageTPList .date b{display:block; font-size:40rem; font-weight:bold; line-height:60rem;}
.pageTPList .date span{display:block; font-size:14rem; line-height:20rem;}
.pageTPList .con{width:1%; flex-grow:1; position:relative; z-index:1;}
.pageTPList .con .title{height:40rem; line-height:40rem; display:block; font-size:20rem; overflow: hidden; margin-bottom:10rem; text-overflow: ellipsis; white-space: nowrap; }
.pageTPList .con .intro{max-height:72rem; line-height:24rem; font-size:14rem; color:#777777; overflow:hidden; display: -webkit-box; -webkit-line-clamp: 3 ; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.pageTPList li .corner{position:absolute; display:block; width:83rem; height:20rem; background:url(../../base/img/corner2.png) 0 0 no-repeat; left:0; top:0; opacity:0;}
.pageTPList li .corner-2{left:auto; right:0; transform:rotateY(180deg)}
.pageTPList li .corner-3{top:auto; left:auto; right:0; bottom:0; transform:rotate(180deg)}
.pageTPList li .corner-4{top:auto; bottom:0; transform:rotateX(180deg)}
.pageTPList li:hover{background:#663333}
.pageTPList li:hover .date{color:#FFC067}
.pageTPList li:hover .con .title a{color:#FFD186}
.pageTPList li:hover .con .intro{color:#fff}
.pageTPList li:hover .corner{opacity:1}


/* newsList */
.newsList {}
.newsList li { overflow: hidden; font-size:20rem; line-height:32rem; padding:19rem 30rem; display:flex; transition:0.5s;}
.newsList li a:hover{text-decoration:none;}
.newsList li>a{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; flex-grow: 1; width: 1%;}
.newsList .date {color: #A57676; font-size:16rem; display:block; margin-right:40rem; }
.newsList .node { color: #A57676; font-size:16rem; display:block; margin-right:40rem;}
.newsList em { color: #f20;}
.newsList li:hover{background:#663333}
.newsList li:hover a{color:#fff;}
.newsList li .address { background: #8DB6D5; color: #fff; padding: 0 8rem; line-height: 22rem; font-size: 12rem; margin: 4rem 0; border-radius: 5rem; float: right; margin-left: 15rem;}
.newsList li .address:hover { background: #6e9ec3; text-decoration: none;}
.newsList li .disable { display: none !important;}

/* 友情链接列表页 -----------------------------------------*/
.friendLinkList { overflow: hidden; zoom: 1; padding: 10rem 0 10rem 10rem;}
.friendLinkList li { width: 28%; height: 36rem; line-height: 36rem; padding: 0 3.5% 0 1.5%; background: url(../../base/img/icons.png) 0 -378rem no-repeat; float: left; overflow: hidden;}

/* 文章内容页 -----------------------------------------*/
.articleCon { text-align: left; padding: 50rem; background:#FDFDFD; border:1rem solid #ebebeb;}
.printArea .title { font-size: 30rem; padding:0; line-height: 1.5; text-align: center; margin-bottom: 40rem; word-wrap: break-word; color: #663333; font-weight:bold;}
.printArea .subTitle,
.printArea .subheading { font-size: 1em; text-align: center; }

.printArea .property{padding:10rem 20rem; background:#F8F8F8; text-align:left; line-height:30rem; font-size:14rem; margin-bottom:30rem }
.printArea .property span{display:inline-block; color:#999999; white-space: nowrap; padding:0 8rem;}
.printArea .property .shared,
.printArea .property .size{float:right; font-size:0; line-height:0rem;}
.printArea .property .shared>span,
.printArea .property .size a{width:40rem; height:30rem; line-height:30rem; background:#fff; text-align:center; display:inline-block; margin:0 5rem; font-size:20rem; color:#c4c4c4}
.printArea .property .shared>span i,
.printArea .property .size a i{font-size:1em;}
.printArea .property .shared:hover>span,
.printArea .property .size a:hover{background:#663333; color:#ffffff; text-decoration:none;}
.printArea .property .shared { position: relative; }
.printArea .property .shared .in-shared { position: absolute; display: none; top: 100%; right: 5rem; font-size:14rem; line-height:30rem; background: #fff; padding: 15rem; border: 2px solid #633; width: 190rem; text-align: center; }
.printArea .property .shared:hover .in-shared { display: block; }

.printArea .power-content_voice{margin-bottom:10rem; box-sizing:content-box}

.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 18rem; line-height: 2; text-align: left; padding: 0 0 20rem 0; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt>p {margin: 20rem 0 0rem; padding:0rem; line-height: 2;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify;}
.printArea .conTxt p:first-child{margin-top: 0rem}
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.printArea .conTxt table td{padding: 5rem 10rem; border: 1rem solid #ddd;}
.printArea .conTxt table td p{padding: 0rem !important; margin: 0rem !important; text-indent: 0rem !important;}
.printArea .conTxt table p { margin: 0rem}
.printArea .conTxt a { color: blue; text-decoration: underline;}
.printArea .conTxt em { font-style: italic;}
.printArea .conTxt ul { padding-left: 2em; list-style: inherit;}
.printArea .conTxt ol { padding-left: 2em; list-style: decimal;}
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bold;}
.printArea .conTxt h1 { font-size: 28rem; line-height:38rem; margin: 38rem 0rem 19rem 0rem; }
.printArea .conTxt h2 { font-size: 24rem; line-height:34rem; margin: 34rem 0rem 17rem 0rem; }
.printArea .conTxt h3 { font-size: 20rem; line-height:30rem; margin: 30rem 0rem 15rem 0rem; }
.printArea .conTxt h4 { font-size: 16rem; line-height:26rem; margin: 26rem 0rem 13rem 0rem; }
.printArea .conTxt h5 { font-size: 14rem; line-height:24rem; margin: 24rem 0rem 12rem 0rem; }
.printArea .conTxt h6 { font-size: 12rem; line-height:22rem; margin: 22rem 0rem 10rem 0rem; }
.printArea .conTxt blockquote{margin:10rem 0rem; border-left:2rem solid #d8dad9; padding:0 0 0 10rem; line-height:1.74; color:#888; font-size:15rem; }
.printArea .conTxt blockquote p{margin:0rem; line-height:1.7; color:#888; font-size:15rem;}
.printArea .conTxt h1:first-child,
.printArea .conTxt h2:first-child,
.printArea .conTxt h3:first-child,
.printArea .conTxt h4:first-child,
.printArea .conTxt h5:first-child,
.printArea .conTxt h6:first-child{margin-top:0rem;}
.printArea .conTxt .videoPlayer{text-indent: 0;}
.printArea .videoPlayer { position: relative; z-index: 1500; text-align: center; margin: 20rem auto;}
.articleCon .page { padding: 10rem 0; text-align: center; overflow: hidden;}
.printArea .conTxt>p{line-height:2 !important}
/* 关闭 打印 */
.articleCon .userControl { display: flex; align-items: center; justify-content: center; font-size:16rem; padding: 0rem 0 20rem; text-align: center; line-height: 1.6; }
.articleCon .userControl a { display: inline-block; margin: 0 10rem; line-height: 2.5em; height: 2.5em; border: 1rem solid #DADADA; border-radius: 2rem; text-align: center; color: #999; padding: 0 1em; background-color: #F3F3F3; transition: all 0.5s; }
.articleCon .userControl i { display: inline-block; vertical-align: top; font-size: 1.5em; margin-right: 5rem; }
.articleCon .userControl a:hover { color: #fff; background-color:#633; border-color: #633;  }
/* 审核 */
.articleCon .auditRecordcss{float:none; text-align:right; padding-bottom:20rem}

/* 文章分页 */
.articleCon .page-title-list { border: solid 1rem rgb(195, 211, 242); display: inline-block; width:100% }
.articleCon .page-title-list ul { margin: 10rem; }
.articleCon .page-title-list ul li { float: left; margin-right: 50rem; width: 40%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.articleCon .page-title-list ul li a { color: rgb(61, 114, 211) }
.articleCon .page-title-list ul li a.current { color: rgb(244, 108, 106) }

.articleCon .others { border-top: 1rem solid #E1E1E1; padding-top:20rem; }
.articleCon .others .prev,
.articleCon .others .next { padding: 8rem 0; word-wrap: break-word; font-size: 16rem; line-height:1.8; }
.articleCon .others .prev span,
.articleCon .others .next span { color: #633; }

.articleCon .others .prev span.date,
.articleCon .others .next span.date { color: #666; }


/* 相关信息 */
#relativeInfo { margin-bottom: 15rem; border-bottom: 2rem solid #f3f3f3;}
#relativeInfo .hd { height: 40rem; line-height: 40rem; position: relative; font-size: 18rem; border-bottom: 2rem solid #f3f3f3}
#relativeInfo .hd .more { position: absolute; top: 8rem; right: 0; color: #999; font-size: 14rem; width: 24rem; height: 24rem; line-height: 80rem; overflow: hidden; background: #e1e7f0 url(../img/moreicon.png) no-repeat center; border-radius: 50%;}
#relativeInfo .hd .more a { color: #999}
#relativeInfo .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
#relativeInfo .hd .more:hover { transform: rotate(360deg); background-color: #f7bc68}
#relativeInfo .hd h3 { position: absolute; color: #663333; font-size: 18rem; font-weight: bold; line-height: 30rem; padding: 0 20rem; height: 40rem; border-bottom: 2rem solid #663333;}
#relativeInfo .hd h3 a { color: #663333;}
#relativeInfo .hd h3 a:hover { text-decoration: none;}
#relativeInfo .bd { padding: 10rem 0 20rem 0; overflow: hidden;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { display:grid; grid-gap: 40rem; grid-template-columns: repeat(2, 1fr); text-align:left;}
.picPageList li{padding: 30rem; position: relative; overflow: hidden; background: #F9F9F9; transition: all 0.5s;}
.picPageList .pic{margin-bottom:15rem; overflow:hidden; text-align:center; background:#ffffff;}
.picPageList .pic a { }
.picPageList .pic img { width:auto; max-width: 100%; height:auto; max-height:250rem; transition: all 0.5s; }
.picPageList .con{display:flex; align-items:center}
.picPageList .date{width:110rem; padding:0rem 42rem 0rem 0; line-height:1.4; text-align:center; color:#B0813F; position:relative; margin-right:20rem; white-space: nowrap;}
.picPageList .date b{display:block; font-size:30rem; margin-bottom:2rem; }
.picPageList .date span{display:block; font-size:14rem;}
.picPageList .date::before{content:""; display:block; width:40rem; height:1rem; background:#d9d9d9; right:0rem; top:50%; position:absolute;}
.picPageList .date::after{content:""; display:block; width:1rem; height:41rem; background:#d9d9d9; right:0; top:50%; margin-top:-20rem; position:absolute;}
.picPageList .title{display:block; width:1%; line-height:40rem; overflow:hidden; font-size:18rem; flex-grow:1; white-space: nowrap; text-overflow: ellipsis;}
.picPageList .title a{color:#333333;}
.picPageList li:hover{background-color:#663333}
.picPageList li:hover .date{color:#FCDDB2}
.picPageList li:hover .title,
.picPageList li:hover .title a{color:#ffffff}



/* 视频-列表页 ----------------------------------------- */
.videoPageList { margin-right: -3%; overflow: hidden; text-align: center;}
.videoPageList li { float: left; width: 30.3%; margin: 1.5% 3% 2.5% 0; *display: inline;}
.videoPageList .pic { background: #fff; border: 1rem solid #ddd; position: relative;}
.videoPageList .pic a { display: block; margin: 3%; overflow: hidden;}
.videoPageList .pic .ico { position: absolute; left: 50%; top: 50%; width: 62rem; height: 62rem; margin-left: -31rem; margin-top: -31rem; background: url(../../base/img/playbutton.png) 0 0 no-repeat; display: none; filter: alpha(opacity=80); opacity: 0.8;}
.videoPageList .pic img { height: 203rem; width: 100%; -webkit-transition: 400ms; -o-transition: 400ms; -moz-transition: 400ms; transition: 400ms;}
.videoPageList .title { overflow: hidden; padding-top: 5rem; line-height: 24rem; height: 48rem; text-align: left; font-size: 14rem; padding-left: 25rem; background: url(../../base/img/icons.png) 0 -2218rem no-repeat;}
.videoPageList .pic:hover { border-color: #bbb;}
.videoPageList .pic:hover img { transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05);}

/* 专题首页 -----------------------------------------*/
.spePageList ul { display:grid; grid-gap: 40rem; grid-template-columns: repeat(3, 1fr); text-align:left; padding-top:30rem}
.spePageList li { position: relative;  padding: 10rem ; text-align: center; -webkit-box-shadow: 0rem 0 8rem rgba(0, 0, 0, .15); -moz-box-shadow: 0rem 0 8rem rgba(0, 0, 0, .15); box-shadow: 0rem 0 8rem rgba(0, 0, 0, .15);}
.spePageList li img { width: 100%; height: auto;}
.spePageList .tit { display: block; padding: 10rem 0 0; font-size:16rem; line-height:1.8;}
.spePageList li:hover { -webkit-box-shadow: 0rem 0 8rem rgba(0, 0, 0, .3); -moz-box-shadow: 0rem 0 8rem rgba(0, 0, 0, .3); box-shadow: 0rem 0 8rem rgba(0, 0, 0, .3);}
.spePageList li:hover a { text-decoration: none; color: #c00}
.spePageList .archivedTip { position: absolute; right: 5rem; top: 5rem; background: #999; color: #fff; height: 24rem; line-height: 24rem; font-size: 12rem; padding: 0 15rem;}

/* 信息提示页 */
.Showms { background: #fff; padding: 3% 5%; overflow: hidden; max-width: 540rem; margin: 30rem auto;}
.Showms .top,
.Showms .bottom,
.Showms .Shadow { display: none;}
.Showms .MS { overflow: hidden; zoom: 1;}
.Showms .titWrong { color: #c00; border-bottom: 1rem solid #ccc; padding: 5rem 0; margin-bottom: 15rem; font-size: 18rem;}
.Showms .BUT { padding: 25rem 0 15rem 0;}
.Showms .BUT a { padding: 0 15rem; height: 36rem; line-height: 36rem; display: inline-block; -webkit-border-radius: 3rem; -moz-border-radius: 3rem; border-radius: 3rem; cursor: pointer; margin-right: 15rem; background: #eee; border: 1rem solid #ccc; font-size: 14rem; background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee)); background: -moz-linear-gradient(#FFFFFF, #eee); background: -ms-linear-gradient(#FFFFFF, #eee); background: -o-linear-gradient(#FFFFFF, #eee); background: linear-gradient(#FFFFFF, #eee);}
.Showms .BUT a:hover { color: #c00; border: 1rem solid #aaa; text-decoration: none;}
.departmentSearch .searchBox { height: 60rem; width: 100%;}
.departmentSearch .searchBox .hd { height: 36rem; line-height: 36rem; padding: 12rem 0 12rem 59rem; float: left; font-size: 16rem; color: #333; background: url(/content/main/petitionletter/img/petition-icons.png) 19rem -151rem no-repeat;}
.departmentSearch .searchBox .bd { height: 36rem; width: 395rem; float: right; padding: 12rem 0rem 0rem 0rem;}
.departmentSearch .searchBox .keyword { width: 200rem; height: 24rem; line-height: 24rem; font-size: 14rem; padding: 5rem 0rem 5rem 15rem; background: #fff; border: 1rem solid #ccc; border-right: none; outline: none; float: left;}
.departmentSearch .searchBox .searchsubmit { width: 84rem; height: 36rem; line-height: 36rem; font-size: 16rem; color: #fff; text-align: center; background: #458adf; border: none; float: left; font-weight: bold;}
.departmentSearch { overflow: hidden; margin-bottom: 10rem;}
.departments { height: 36rem; width: 100rem; line-height: 32rem; border: 1rem solid #ddd; font-size: 14rem; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none; float: left; margin-right: 5rem;}

/*教育平台*/
.platformList { border-top: 1rem solid #ddd; border-left: 1rem solid #ddd; overflow: hidden; margin-left: -1rem; margin-top: 20rem; background: #f9f9f9}
.platformList li { float: left; width: 20%; border-right: 1rem solid #ddd; border-bottom: 1rem solid #ddd; margin-left: -1rem;; text-align: center; padding: 40rem 0 0; height: 150rem;}
.platformList li .title { line-height: 50rem; font-size: 16rem;}
.platformList li .pic img { -webkit-transition: 200ms; -o-transition: 200ms; -moz-transition: 200ms; transition: 200ms;}
.platformList li .pic:hover img { transform: scale(-1.2, 1.2);}

.ng-cloak { display: none; }

/* 机构设置 */
.departmentPage .box{margin-top:30rem; padding-bottom:30px}
.departmentList{display:grid;grid-gap: 30rem;grid-template-columns: repeat(4, 1fr);}
.departmentList li{line-height:1.4; font-size:20rem;}
.departmentList li .tit{display:flex; padding:15rem 15rem 15rem 30rem;align-items:center; white-space: nowrap; text-overflow: ellipsis;background:#fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); transition:0.5s; cursor:default}
.departmentList li .tit::before{content:"\e63f"; font-family:"webicon"; color:#663333; margin-right:8rem; transition:0.5s;}
.departmentList li a.tit::after{content:"\e649"; font-family:"webicon"; color:#999999; margin-left:5px; transition:0.5s; position:relative; top:2px;}
.departmentList li a.tit{cursor:pointer}
.departmentList li a.tit:hover{background-color:#663333; color:#fff;}
.departmentList li a.tit:hover::before,
.departmentList li a.tit:hover::after{color:#fff;}

.szdwList{grid-template-columns: repeat(3, 1fr);}

/* 快速通道 */
.kstdPage .title{height:50rem;line-height:50rem;font-size:30rem;font-weight:bold;color:#663333; text-align:center; margin-bottom:50rem}
.kstdPage .links{display:flex; justify-content:space-around; flex-wrap:wrap; width:80%; margin:0 auto;}
.kstdPage .links li{width:33%; text-align:center; padding-top:10rem; margin-bottom:50rem;}
.kstdPage .links li a{display:block; font-size:18rem; color:#663333; line-height:30rem; transition:0.5s; position:relative; top:0;}
.kstdPage .links li a i{display:block; width:70rem; height:70rem; margin:0 auto; line-height:70rem; text-align:center; font-size:50rem; transition:0.5s; }
.kstdPage .links li a i:before{content:"\e61b"}
.kstdPage .links li a:hover{ top:-10rem}
.kstdPage .links li a:hover i{transform:rotateY(180deg)}
.kstdPage .links li.li2 a i:before{content:"\e60b"}
.kstdPage .links li.li3 a i:before{content:"\e622"}
.kstdPage .links li.li4 a i:before{content:"\e627"}
.kstdPage .links li.li5 a i:before{content:"\e61d"}
.kstdPage .links li.li6 a i:before{content:"\e611"}

/* 查询结果 */
#FormResultsBox{padding-top:50rem;}
#FormResultsBox .title { padding: 0 0 25rem 0; font: normal 30rem/1.5 "Microsoft YaHei", 'PingFang SC'; text-align: center; color: #333;}
#ResultsBox th{font-weight:bold; text-align:center; border: 1rem solid #d8d8d8; padding:8rem; font-size:16rem; line-height:24rem; background:#f8f8f8}
#ResultsBox td{font-weight:normal; line-height:24rem; height:auto; padding:8rem; }

@media screen and (max-width:1440px) {
    .pageSlide .swiper-slide .pic{width:520rem}
    .pageSlide .swiper-slide .con{padding:20rem; min-height:170rem}
    .pageSlide .swiper-slide .con .title{max-height:52rem; font-size:18rem; line-height:26rem}
    .pageSlide .swiper-slide .con .intro{line-height:26rem; max-height:78rem}
    .pageSlide .swiper-pagination{width:calc(100% - 520rem)}

    .pageTPList li{padding:20rem}
    .pageTPList .date{margin-right:20rem}
    .pageTPList .pic{margin-left:20rem; width:180rem; max-height:102rem;}
    .pageTPList .con .intro{max-height:48rem; -webkit-line-clamp: 2;}
    .pageTPList .con .title{margin-bottom:5rem}

    .picPageList .pic img{max-height:208rem}
}

@media screen and (max-width:1024px) {
    .pageSlide .swiper-slide .pic{width:400rem}
    .pageSlide .swiper-pagination{width:calc(100% - 400rem)}

    .pageTPList .pic{display:none;}

    .picPageList li{padding:15rem}
    .picPageList .pic{margin-bottom:10rem}
    .picPageList .pic img{max-height:183rem}
    .picPageList .date{margin-right:10rem; padding-right:20rem; width:90rem}
    .picPageList .date b{font-size:24rem}
    .picPageList .date::before{width:30rem;}
    .picPageList .date::after{height:31rem; margin-top:-15rem;}

    .articleCon{padding:30rem}

    .departmentList{grid-template-columns: repeat(3, 1fr);}
    .szdwList{grid-template-columns: repeat(2, 1fr);}

    .spePageList ul{grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width:780px) {
    .container-page{padding-top:0; }
    .path{border-bottom:none;}
    .side{display:none;}
    .pageSlide{display:none;}
    .pageBoxLoop .pageBox{margin:0 0 20rem; width:100%;}
    .pageBox>.hd{margin-bottom:0;}
    .pageBox>.hd .more{width:auto;}
    .pageBox>.hd .more:hover{text-indent: 45rem;}

    .newsList li{padding:5rem 0; font-size:16rem}
    .newsList .date{order:2; margin-right:0; margin-left:10rem}

    .pageTPList li{padding:10rem 0}
    .pageTPList .date{margin-right:10rem; width:60rem; height:60rem}
    .pageTPList .date b{font-size:30rem; line-height:40rem}
    .pageTPList .con .title{font-size:18rem; line-height:30rem; height:30rem}
    .pageTPList .con .intro{font-size:12rem; line-height:20rem;}

    .picPageList{display:block}
    .picPageList li{margin-bottom:20rem;}
    .picPageList .pic img{max-height:none; width:100%;}

    .articleCon{background:none; border:none; padding:10rem}
    .articleCon .userControl{display:none}

    .printArea .title{font-size:26rem; margin-bottom:20rem}
    .printArea .property{padding:10rem}
    .printArea .property .size { position: fixed; right: 1%; top: 200rem; float: none; }
    .printArea .property .size a { background-color: rgba(0,0,0,.5); color: #fff; display: block; margin-bottom: 5rem; font-size:16rem }
    .printArea .property .shared { position: fixed; right: 1%; top: 270rem; float: none; }
    .printArea .property .shared> span{background-color: rgba(0,0,0,.5); color: #fff; display: block; margin-bottom: 0rem; font-size:16rem }
    .likes-group{height:auto; margin-bottom:0}
    .articleCon .others .prev,
    .articleCon .others .next{font-size:14rem;}

    .departmentList{display:flex; flex-wrap:wrap; grid-gap: 20rem;}
    .departmentList li{font-size:14rem; flex-grow:1; min-width:calc(50% - 10rem) }
    .departmentList li a{padding:10rem;}
    .departmentList li:last-child{flex-grow:0;}
    .szdwList{grid-template-columns: repeat(1, 1fr);}
    .szdwList li{width:100%;}

    .kstdPage .links{width:100%;}
    .kstdPage .links li{width:50%;}

    .spePageList ul{grid-template-columns: repeat(1, 1fr); padding:10rem;  grid-gap: 20rem;}

    /* 表单 */
    #FormBox,
    .FormResult{padding:0;}
    .FormSearchBox{width:auto !important}

    #FormBox .FormSearchItem dl{margin-bottom:20rem}
    #FormBox .FormSearchItem dl dt{float:none; width:auto; text-align:left; font-size:16rem; margin:0px; padding:5rem 0px; margin-bottom:10rem}
    #FormBox .FormSearchItem dl dt::after{content:"："}
    #FormBox .FormSearchItem dl dd{padding:0px; width:auto; float:none;}
    #FormBox .formItem input[type="text"], #FormBox .formItem input[type="number"], #FormBox .formItem input[type="time"], #FormBox .formItem input[type="button"], #FormBox .formItem select, #FormBox .formItem textarea{height:34rem; line-height:34rem; font-size:14rem; padding: 6rem 12rem; border-radius: 4rem; border: 1rem solid #ccc;}

    #FormSubmit{padding: 15rem 0 15rem 0;}
    #FormSubmit a, #FormSubmit input{height:38rem ; line-height:38rem; padding: 0 15rem; border-radius: 3rem; font-size: 14rem;}

    #FormResultsBox{padding-top:0}
    #ResultsBox{width:100%}
}