.ms_banner{

    width: 100%;
    height: 300px;
    background-image: url("/static/images/sansuci.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel_text{
    width: calc(100% - 40px);
    padding: 10px 20px;
    bottom: 0;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0,0,0,.9);
    color: #FFFFFF;
}
.ms_title{
    margin-left: 20px;
    font-size: 50px;
    color: #FFFFFF;
    padding-top: 50px;
    text-shadow: 3px 3px 2px #011429;
    letter-spacing: 4px;
}

.ms_search{
    margin-top: 30px;
    margin-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 500px;
}

.ms_search .ms_search_input{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding:10px;
    width: calc(100% - 80px);
}
.ms_search_input input{
    background-color: #FFFFFF;
    width: 100%;
    line-height: 1.8;
    padding:0 5px;
}

.ms_search_btn{
    text-align: center;
    background-color: rgba(42, 120, 217, 1);
    width: 80px;
    padding: 15px 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 2px;
}

.ms_news{
    margin: 10px 0;
    padding: 20px 10px;
    width: calc(100% - 20px);
    background-color: #FFFFFF;
}
.ms_news_banner{
    width: 530px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.ms_news_carolusel_item{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ms_news_list{
    border:1px solid #e2e2e2;
    width: 375px;
    margin-left: 10px;
    height: 278px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: inline-block;
    vertical-align: top;
}

.ms_news_list_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px  solid #c8c7c7;
}
.ms_news_list_title_item{
    flex: 1 auto;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}
.ms_news_list_title_item.active{
    background-color: #2a78d9;
    color: #FFFFFF;
    /*border-top-right-radius: 10px;*/
    /*border-top-left-radius: 10px;*/
    position: relative;
}

/*.ms_news_list_title_item.active:before{*/
/*    content: '';*/
/*    display: block;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    bottom: -40px;*/
/*    left: calc(50% - 5px);*/
/*    border: 10px solid;*/
/*    border-color: #2a78d9 transparent transparent transparent;*/
/*}*/


.ms_news_list_title_item:hover{
    background-color: #2a78d9;
    color: #FFFFFF;
    /*border-top-right-radius: 10px;*/
    /*border-top-left-radius: 10px;*/
    position: relative;
}

/*.ms_news_list_title_item:hover:before{*/
/*    content: '';*/
/*    display: block;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    bottom: -40px;*/
/*    left: calc(50% - 5px);*/
/*    border: 10px solid;*/
/*    border-color: #2a78d9 transparent transparent transparent;*/
/*}*/

.ms_news_list_body{
    padding: 10px;
    height: 100%;
}
.ms_news_list_body_item{
    width: 100%;
}
.ms_news_list_body_item li{
    padding: 5px 0px;
    line-height: 1.5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.ms_news_list_body_item li:last-child{
    border-bottom: none;
}

.news_title_content{
    width: 78%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ms_declare{
    margin: 10px 0;
    height: 100px;
    width: 100%;
    padding: 10px 0;
    position: relative;
    /*background-image: url("/static/images/zxsb.png");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.ms_declare_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 1;
    text-align: center;
    color: #63a4df;
    font-size: 14px;
    /*background-image: url("/static/images/blue_btn.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ms_declare_content_title{
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}

.ms_declare_content_content{
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ms_declare_content_item{
    margin-right: 30px;
}
.ms_declare_content_item span{
    font-size: 18px;
    margin: 0px 5px;
}
.ms_declare_content_item .border{
    border: 1px solid #0b70f5;
    padding: 1px 10px;
    color: #0b70f5;
    /*border-radius: 100px;*/
}

.ms_declare_table{
    padding-bottom: 25px;
    /*background-color: #FFFFFF;*/
}
.ms_declare_table_title{
    text-align: center;
    margin: 10px;
}

.ms_declare_bg{
    background-image: url("/static/images/xmsb.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ms_declare_table_title a{
    color: #FFFFFF;
    background-color: #2a78d9;
    padding: 5px 15px;
    margin-right: 30px;
    border-radius: 100px;
    font-weight: bold;
}

.ms_declare_table_title a:last-child{
    margin-right: 0;
}

.ms_declare_table_header{
    padding: 0 10px;
    width: calc(100% - 20px);
    font-size: 14px;
    color: #ffffff;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.ms_declare_table_item{
    flex: 1 auto;
    background-color: #63a4df;
    text-align: center;
    padding: 10px  0;
    border-right: 1px solid #FFFFFF;
}

.ms_declare_table_item:last-child{
    background-color: #FFFFFF;
    color: #005cb8;
}

.ms_declare_table_content{
    padding: 10px;
    background-color: #FFFFFF;
    margin: 0 auto;
    width: calc(100% - 20px);
    border-top: 1px solid #e4f1fc;
    border-left: 1px solid #e4f1fc;
    border-collapse: collapse;
}
.ms_declare_table_content td {
    padding: 8px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e4f1fc;
    border-right: 1px solid #e4f1fc;
    vertical-align: middle;
}
.table_bg{
    background-color: #f1f9ff;
}

.ms_achievements{
    text-align: center;
    background-image: url("/static/images/xmsb.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    position: relative;
}

.ms_achievements .mask{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.3);
    width: 100%;
    height: 100%;
}

.ms_achievements .wrap{
    position: relative;
    z-index: 1;
}

.ms_achievements_title{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ms_achievements_step{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.ms_achievements_step_item{
    width: 130px;
    height: 115px;
    padding: 10px;
    margin-right: 25px;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/static/images/gx_bg.png");
    cursor: pointer;
}
.ms_achievements_step_item:before{
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 45%;
    width: 15px;
    height: 20px;
    background-image: url("/static/images/jaintou.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.jiantou_left{
    margin-right: 0px;
    margin-left: 25px;
}
.jiantou_left:before{
    right: 0px;
    left: -20px;
    transform: rotate(180deg);
}
.ms_achievements_step_top{
 text-align: center;
 height: 96px;
}
.ms_achievements_step_top img{
    width: 40px;
    margin-top: 5px;
}

.ms_achievements_step_top_name{
    margin-top: 5px;
    font-size: 16px;
    color: #007ae0;
}

.ms_achievements_step_bottom{
    color: #FFFFFF;
    font-size: 14px;
}

.zt_success_box{
    width: 130px;
    height: 130px;
    background-color: #fe7d21;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
}
.zt_success_box img{
    width: 80px;
    margin-bottom: 10px;
}
.ms_project_solicitation{
    text-align: center;
    margin: 10px 0;
    padding: 10px 10px;
    width: calc(100% - 20px);
    background-color: #FFFFFF;
    background-image: url(/static/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.ms_project_solicitation_wrap{
    margin: 0 auto;
    width: 100%;
}
.ms_project_title{
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}
.ms_project_content{
    padding: 20px 0;
    display: inline-flex;
    flex-wrap: wrap;
}
.ms_project_content_item{
    width: calc(100% / 4 - 20px);
    padding: 10px 5px;
    margin: 5px;
    box-shadow: 4px 3px 10px #e9e9e9;
    background-color: #FFFFFF;
    /*border-radius: 5px;*/
}
.ms_project_content_item_body{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ms_project_content_item_left{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border:1px solid #e2e2e2;
    overflow: hidden;
}
.ms_project_content_item_left img{
    width: 100%;
    height: 100%;
}
.ms_project_content_item_right{
    width: calc(100% - 90px);
    text-align: left;
    margin-left: 10px;
    line-height: 1.5;
}
.ms_project_content_item_right .title{
    font-size: 14px;
    font-weight: bold;
}

.ms_project_content_item_right .content{
    width: 100%;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ms_project_content_item_right p span{
    font-size: 12px;
    font-weight: bold;
}
.ms_project_content_item_right p{
    font-size: 12px;
}

.ms_project_content_item_bottom{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
    margin-top: 5px;
}

.ms_project_content_item_bottom_item{
    cursor: pointer;
    padding: 3px 5px;
    margin: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.ms_project_content_item_bottom_item.red{
    background-color: #ed705f;
    color: #FFFFFF;
    border-radius: 5px;
    /*box-shadow: 1px 2px 10px #ed705f;*/
}
.ms_project_content_item_bottom_item.blue{
    background-color: #00b9ef;
    color: #FFFFFF;
    border-radius: 5px;
    /*box-shadow: 1px 2px 10px #00b9ef;*/
}
.ms_project_content_item_bottom_item.conversation{
    background-color: #00ac69;
    color: #FFFFFF;
    border-radius: 5px;
    /*box-shadow: 1px 2px 10px #00ac69;*/
}

.ms_project_bottom{
 margin-bottom: 20px;
}
.ms_project_bottom span{
    margin: 0 10px;
    padding: 3px 15px;
    color: #0b70f5;
    border-radius: 2px;
    border: 1px solid #0b70f5;
    cursor: pointer;
}