* {
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
/*first-main*/
.col-md-3, .col-md-3_5, .col-md-4, .col-md-6, .col-md-8, .col-md-8_5, .col-md-9, .col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 0.5% 0 0.5%;
}
.content-wrapper {
    padding: 4rem 0 1rem 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(92vh - 135px - 60px);
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width:1280px!important;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-3_5 {
    flex: 0 0 29.5%;
    max-width: 29.5%;
}
.col-md-4 {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-8 {
    flex: 0 0 66.6%;
    max-width: 66.6%;
}
.col-md-8_5 {
    flex: 0 0 70.5%;
    max-width: 70.5%;
}
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.grid-margin {
    margin-bottom: 4rem;
}
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}
.stretch-card > .card {
    width: 100%;
    min-width: 100%;
}
.card {
    border: 0;
    box-shadow: 0 2px 16px -11px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 16px -11px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 16px -11px rgba(0, 0, 0, 0.5);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 1px;
}
.card-body{
    padding: 30px 30px;
}
.card-title {
    padding-bottom: 1.5rem;
    color: #4d575c;
    font-weight: 600;
    font-size: 2.4rem;
    border-bottom: 1px solid #eee;
    letter-spacing:2px;
}
.card-body .card-title span {
    font-size: 1.4rem;
    opacity: 0.7;
    height: 31px;
    color: #4d575c;
    text-transform: uppercase;
}
.span-right{
    float:right;
}
.span-right .iconfont {
    line-height: 31px;
    color: #0089ce !important;
    margin-right: 0.5rem !important;
}
.notice-nav .notice-nav-list .notice-item, .Release-nav .Release-nav-list .Release-item{
    float: left;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 1.5rem;
}
.notice-nav, .Release-nav{
    padding: 0;
    border-bottom: 1px dashed #d9d9d9;
}
.notice-info .notice-info-list {
    margin-top:10px;
    overflow: hidden;
    font-size: 1.5rem;
    color:#5f5f5f;
}
.notice-info .notice-info-list li, .Release-news .Release-news-list li{
    line-height: 2.4em;
    position: relative;
}
.info-item .info-item-a{
    color: #5f5f5f;
}
.notice-nav .notice-nav-list:after, .Release-nav .Release-nav-list:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.info-item .info-item-p1 {
    width: 79%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.info-item .info-item-p2 {
    width: 21%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.Release-news-list{
    margin-top: 10px;
    overflow: hidden;
    font-size: 1.5rem;
    color: #5f5f5f;
}
.Release-news .Release-news-list li{
    line-height: 2.4em;
    position: relative;
}
.Release-item .Release-item-p1 {
    width: 78%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.Release-item .Release-item-a{
    color: #5f5f5f;
}
.Release-item .Release-item-p2 {
    width: 22%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
/*foot*/
.footer-Main {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.cloud-footer {
    min-width: 1200px;
    background-color: #2b373d;
    font-family: "Microsoft Yahei";
}
.cloud-copyright {
    width: 100%;
    border-top: 1px solid #212a2f;
    padding: 20px 0;
    text-align: center;
}

.cloud-copyright p {
    text-align: center;
    color: #819199;
    font-size: 12px;
    line-height: 25px;
}

.cloud-copyright p a {
    color: #819199;
}

.cloud-copyright p a:hover {
    text-decoration: underline;
}
