html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
input {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 左轮播右文字部分 */
.swiper-box {
    width: 100%;
    padding: 50px 0 100px;
    background-image: linear-gradient(90deg, #f2f3f9 0%, #fcfdfe 100%);
}

.swiper-box .meeting-title{
    margin: 0 0 50px;
}

.swiper-pox {
    width: 80%;
    margin: auto;
    display: flex;
}

.swiper-pox>div {
    width: 50%;
}

.swiper {
    overflow: hidden;
}
.swiper>img{
    width: 100%;
    height: 340px;
}

.text {
    width: 80%;
    margin: auto;
    height: 340px;
    padding: 0 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.text-title{
    width: 100%;
    height: 55px;
    background-color: #fff;
}

.text-title>div{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ccc;
}

.text-title>div>span{
    display: inline-block;
    line-height: 55px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 3px solid blue;
    color: #1f52cb;
    box-sizing: border-box;
}

/* .meetinglist{
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    height: 264px;
} */

.meetinglist {
    width: 100%;
    /* margin-top: 20px; */
    position: relative;
    overflow: hidden;
    height: 340px;
}




.mylist {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #EEE;
}

.mylist>li {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;   
}
.mylist>li>a{
    display: flex;
    width: 100%;
    height: 100%;
    color: #1f52cb;
}

.mylist>li img {
    width: 130px;
    height: 75px;
}

.li-content {
    width: 67%;
    margin-left: 30px;
    line-height: 37px;
    line-height: 25px;
}
.li-content>p{
    width: 100%;
    text-overflow: ellipsis;
        /* 将文本溢出显示... */
        overflow: hidden;
        /* 超出隐藏 */
        white-space: nowrap;
        /* 强制一行显示*/
}


.dress {
    font-weight: bold;
    color: #e0872c;  
    width: 100%;
    display: block; 
}
.date{
    color: #999;

}

.overflow-text{
    text-overflow: ellipsis;
    /* 将文本溢出显示... */
    overflow: hidden;
    /* 超出隐藏 */
    white-space: nowrap;
    /* 强制一行显示*/
}


.recommend-meeting{
    width: 100%;
    overflow: hidden;
    background-color: #f8f9fb;
    padding-bottom: 30px;
}
.meeting-title{
    text-align: center;
    margin-top: 50px;
}
.title-name{
    display: inline-block;
    font-weight: bold;
    color: #1f52cb;
    font-size: 22px;
    margin-top: 30px;
    position: relative;
}

.title-name::before{
    content: '';
    border-bottom: 3px solid #1f52cb;
    position: absolute;
    width: 100px;
    top: 50%;
    left: -130px;
}

.title-name::after{
    content: '';
    border-bottom: 3px solid #1f52cb;
    position: absolute;
    width: 100px;
    top: 50%;
    right: -130px;
}


.meeting-content{
    width: 1200px;
    margin: 0 auto;
}
.meeting-content>li{
    margin-top: 30px;
    cursor: pointer;
    float: left;
    width: 23%;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 1.66%;
    transition: all 0.2s ease-in;
    padding: 0;
}
.meeting-content>li>a{
    color: #1f52cb;
}
.meeting-content>li:hover{
    -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-box-shadow: 0 0 30px #ddd;
        -moz-box-shadow: 0 0 30px #ddd;
        box-shadow: 0 0 30px #ddd;
}
.meeting-content>li:hover a{
   color: #1f52cb;
}


.meeting-content>a{
    color: #595757;
}
.m-img{
    width: 100%;
    height: 152px;
}
.m-img>img{
    width: 100%;
    height: 152px;
}

.m-content{
    padding: 15px;
    text-align: left;
    position: relative;
}

.m-content>p{
    font-weight: bold;
    font-size: 16px;
    color: #1e1e1e;
    margin-bottom: 15px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m-title{
    width: 100%;
}
.m-title>p{
    width: 100%;
    /* height: 40px; */
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    /* 将文本溢出显示... */
    overflow: hidden;
    /* 超出隐藏 */
    white-space: nowrap;
    /* 强制一行显示*/
}
.m-date{
    margin: 10px 0;
}
.m-address{
    height: 40px;
    line-height: 22px;
}

.m-content>div>span>i{
    margin-right: 5px;
}





















.cooperate{
    width: 100%;
    overflow: hidden;
    padding-bottom: 70px;
    background: #223450;
}
.cooperate-box{
    width: 80%;
    margin: auto;
}

.cooperate .meeting-title{
    margin-bottom: 50px;
    margin-top: 20px;
}

.cooperate .title-name{
    color: #fff;
}
.cooperate .title-name::before{
    border-bottom: 3px solid #fff;
}
.cooperate .title-name::after{
    border-bottom: 3px solid #fff;
}

.cooperate-content{
    width: 100%;
    overflow: hidden;
    padding: 0 5px;
}
.cooperate-content>ul{
    width: 100%;
}
.cooperate-item{
    width: 15%;
    margin-right: 1.4%;
    margin-top: 20px;
    float: left;
    transition: all 0.2s ease-in;
}
.cooperate-item:hover{
        transform: scale(1.03);
        -webkit-box-shadow: 0 0 30px #ddd;
        -moz-box-shadow: 0 0 30px #ddd;
        box-shadow: 0 0 30px #161313;
}
.cooperate-item>a{
    display: block;
    width: 100%;
}
.cooperate-item img{
    width: 100%;
    height: 100px;
    background-color: #fff;
}













.introduce{
    width: 100%;
    margin-bottom: 90px;
}
.introduce>div{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.down-left {
    width: 20%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.3);
    -moz-box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.3);
    box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.3);
    overflow: hidden;
    min-height: 500px;
    margin-top: 80px;
    border-radius: 10px;
}

.down-title{
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
    font-weight: 700;
    background-color: #fff;
}
.down-title>span{
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom:1px solid #ccc;
}


.down-right {
    width: 75%;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.3);
    -moz-box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.3);
    box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.3);
    padding: 35px 25px 25px;
    min-height: 500px;
    margin-top: 80px;
}

.down-left>ul {
    box-sizing: border-box;
}


.down-left>ul>li {
    padding: 0 20px;
    box-sizing: border-box;
}

.down-left>ul>li>a{
    display: block;
    width: 100%;
    padding: 20px 0;
    /* border-bottom: 1px solid #999; */
    /* text-align: center; */
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.down-left>ul>.introduce-current{
    background-color: #40579b;
}
.down-left>ul>.introduce-current>a {
    color: #fff;
    /* border-bottom:none; */
}
.down-left>ul>li:hover {
    background-color: #40579b;
    cursor: pointer;
}
.down-left>ul>li:hover>a {
    color: #fff;
    /* border-bottom: none; */
}




@media screen and (max-width:1100px) {
    #app {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .swiper-box{
        padding: 50px 0;
    }
    .swiper-pox{
        width: 100%;
        display: block;
    }
    .swiper-pox>.swiper{
        display: none;
    }
    .swiper-pox>div{
        width: 100%;
    }
    .swiper>img{
        height: 300px;
    }
    .text {
        width: 100%;
        padding: 12px 5px;
    }

    .mylist>li img {
        width: 130px;
        height: 75px;
    }

    .meeting-content {
        width: 100%;
    }

    .li-content {
        margin-left: 20px;
        line-height: 25px;
    }

    .meeting-content>li {
        float: none;
        margin: 30px auto 0;
        width: 80%;
    }
    #projectlist .projectitem{
        width: 90%;
        float: none;
        margin: 0 auto 100px;
    }
    .module-content{
        width: 100%;
       
    }
    .cooperate-box{
        width: 100%;
    }
    .cooperate-item{
        width: 32%;
        margin-right: 1.2%;
    }
    .introduce>div{
        width: 100%;
        display: block;
    }
    .down-left{
        width: 100%;
        min-height: 0;
        margin-top: 30px;
        
    }
    .down-left>ul{
        display: flex;
        overflow-x: auto;
    }
    .down-left>ul>li{
        flex-shrink: 0;
        padding: 2px 15px;
    }
    .down-left>ul>li>a{
        padding: 15px 0;
    }
    .down-right{
        width: 100%;
        margin-top:10px;
        box-sizing: border-box;
    }
}


