/*主内容区域*/
body {
    margin: 0;
    color: #333333;
}
.module {
    width: 1200px;
    margin: 0 auto;
}
.layout {
    display: flex;
    align-items: center;
}


/*模块*/
.item-module {
    margin-top: 20px;
    justify-content: space-between;
}
.item-list {
    height: 390px;
}
.item-list-width-550 {
    width: 550px;
}
.item-list-width-600 {
    width: 600px;
}
/*文本超出显示省略号*/
.text-of {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*标题*/
.list-head {
    height: 40px;
    display: flex;
    border-bottom: 3px solid #EEEEEE;
}
.list-head > .tit {
    color: #999999;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    position: relative;
    top: 4px;
    height: 36px;
    margin-right: 35px;
    cursor: pointer;
}
.list-head > .tit:hover{
    color: #004499;
}
.list-head > .tit.active{
    color: black;
    border-bottom-color: #66BDF5;
}

/*列表*/
.notice-list{
    margin: 10px 35px 0 0;
    font-size: 15px;
    line-height: 20px;
}
.notice-list p{
    margin-top: 10px;
    overflow: hidden;
}
.notice-list p img{
    margin-right: 5px;
}




/*头部*/
.header {
    width: 100%;
}
.header-c {
    height: 90px;
    margin-bottom: 15px;
    justify-content: space-between;
}
.header-img >img {
    /*width: 350px;*/
}
.header-c .title {
    font-weight: bolder;
    font-size: 36px;
    border-left: 1px solid #aaaaaa;
    margin-left: 20px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    color:#333;
}

.dis-no{
    display: none;
}
/*右边*/
.store >div {
    width: 70px;
    height: 75px;
    color: white;
    text-align: center;
}
.ceeia {
    background-color: #B72F28;
}
.enter {
    background-color: #E29418;
}
.product {
    background-color: #A58147;
}
.header-c div img {
    margin-top: 15px;
    margin-bottom: 5px;
}
.store >div a {
    color: white;
    font-size: 14px;
}


/*导航栏*/
.header-nav-div{
    background-color: #1882F8;
    height: 50px;
    width: 100%;
    min-width: 1200px;
}
.header-nav {
    height: 50px;
    justify-content: space-between;
}
.header-nav>div{
    position: relative;
}
.header-nav>div>a {
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    width: 100px;
    cursor: pointer;
}

.header-nav>div>a:hover{
    /*color: #bd2024;*/
}
.header-nav>div>a.active {
    background-color: white;
    color: #bd2024;
    border-bottom: 5px solid #bd2024;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
}
.header-nav .col-Children{
    background: #e9f3fc;
    padding: 20px;
    position: absolute;
    top: 50px;
    z-index: 100;
    box-shadow: 0 2px 11px #333;
}
.header-nav .col-Children>li{
    white-space: nowrap;
    padding: 5px 0;
    color: #66bdf5;
    margin-left: 10px;
    float: left;
    list-style-type: square;
}
.header-nav .col-Children>li>a{
    text-align: center;
    font-size: 14px;
    color: #333;
}
.header-nav .col-Children > li:hover {
    color: #b72e2b;
}
.header-nav .col-Children>li a:hover{
    color: #b72e2b;
}
/*行业展会*/
.notice-image {
    justify-content: space-between;
    margin-top: 20px;
}
.notice-image >div {
    width: 180px;
    height: 305px;
    border: 1px solid #ccc;
    background-color: #EEEEEE;
    overflow: hidden;
    color: #333;
}
a{
    color: #333;
}
.notice-image >.img-div{
    width:158px ;
    height: 103px;
    overflow: hidden;
}
.notice-image >div img {
    width: 100%;
}

.notice-image .desc {
    font-size: 15px;
    margin: 15px 8px 0 8px;
    color: #333333;
}
.icon-time {
    display: flex;
    margin-top: 10px;
}
.icon-time-left {
    margin-left: 10px;
    width: 20%;
    font-size: 18px;
}
.icon-time .icon-time-right >div:last-child{
    width: 110px;
}
.icon-time-right {
    font-size: 13px;
    color: #666666;
}
.icon-time .icon-t {
    width: 24px;
    height: 24px;
}



/*展会动态*/
.item-list .notice-head {
    width: 550px;
}
.item-list .notice-list {
    /*display: flex;*/
    width: 550px;
    display: none;
}
.item-list .notice-list.active{
    display: block;
}
.item-list .notice-list a {
    padding-left: 17px;
    background: url("/view/images/detail/arror.png") no-repeat 0 11px;
    width: 380px;
    float: left;
    line-height: 27px;
    color: #333333;
}

.item-list .notice-list span {
    /*line-height: 36px;*/
    /*width: 32%;*/
    float: right;
    /*margin-top: 5px;*/
    font-size: 13px;
    color: #aaa;
}

/*图片*/
.picture-item {
    margin-top: 20px;
}
.img-1 {
    width: 830px;
    height: 85px;
}
.img-2 {
    width: 330px;
    height: 85px;
}


/*会议推荐*/
.image-item >div {
    width: 200px;
}


/*展会回顾*/
.review {
    width: 900px;
    height: 390px;
}
.ad {
    justify-content: space-between;
    margin-top: 25px;
}
.ad >div {
    width: 436px;
    height: 135px;
    border: 1px solid #ccc;
}
.ad img {
    width: 100%;
}
.ad .img-div{
    width: 436px;
    height: 85px;
    overflow: hidden;
}
.ad >div>a >.layout {
    height: 50px;
    padding-left: 10px;
    color: #333333;
}


/*展会知识*/
.knowledge {
    width: 250px;
    height: 390px;
}
.list {
    margin-top: 20px;
    font-size: 15px;
    line-height: 40px;
}
.list>a {
    display: block;
    padding-left: 24px;
    background: url("/view/images/home/square.png") no-repeat 0 15px;
}

.knowledge img {
    margin-right: 20px;
}



/*协会*/
.platform {
    width: 1200px;
    color: #676767;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.platform>a{
    width: 180px;
    height: 85px;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 20px;
}
.platform>a img{
    width: 100%;
    height: 100%;
}
.platform >div {
    display: flex;
    line-height: 30px;
    font-size: 13px;
}
.platform-2 {
    width: 1200px;
    justify-content: space-between;
}
.platform-2 >div {
    width: 200px;
}
.platform .platform-2 >div {
    width: 185px;
}
.platform .platform-d-1 {
    margin-right: 145px;
}
.platform .platform-d-2 {
    margin-right: 125px;
}
.platform .platform-d-3 {
    margin-right: 113px;
}
.platform .platform-d-4 {
    margin-right: 73px;
}




/*底部*/
footer {
    width: 100%;
    background-color: #333333;
}
.bot{
    width: 1200px;
    height: 175px;
    font-size: 13px;
    margin: 0 auto;
}
.bot >div {
    width: 70%;
    height: 180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}

.list-head .tit a,.notice-head .tit a{
    color: #999;
    font-weight: bold;
}
.list-head .tit a:hover,.notice-head .tit a:hover{
    color: #000;
}
.list-head .tit.active a,.notice-head .tit.active a{
    color: #000;
}
.add-red{
    color: #ff0000;
}
.add-bold{
    font-weight: bold;
}
.hytj-block .highlight:first-child{
    height:300px;
    width:225px;border:1px solid #ccc;
    overflow:hidden;
    margin-left: 0px;
}
.hytj-block >.highlight{
    height:300px;
    width:225px;border:1px solid #ccc;margin-left: 20px;
    overflow:hidden;
}
.hytj-block a{
    display: block;
}
/*显示两行文本*/
.text-of-two {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

