.two-row{
    height: 60px;
}

/* tab-control部分开始 */
.tab-control .fo-item{
    /*width: 500px;*/
}

.fo-item ul {
    justify-content: flex-end;
}

.fo-item ul li{
    margin-left: 60px;
}
/* tab-control部分结束 */

/* 行业动态部分开始 */
.trade-list{
    justify-content: flex-start;
    flex-wrap: wrap;
}

.trade-item{
    width: 303px;
    height: 432px;
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 5px 30px 0px rgba(160, 178, 203, 0.15);
    border-radius: 5px;
    margin-bottom: 25px;
    margin-right: 20px;
    
    transition:background 1s;
	-webkit-transition:background 1s; /* Safari */
}

.trade-list .trade-item:nth-child(4n){
    margin-right: 0;
}


.trade-item a{
    display: block;
    width: inherit;
    height: inherit;
    box-sizing: border-box;
    padding: 30px 22px;
}

.trade-item header p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4B5466;
    line-height: 30px;
    transition:color 1s;
	-webkit-transition:color 1s; /* Safari */
}

.trade-msg p{
     color: #9EA1A8;
     transition:color 1s;
	-webkit-transition:color 1s; /* Safari */
}

.trade-msg p:first-child{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
}

.trade-msg .news-cover{
    width: 258px;
    height: 195px;
    overflow: hidden;
}

.trade-msg img{
    width: 258px;
    height: 195px;
    margin: 10px 0;
    transition: all 1s;
}

.trade-item:hover .trade-msg img{
    transform: scale(1.2);
}

.trade-msg p:nth-child(3){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
}
/* 行业动态部分结束 */

/* 通知公告部分开始 */
.notice-list{}

.notice-item{
    width: 100%;
    height: 168px;
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    box-shadow: 0px 5px 30px 0px rgba(160, 178, 203, 0.15);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 35px 0px;
    margin-bottom: 25px;
}

.notice-left{
    width: 120px;
    flex-shrink: 0;
    flex-direction: column;
    margin-left: 30px;
    color: #424B86;
}

.notice-left .notice-icon{
    width: 99px;
    height: 46px;
    background: #424B86;
    border-radius: 5px;
    justify-content: center;
}

.notice-icon img{
    width: 23px;
    height: 23px;
}

.notice-left p{
    font-size: 20px;
    font-family: DINOT;
    font-weight: 400;
    line-height: 40px;
}

.notice-right{
    width: 117px;
    border-left: 1px solid #DADBE1;
}

.notice-center{
    width: calc(100% - 237px);
    box-sizing: border-box;
    padding: 0 30px;
}

.notice-center p:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4B5466;
}

.notice-center p:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9EA1A8;
    line-height: 30px;
}

.notice-right{
    height: 40px;
    text-align: center;
}

.notice-right .notice-active{
    display: none;
}
/* 通知公告部分结束 */

/* 新闻详情部分开始 */
.me-content{
    width: 1200px;
    margin: 0 auto;
}

.me-content header{
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.me-content header p{
    width: 80%;
    line-height: 50px;
    margin: 0 auto 20px;
}

.msg-subtitle{
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFAFAF;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

.msg-subtitle img{
    width: 21px;
    height: 21px;
    margin-right: 2px;
}

.time, .browse, .sourse{
    margin: 0 10px;
}

.me-intro{
    text-align: center;
    border-bottom: 1px solid #E0E6EB;
    padding-bottom: 50px;
}

.me-intro img{
    /*width: 602px;*/
    /*height: 400px;*/
}

.me-intro p{
    text-align: left;
    /*text-indent: 2em;*/
    background: none !important;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    margin: 20px 0;
}

.me-tools{
    margin-top: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.me-tools > div{
    width: 40%;
}

.me-tools a{
    color: #333333;
}

.me-tools p:hover{
    color: #17328C;
}
.me-tools p:hover a{
    color: #17328C;
}
/* 新闻详情部分结束 */