/*
 * @Author: Angela
 * @Date: 2019-02-22 11:39:33
 * @Last Modified by: Angela
 * @Last Modified time: 2019-05-07 16:17:24
 * @Description: 页面公共样式
*/

/* 页面初始化 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { width: 100%; min-height: 100%; font-size: 16px; background: #fff; line-height: 24px; }
body { width: 100%; min-height: 100%; overflow: auto; background: #fff; color: #313131; font-size: 16px; line-height: 24px; font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: bold; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
@media (max-width:767px) {
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }
  h4 { font-size: 16px; }
  h5 { font-size: 14px; }
}
p {  /* font-size: .19rem; */ }

/* address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; } */
a { color: #313131; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: none; color: #ca0808; }
a:active { text-decoration: none; }
a:focus { text-decoration: none; outline: none; outline-offset: 0; }
img { border: none; }
img { max-width: 100% }
ol, ul, li { list-style: none; }
input, textarea, select, button { outline: none; }
table { border-collapse: collapse; }

/*禁用了文本的拖拉，尤其在谷歌下*/
textarea { resize: none; }
textarea::-webkit-input-placeholder { color: #bfbfbf; font-size: 16px; }
textarea::-moz-placeholder { color: #bfbfbf; font-size: 16px; }
textarea:-ms-input-placeholder { color: #bfbfbf; font-size: 16px; }
textarea:-moz-placeholder { color: #bfbfbf; font-size: 16px; }
input::-webkit-input-placeholder { color: #bfbfbf; }
input::-moz-placeholder { color: #bfbfbf; }
input:-ms-input-placeholder { color: #bfbfbf; }
input:-moz-placeholder { color: #bfbfbf; }

/* 去掉记住密码淡黄色底色 */
input:-webkit-autofill { background-color: rgb(250, 255, 189); background-image: none; color: rgb(0, 0, 0); }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #eff1f7 inset; }

/*文本段落左右两边对齐*/

/* p { text-align: justify; text-justify: distribute; } */

/* 清除浮动 */
.clearfloat:after { content: ""; display: block; height: 0; clear: both; visbility: hidden; }
.clearfloat { *zoom: 1; }

/**清楚面包屑 向下的margin**/
.margin-none { margin-bottom: 0; }

/* 版心样式 */
@media (min-width:1201px) {
  .container { width: 1230px; }
}
.main { max-width: 1200px; margin: 0 auto; width: 100%; }
.m-t-35 { margin-top: 35px; }
.m-b-35 { margin-bottom: 35px; }
.p-t-35 { padding-top: 35px; }
.p-b-35 { padding-bottom: 35px; }
.red { color: #ca0808; }
.blue { color: #198aea; }
.nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.line-clamp { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 29px !important; min-height: 58px; overflow: hidden; margin-bottom: 10px !important; }
.italic { font-style: italic; }
img { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
@media (max-width:991px) {
  .padding-l-0 { padding-left: 15px; }
  .padding-r-0 { padding-right: 15px; }
}
@media (max-width:767px) {
  .padding-40 { padding-top: 25px; padding-bottom: 25px; }
  .padding-30 { padding-top: 15px; padding-bottom: 15px; }
  .padding-t-40 { padding-top: 25px; }
  .padding-b-40 { padding-bottom: 25px; }
  .padding-t-30 { padding-top: 15px; }
  .padding-b-30 { padding-bottom: 15px; }
}

/* 阴影 */
.box-shadow, .box-shadow-layout { box-shadow: 0 3px 10px rgba(4, 30, 69, .2); -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.box-shadow:hover { box-shadow: 0 3px 15px rgba(4, 30, 69, .4); }

/* 滚动条 */
html::-webkit-scrollbar, body::-webkit-scrollbar, .scrollbar::-webkit-scrollbar { width: 6px; height: 6px; background-color: #ccc; }
html::-webkit-scrollbar-button:start:increment, body::-webkit-scrollbar-button:start:increment, .scrollbar::-webkit-scrollbar-button:start:decrement, html::-webkit-scrollbar-button:end:increment, body::-webkit-scrollbar-button:end:increment, .scrollbar::-webkit-scrollbar-button:end:increment { display: block; }
html::-webkit-scrollbar-button:start:increment, body::-webkit-scrollbar-button:start:increment, .scrollbar::-webkit-scrollbar-button:start:increment, html::-webkit-scrollbar-button:end:decrement, body::-webkit-scrollbar-button:end:decrement, .scrollbar::-webkit-scrollbar-button:end:decrement { display: none; }
html::-webkit-scrollbar-button:end:increment, body::-webkit-scrollbar-button:end:increment, .scrollbar::-webkit-scrollbar-button:end:increment { height: 0; width: 0; background-color: rgb(3, 100, 179); }
html::-webkit-scrollbar-button:start:decrement, body::-webkit-scrollbar-button:start:decrement, .scrollbar::-webkit-scrollbar-button:start:decrement { height: 0; width: 0; background-color: rgb(3, 100, 179); }
html::-webkit-scrollbar-track-piece:start, body::-webkit-scrollbar-track-piece:start, .scrollbar::-webkit-scrollbar-track-piece:start { background-color: #f2f1fe; }
html::-webkit-scrollbar-track-piece:end, body::-webkit-scrollbar-track-piece:end, .scrollbar::-webkit-scrollbar-track-piece:end { background-color: #f2f1fe; }
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #ccc; }

/* flex布局 */
.flex { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
.flex-1 { -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.col-flex { padding: 0; }
.col-flex .col-flex-1 { padding: 0 0 0 20px; }
.col-flex .col-flex-1:first-child { padding-left: 0; }
.col-flex .col-flex-1 .box { margin: 0; }

/* 面包屑 */
.breadcrumb { margin-bottom: 55px;padding: 0 30px; height: 52px; line-height: 52px; background: #fff; border: none;border-radius: 0; }
.breadcrumb li.title { padding-left: 26px; background: url(../images/icon_13.png)no-repeat left center; background-size: auto;color: #212329; }
.breadcrumb>li { font-size: 14px;color: #787878; }
.breadcrumb>li+li:before { content: '>'; padding: 0 10px 0 5px; color: #727171; }
.breadcrumb>li:nth-child(2):before { content: ''; padding: 0 5px; }
.breadcrumb>li.active { color: #949393 }
@media (max-width:1199px) {
  .breadcrumb { margin: 0; }
}
@media (max-width:991px) {
  .breadcrumb-box { margin-bottom: 0; }
}


/* 分页条 */
.paging { background: #fff; margin: 60px auto 0 auto; width: 100%; text-align: center; }
.paging-num a { display: inline-block; padding: 0 10px; margin-left: 3px; color: #3b3b3b; font-size: 18px; line-height: 28px; }
.paging-num a.active, .paging-num a.ellipsis-btn { color: #25579f !important; border: none; background: transparent; }
.paging-num a.ellipsis-btn { padding-left: 0; padding-right: 0; }
.paging button.btn { height: 29px; line-height: 10px; border: none; background: transparent; }
.paging .jump-box { color: #3b3b3b; }
.paging .jump-box input { width: 47px; border-radius: 2px; border: 1px solid #3b3b3b; margin: 0 10px; }
.paging button.jump-btn, .paging-num a.active { border-radius: 2px; border: none; background: #dc1e17; color: #fff !important; }
.paging button.jump-btn { padding: 2px 15px; margin-left: 20px; }

.paging span { display: inline-block; padding: 0 10px; margin-left: 3px; color: #3b3b3b; font-size: 18px; line-height: 28px;  }
.paging .fc_hui2 {height: 29px; line-height: 10px; border: none; background: transparent;}
.paging .current {border-radius: 2px;border: none;background: #dc1e17;color: #fff !important;} 
.paging .z_num {display: inline-block; padding: 0 10px; margin-left: 3px; color: #3b3b3b; font-size: 18px; line-height: 28px;}
.paging input.z_num {width: 47px; border-radius: 2px; border: 1px solid #3b3b3b; display: inline-block; height: 28px; line-height: 28px; padding: 0 5px; }
.paging .z_pret {display: inline-block; border-radius: 2px; border: none; background: #dc1e17; color: #fff !important; padding: 2px 15px; margin-left: 20px; }

/* 列表内容 */
.col-list-box li { margin-top: 10px; }
.col-list-box a { vertical-align: middle; padding-left: 29px; background: url(../images/dot_02.png) no-repeat center left; background-size: auto; }
.col-list-box a:hover { background: url(../images/dot_02_a.png) no-repeat center left; }
.col-list-box li .publish-time { float: right; color: #999; }