﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*通用单页*/
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    background-color: #fff;
    /*overflow: hidden;*/
}
.main{width:96%; margin: 10px 2%; overflow: hidden;}
.media-list{padding: 30px 0;}
.ellipsis{-webkit-line-clamp:1; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;}
.ellips_line2{-webkit-line-clamp:2; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;} 
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.main .page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .page span {
  display: block;
  font-size: 0.32rem;
  color: #999;
  text-align: center;
}
.main .page .JZD_PAGE_PREVIOUS {
  margin-right: 10px;
}
.page .JZD_PAGE_NEXT {
  margin-left: 10px;
}
.main .page .JZD_PAGE_PREVIOUS, .main .page .JZD_PAGE_NEXT {
  display: block;
  height: 100%;
}
.main .page .JZD_PAGE_PREVIOUS a, .main .page .JZD_PAGE_NEXT a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 0.97rem;
  padding: 10px 15px;
}
.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
}
.channelform th,.channelform td{padding:5px;}
.channelform th{text-align:right;}
.channelform input, .channelform textarea{width:90%;border: solid 1px #ccc;line-height: 26px;border-radius: 6px;}
.channelform textarea{height:100px;}
.channelform .submit{line-height:35px;}
.col-lg-4 img{width: 300px; height: 300px;}
.col-md-3 img{width: 300px; height: 300px;}
.col-sm-6 img{width: 100%;}
.col-xs-12 img{width: 100%;}
.col-lg-4 p,.col-md-3 p,.col-sm-6 p,.col-xs-12 p{text-align: center;line-height: 30px;height: 30px;
    overflow: hidden;}
.imgauto img{max-width:100%;}