﻿
.about{
    align-items:center;
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    padding-right:0px;
    width:100%;
    box-sizing:border-box;
    padding-left:0px;
    justify-content:center;
    margin-top:18px;
    height:650px;
    /*770px*/

}

.about .content
{
    padding-bottom:0px;
    flex-wrap:nowrap;
    flex-direction:row;
    /* display:flex;*/
    padding-right:0px;
    width:1200px;
    box-sizing:border-box;
    padding-top:0px;
    padding-left:0px;
    margin-top:0px;
    height:100%;
    background-color: white;

}
.notice-inner{
    height: 50px;
    width:100%;
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    padding-right:0px;
    box-sizing:border-box;
    padding-top:0px;
    padding-left:10px;
    margin: 0 auto;
    background-color: #0d64a9;
}



#content1{
    height: 500px;
    width:100%;
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    padding-right:0px;
    box-sizing:border-box;
    padding-top:0px;
    padding-left:10px;
    margin-top:0px;
}

.about #content1 .left
{
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    width:40%;
    box-sizing:border-box;
    height:100%;
    padding:10px 5px 5px 5px;
}
.title-box {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.title-box a{
    padding-left: 15px;
    width: 100%;
    /* color:#2175b8;*/
    font-size: 22px;
    /* border-bottom: 4px solid #2175b8;*/
    padding-bottom: 10px;
    fontfamily:"镐濇簮榛戜綋"
}
.title-box a.active{
    color:#2175b8;
    font-size: 22px;
    border-bottom: 4px solid #2175b8;
    font-weight: bold;
}

.about  .messageDiv
{
    width:100%;
    padding:10px 2px 5px 5px;
    height:100%;
}
.messageList{
    margin-top:10px;
}
.messageList .item {
    height: 34px;
}
.messageList .item span{
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    display: inline-block;
    white-space: nowrap;
    font-family:'寰蒋板呴粦';
    float: left;
}
.messageList .item .title{
    width: calc(100% - 70px);
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    padding-left: 10px;
    color: #000000;

}

.messageList .item .time{
    width: 60px;
    color: #808080;
}

#content1 .right
{
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    width:60%;
    box-sizing:border-box;
    padding:10px 2px 5px 5px;
    height:100%;
}
#content1 .right img
{
    width:100%;

    height:100%;
}


#content2{

    height: 425px;
    width:100%;
    padding-bottom:0px;
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    padding-right:0px;
    box-sizing:border-box;
    padding-left:10px;

}



#content2 .left
{
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    width:40%;
    box-sizing:border-box;
    height:100%;
    padding:10px 5px 5px 5px;
}

#content2 .center
{
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    width:35%;
    box-sizing:border-box;
    padding:10px 5px 5px 5px;
    height:100%;
}
#content2 .right
{
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    width:25%;
    box-sizing:border-box;
    padding:10px 5px 5px 5px;
    height:100%;
}
#content2 .right .loginDiv
{
    width:100%;
    padding:10px 5px 5px 5px;
    height:95%;
    margin-top: 10px;
    background-color:#d3eef5 ;
    text-align: center;
  /*  background-image: url(https://fgw.bdmhxb.com/xmtj/static/images/index/right3.png);*/

}
.footerdh{
    align-items:center;
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    padding-right:0px;
    width:100%;
    box-sizing:border-box;
    padding-left:0px;
    justify-content:center;
    height:100px;
}
.footerContent{
    padding-bottom:0px;
    flex-wrap:nowrap;
    flex-direction:row;
    /* display:flex;*/
    padding-right:0px;
    width:1200px;
    box-sizing:border-box;
    padding-top:0px;
    padding-left:0px;
    margin-top:0px;
    height:100%;
    background-color: white;
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;

}


.toOther
{
    flex-wrap:nowrap;
    flex-direction:row;
    display:flex;
    width:25%;
    box-sizing:border-box;
    margin: 10px 30px 20px 40px;
    height:90%;
}
.footerTo .toOther img
{

}
.boxline{
    margin-left: 15px;
    color: #cccccc;
}
body{
    background-image: url(https://fgw.bdmhxb.com/xmtj/template/1/default/images/all_bg.png);
    background-repeat-y: no-repeat;
}

.loginTitle{
    width: 100%;
    text-align: center;
    height: 20%;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #3673b6;
    font-family: 思源黑体 CN;
}
.loginInfo{
    width: 100%;
    text-align: center;
    height: 25%;
    line-height: 40px;
    font-size: 20px;
    padding:0px 70px 0px 70px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;

}

.loginDiv a{
    height:36px;
    font-size:18px;
    color:#ffffff;
    /*-webkit-text-stroke:1px #000000;*/
    font-family: 思源黑体 CN Normal;

}

.loginInfo button :hover {

    background-color: #6a9fb5;

}


.loginLeft
{
    height:270px;
    width:48%;
    float:left;
    background-image:url(https://fgw.bdmhxb.com/xmtj/static/images/index/leftlogin.png);

}

.loginRight
{
    height:270px;
    width:48%;
    float:left;
    margin-left:10px;
    background-image:url(https://fgw.bdmhxb.com/xmtj/static/images/index/rightlogin.png);

}

.notice-title, .notice-box, .notice-date {
    line-height: 46px;
    float: left;
    overflow: hidden;
    height: 46px;
}
.notice-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    width: 90px;
    height: 36px;
    margin-top: 5px;
    margin-right: 20px;
    text-align: center;
    background-image: url(https://fgw.bdmhxb.com/xmtj/static/images/index/hot.png);
}
.notice-title>a {
    color: #fff;
}
.notice-box {
    width: 704px;
    border-right: 1px solid #5674a8;
}
.notice-box_items {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 46px;
}
.notice-box_items>ul {
    width: 630px;
    height: 46px;
    margin: 0;
    padding: 0;
}
.notice-box_items>ul>li {
    font-size: 14px;
    line-height: 46px;
    display: none;
    overflow: hidden;
    height: 46px;
}
.notice-box_items>ul>li>a {
    line-height: 46px;
   /* overflow: hidden;*/
    height: 46px;
    padding: 0;
    color: #fff;
    width: calc(100% - 170px);
    text-overflow: ellipsis;
}
.notice-box_items>ul>li>a:hover {
    letter-spacing: .01em;
}
.notice-box_items>ul>li>span {
    margin-left: 28px;
    color: #aec0e6;
}
.notice-box_items>.notice-box_arrows {
    position: absolute;
    top: 13px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 30px;
}

.notice-box_items>.notice-box_arrows span {
    float: left;
    width: 20px;
    height: 30px;
}

.notice-box_arrows-left{
    background: url(https://fgw.bdmhxb.com/xmtj/static/images/index/l1.png) ;
    background-repeat: no-repeat;
    background-size: 67% 67%;
}
.notice-box_arrows-right{
    background: url(https://fgw.bdmhxb.com/xmtj/static/images/index/r1.png) ;
    background-repeat: no-repeat;
    background-size: 67% 67%;
}

.easing a, .easing span {
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    transition: .25s linear;
}
.notice-date {
    width: 285px;
}
.notice-date_calendar {
    font-size: 14px;
    text-align: center;
    color: #fff;
}


.headline{
    height: 100px;
    width:100%;
    flex-wrap:nowrap;
    flex-direction:row;
    padding-right:0px;
    box-sizing:border-box;
    padding-top:0px;
    padding-left:10px;
    margin: 0 auto;
    box-shadow: 0 2px 5px 0 rgb(205 205 205 / 75%);
    text-align: center;
}
.headline-big {
    line-height: 50px;
    overflow: hidden;
    padding-top: 10px;
    font-size: 28px;
    font-weight: 600;
    color: #205cc0;
    font-family: 思源黑体 CN  Medium;
}
.headline-big a {
    color: #0a2167;
}
.headline-list {
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    font-size: 13px;
}

.swiper-slide a span {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.swiper-slide b {
    height: 30px;
    opacity: .6;
    background-color: #000;
    filter: alpha(opacity=60);
}
.swiper-slide span {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding: 0 16px;
    color: #fff;
}

 .swiper-slide {
    position: relative;
    display: block;
}
.swiper-slide b {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.swiper-slide span {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /* width: 100%; */
}
.swiper-pagination {
    text-align: right;
}
.swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px 5px;
}



