html,body,div,span,a,b,em,i,ul,li,input {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif;
    min-width: 1200px;
}
a {
    text-decoration: none;
    color: #888;
}
ul {
    padding: 0;
}
ul li {
    list-style: none;
}
button {
    cursor: pointer;
}
button:hover {
    opacity: 0.8;
}
button:active {
    box-shadow: 0 0 5px #888;
}
*:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: #999;
}
.separator {
    color: #666;
    padding: 0 5px 0 8px;
}
.fix {
    zoom: 1;
}
.fix::after {
    content:"";
    display:table;
    clear:both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.m-0 {
    margin: 0!important;
}
.ml-0 {
    margin-left: 0;!important;
}
.ml-20 {
    margin-left: 20px;
}
.mr-0 {
    margin-right: 0!important;
}
.mt-0 {
    margin-top: 0!important;
}
.mt-5 {
    margin-top: 5px!important;
}
.mt-10 {
    margin-top: 10px!important;
}
.mr-5 {
    margin-right: 5px!important;
}
.mr-10 {
    margin-right: 10px!important;
}
.p-10 {
    padding: 10px!important;
}
.pt-0 {
    padding-top: 0px!important;
}
.pt-35 {
    padding-top: 35px;
}
.pl-10 {
    padding-left: 10px;
}
.h-auto {
    height: auto!important;
}
.w-20 {
    width: 20px;
}
.w-720 {
    width: 720px;
}
.fs-12 {
    font-size: 12px!important;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-24 {
    font-size: 24px;
}
.fs-30 {
    font-size: 30px;
}
.fs-40 {
    font-size: 40px;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.c-pointer {
    cursor: pointer;
}
.dcw-gray {
    color: #999!important;
}
.dcw-gray-dark {
    color: #888!important;
}
.dcw-green {
    color: #fa0b08!important;
}
.dcw-orange {
    color: #ff9900!important;
}
.dcw-orange-dark {
    color: #ff6600!important;
}
.dcw-blue {
    color: #00aaef!important;
}
.dcw-bg-gray {
    background-color: rgb(245,245,245)!important;
}
.dcw-bg-green {
    background-color: #ca1212!important;
}
.dcw-red {
    color: #ca1212!important;
}
.dcw-white {
    color: #fff!important;
}
.dcw-black {
    color: #000!important;
}
.no-border-bottom {
    border: none!important;
}
.text-align-normal {
    text-align: inherit!important;
}
.text-underline {
    text-decoration: underline;
}
.border-b {
    border-bottom: 1px solid;
}
input::-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
/*公共分页样式*/
.pagination-box{
    padding: 20px 0 45px 115px;
}
.pagination {
    display: inline-block;
}
.pagination>li {
    display: inline;
    color: #777;
    font-size: 14px;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}
.pagination>li>a:hover,
.pagination>li>span:hover{
    background-color: #f9f9f9;
    color: #fa0b08;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #fa0b08;
    border-color: #fa0b08;
}
.pagination>li>input{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #777;
    position: relative;
    margin-left: 2px;
    border: 1px solid #ccc;
    padding-left: 15px;
    width: 65px;
}
.pagination>li>input:focus{
    box-shadow: 0 0 2px #ddd;
}
.pagination .pageGo{
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #fff;
    width: 48px;
    border: none;
    background-color: #fa0b08;
    position: relative;
    cursor: pointer;
}
.mask-loading {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.1) url("/gydc/imgs/loading.gif") no-repeat 50% 50%/35px 35px;
}
.Banner {
    width: 1200px;
    margin: 10px auto;
    box-sizing: border-box;
    background-color: #f6f7fc;
}
.Banner .title {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
}
.Banner .title .main {
    font-size: 17px;
    margin-right: 10px;
    font-weight: bold;
}
.Banner .title .sub {
    color: #a7919d;
}
.Banner ul li {
    float: left;
    width: 232px;
    height: 164px;
    margin-right: 10px;
    text-align: center;
    /*background-color: #777777;*/
}
.Banner ul li:last-child {
    margin-right: 0;
}
.Banner ul li img {
    width: 100%;
    height: 134px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}
.Banner ul li .item-title {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    /*color: #000;*/
}
/*发布信息必填标识*/
.dcw_ucenter_from{
    padding-right: 2px;
    color: #ff5400;
    font-size: 16px;
}
/*pagination----End*/