/*新闻列表*/
.news-wrapper {
    width: 1280px;
    min-height: 300px;
    margin: 0 auto
}

.news-noimg {
    text-align: center;
    font-size: 28px;
    /*     background-color: #dedede; */
    margin-top: 30px;
}

.news-headline {
    max-width: 1280px;
    height: 37px;
    line-height: 37px;
    display: flex;
    margin: 5px auto;
    background-color: #fff;
}

.news-headline a {
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0000008f;
}

.news-headline span {
    font-size: 17px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    margin: 0px 5px 0px 5px;
}

.news-introduce {
    width: 1280px;
    min-height: 421px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    background-color: #fff;
}

.news-plate {
    width: 100%;
    height: 140px;
    background-color: #fff;
    display: flex;
    margin-top: 15px;
    box-sizing: border-box;
    box-shadow: 0px -1px 0px 0px rgba(232, 232, 232, 1), 0px 1px 0px 0px rgba(232, 232, 232, 1);
}

.news-platecontent {
    width: 1216px;
    height: 108px;
    margin: 0px 32px
}

.news-time {
    width: 256px;
    height: 140px;
    padding: 16px 32px;
    box-sizing: border-box
}

.news-time img {
    width: 100%;
    height: 100%
}

.news-time span {
    font-size: 50px;
    font-family: PingFangSC-Semibold;
    color: rgba(51, 51, 51, 1);
}

.news-time p {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    margin-left: 5px
}

.plate-content {
    width: 1024px;
    height: 140px;
}

.plate-title {
    font-size: 20px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    padding: 15px 0px 5px 0px
}

.plate-title p {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding: 4px 10px 0px 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.plate-title a {
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    color: #333333;
    font-weight: bold;
}

.plate-article {
    width: 992px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 41px;
}

.more-lj {
    float: right;
    font-size: 12px;
    margin-right: 20px;
    color: black;
"
}

.plate-articlebig {
    line-height: 30px;
    width: 1216px;
}

.plate-articlebig a:first-child,
.plate-article a:first-child {
    font-family: PingFangSC-Semibold;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
}

.plate-articlebig a:last-child {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #116399;
    line-height: 20px;
    float: right;
    margin-right: -10px;
}

.news-paging {
    width: 40px;
    line-height: 40px;
    background-color: cornflowerblue;
    border-radius: 3px;
    text-align: center;
    margin: 50px 0px 30px 0px
}

/*新闻详情*/

.dynamic-title {
    width: 1280px;
    min-height:800px;
    background-color: #ffffff;
    margin: auto;
}

.dynamic-big {
    height: auto;
    font-size: 22px;
    text-align: center;
    FONT-FAMILY: Microsoft Yahei;
    color: #000000;
    font-weight: bold;
    line-height: 150%;
    padding: 20px 10px 15px 10px;
    border-bottom: dashed 1px #CCC;
    box-sizing: border-box;
    margin: 0 auto;
}

.tilte-dynamic {
    font-size: 13px;
    padding-top: 10px;
    color: #767070;
    text-align: center;
}

.dynamic-line {
    width: 50px;
    height: 1px;
    background-color: #111111;
    margin: 30px auto
}

.dynamic-content {
    width: 97%;
    min-height: 200px;
    margin: 20px auto;
    padding-bottom: 20px;
    text-indent: 2em !important;

}

.dynamic-content p {
    text-indent: 2em !important;
    font-size: 16px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    color: #333333;
}

.dynamic-content h3 {
    text-indent: 2em !important;
}

.dynamic-content p img {
    display: inherit;
    margin: 0px auto;
}

/*//新闻资讯*/
.news-information {
    width: 220px;
    min-height: 540px;
    background-color: #ffffff;
    float: left;
    /*border-right: 1px solid rgba(232, 232, 232, 1);*/
    box-sizing: border-box;
    overflow: auto;
}

.information-title {
    width: 220px;
    line-height: 46px;
    color:rgba(64, 158, 255, 1);
    padding-left: 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.information-message {
    width: 1050px;
    min-height: 540px;
    background-color: #ffffff;
    float: left;
    margin-left: 10px;
}

.pageDiv {
    position: relative;
    height: 55px;
}

.pageDiv .page {
    position: absolute;
    right: 0px;
}

.information-date {
    /*background-color: #fff;*/
    /*box-sizing: border-box;*/
    /*width: 1000px;*/
    /*height: 100%;*/
    /*border: 1px solid #eaeeea;*/
    /*box-sizing: border-box;*/
    /*font-size: 12px;*/
    /*margin: 20px 15px 15px 15px;*/

    /*padding-top: 5px;*/
    margin: 20px;
}

.demo-input {
    width: 120px;
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-criteria {
    width: 60px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    background: #409eff;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer
}

.message-title {
    width: 1000px;
    line-height: 37px;
    box-sizing: border-box;
    padding-left: 15px;
    margin: auto;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    background: url(../images/news-line.jpg) no-repeat 17px 10px;
    margin-top: 20px;
}

.news-information p {
    padding-left: 20px;
    padding-top: 26px;

}

.news-information span {

    font-size: 15px;
    margin-right: 15px;
}

.news-information a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.margin-right-10 {
    margin-right: 10px;
}

#txtBeginDate,
#txtEndDate {
    width: 170px;
    padding: 7px 10px;
    border: 1px solid #ccc;
    margin-right: 0px;
    border-radius: 5px;
}

.input-style,
.input-gjc {
    width: 170px;
    padding: 7px 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 5px;
}

.searchBarDiv{
    padding-left: 15px;
    padding-bottom: 10px;
    background: white !important;
    height: 88px;
}


.news-plate .more-lj a {
    color: rgba(64, 158, 255, 1);
}

/*知识中心表格*/
table {
    table-layout: fixed;
    word-break: break-all;
}

table a {
    color: #555555;
}

thead tr {
    height: 34px;
    color: #555555;
    background: #f2f6fc;
    font-weight: bold;
}

tbody tr {
    height: 37px;
    text-align: center;
    color: #555555;
}

.table-style {
    width: 1000px;
    height: 100%;
    box-sizing: border-box;
    font-size: 12px;
    border: 1px solid #eaeeea;
    margin-top: -18px;

}

.table-style > tbody > tr > td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table-style > tbody > tr:nth-child(2n) {
    background-color: #fbfbfb;
}

/*通知公告*/
.notice-center {
    width: 1050px;
    min-height: 400px;
    background-color: #ffffff;
    float: left;
    margin-left: 10px;
}

.notice-list {
    width: 1000px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.notice-list li {
    height: 32px;
    line-height: 32px;
    background: url("../images/icon-dian.png") no-repeat 10px 15px;

}

.notice-list li span:first-child {
    float: left;
    font-weight: 400;
    margin-left: 20px;
    color: rgba(51, 51, 51, 1);
    font-size: 14px
}

.notice-list li span:last-child {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-right: 20px
}

.news-information ul li a {

    display: block;
    width: auto;
    text-decoration: none;
    line-height: 42px;
    color: #6B6B6B;
    padding-left: 20px;
    border: 1px solid #f3f3f3;
}

.news-information ul li {
    cursor: pointer;
    display: block;
    line-height: 42px;
    font-size: 14px;
    color: white;
    position: relative;
}

.news-bgc {
    display: block;
    background: rgba(64, 158, 255, 1);
    color: white !important;
}



/*滚动条*/

/*模拟的标题*/
.header{
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #eee;
    background-color: white;
}
.header .btn-left{
    position: absolute;
    top: 0;
    left: 0;
    padding:12px;
    line-height: 22px;
}
.header .btn-right{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 12px;
}
/*说明*/
.mescroll .notice{
    font-size: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    color:#555;
}
/*列表*/
.mescroll{
    position: fixed;
    top: 165px;
    bottom: 0;
    height: auto;
}
/*展示上拉加载的数据列表*/

.news-list .new-content{
    font-size: 14px;
    margin-top: 6px;
    margin-left: 10px;
    color: #666;
}

.search-criteria {
    width: 60px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    background: #409eff;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.search-criteriam {
    width: 60px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    font-family: PingFang-SC-Regular;
    font-weight: 500;
    cursor: pointer;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(73, 163, 255, 1);
    border-radius: 6px;
    color: rgba(89,149,239,1);
}
.input-style {
    width: 15%;
    padding: 7px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
}

.input-gjc {
    width: 30%;
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
}
