*{
    /* font-family: serif,"Time New Roman","微软雅黑"; */
    font-family: Bitter, Georgia, serif;
}
.site-head{
    /* 最小宽度为1152px */
    min-width: 1152px;
}

.site-head .main-nav{
    box-sizing: border-box;
    padding-left: 15px;
    height: 40px;
    background-color: #F8F9FA;
}
.site-head .main-nav ul li{
    float: left;
    margin-right: 18px;
} 
.site-head .main-nav .have-menu{
    padding-right: 16px;
    position: relative;
}
.site-head .main-nav ul li a{
    line-height: 40px;
    color: black;
    font-size: 16px;
}
.site-head .main-nav ul .active a{
    color: #949597;

}
/* 制作三角图标 */
.site-head .main-nav .have-menu::before{
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    width: 0px;
    height: 0px;
    /* 制作三角图标 */
    border: 5px solid transparent;
    border-bottom: none;
    border-top-color: #949597;
    transition: transform .2s ease 0s;
}
.site-head .main-nav .have-menu:hover::before{
    transform: rotate(180deg);
}
.site-head .main-nav .menu{
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #949597;
    display: none;
}
.site-head .main-nav .have-menu:hover .menu{
    display: block;
}
/* 二级菜单 */
.site-head .main-nav .menu dl dt{
    color: #1C1F21;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}
.site-head .main-nav .menu dl dd a{
    color: #1C1F21;
    font-size: 12px;
    line-height: 20px;
}
.site-head .main-nav .menu dl dd a:hover{
    color: red;
}
.site-head .main-nav .jjzyx{
    width: 150px;
    padding: 5px;
}
.site-head .banner .bckimg{
    height: 290px;
    background-size: cover;
    background-image: url(../images/WechatIMG19535\ 1.png);
    background-repeat: no-repeat;
}
.site-head .banner .bckimg .container{
    width: 1050px;
    margin: 0 auto;
}
.site-head .banner .bckimg .container .poster{
    color: white;
    padding-top: 80px;
    box-sizing: border-box;
}
.site-head .banner .bckimg .container .poster>h1{
    font-size: 40px;
}
.site-head .banner .bckimg .container .poster>p{
    font-size: 20px;
    margin-top: 20px;
}
/* 中间内容 */
.main-content{
    width: 1200px;
    margin: 0 auto;
}
.clearfix{
    overflow: hidden;
}
.left-content{
    width: 60%;
    float: left;
    margin: 60px auto;
}
.left-content>h2{
    font-size: 45px;
}
.left-content>h3{
    font-size: 25px;
    color: #949597;
}
.left-content .text{
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}
.left-content .text p{
    margin-bottom: 20px;
}
.left-content .text p:last-child{
    margin-bottom: 0;
}

.right-content{
    width: 30%;
    float: right;
    height: 200px;
    margin-top: 60px;
}
.right-content .box-one{
    height: 200px;

}
.right-content .box-one .box-top{
    height: 20%;
    padding-left: 15px;
    padding-top: 10px;
    box-sizing: border-box;
    background-color: #F4F4F2;
    border: 1px solid #F4F4F2;
}
.right-content .box-one .box-top p{
    font-weight: 700;

}
.right-content .box-one .box-bottom{
    height: 80%;
    padding-left: 15px;
    padding-top: 10px;
    box-sizing: border-box;
    border-left: 2px solid #F4F4F2;
    border-bottom: 2px solid #F4F4F2;
    border-right: 2px solid #F4F4F2;
}
.right-content .box-one .box-bottom p{
    line-height: 25px;
}
.right-content .box-one .box-bottom p span{
    font-weight: 700;
}
.right-content .box-two{
    height: 160px;
    margin-top: 20px;
}
.right-content .box-two .box-top{
    height: 20%;
    padding-left: 15px;
    padding-top: 6px;
    box-sizing: border-box;
    background-color: #F4F4F2;
    border: 1px solid #F4F4F2;
}
.right-content .box-two .box-top p{
    font-weight: 700;

}
.right-content .box-two .box-bottom{
    height: 80%;
    padding-left: 15px;
    padding-top: 10px;
    box-sizing: border-box;
    border-left: 2px solid #F4F4F2;
    border-bottom: 2px solid #F4F4F2;
    border-right: 2px solid #F4F4F2;
}
.right-content .box-two .box-bottom p{
    line-height: 25px;
}
.right-content .box-two .box-bottom p span{
    font-weight: 700;

}
.foot-img{
    width: 1200px;
    height: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-top: 2px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
}
.foot-img .img-container {
    text-align: center;
}
.foot-img .img-container .ccf{
    width: 111px;
    height: 80px;
    margin-top: 85px;
}
.foot-img .img-container .longxiang{
    width: 208px;
    height: 60px;
    margin: 0 30px;
}
.foot-img .img-container .nacat{
    width: 85px;
    height: 80px;
}
.footer{  
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.footer a{
    color: #527BFF;
}
.footer a:hover{
    text-decoration: underline;
}
.footer .p1{
    float: left;
    margin: 60px 0 40px 0;
    font-size: 18px;
}
.footer .p2{
    float: right;
    margin: 60px 0 40px 0;
    font-size: 18px;
}

/* submission部分css */
.left-content p a{
    color: #527BFF;
    font-weight: 700;
}
.left-content p a:hover{
    text-decoration: underline;
}
.left-content .text5{
    font-size: 16px;
    line-height: 26px;
}
.left-content .text5 span{
    font-weight: 700;
}

/* call for paper部分 */
.left-content .text ul li{
    text-indent: 1em;
}

/* special issues部分 */
.left-content .text .sp-liebiao{
    text-indent: 1em;
}
.left-content .text .sp-liebiao a:hover{
    text-decoration: underline;
}
.left-content .text .sp-liebiao li{
    margin-bottom: 20px;
}
/* committees部分 */
.left-content .text .comm-liebiao li span{
    font-weight: 700;
}
.left-content .text .comm-liebiao li p{
    margin-bottom: 5px;
    font-size: 16px;
    text-indent: 4rem;
}
/* colocated部分css */
.left-content .text .coloca{
    font-size: 16px;
    margin-bottom: 200px;
}
.left-content .text .coloca a:hover{
    text-decoration: underline;
}
/* venue部分css */
.left-content .text .venue{
    margin-bottom: 250px !important;
}
/* venue部分css */
.left-content .text .keynotes{
    margin-bottom: 250px !important;
    font-weight: 700;
}
/* contract部分css */
.left-content .text .contract-p1{
    font-weight: 700;
}
.left-content .text .contract-p2{
    margin-bottom: 250px !important;
}
/* prior部分css */
.left-content .text .prior a{
    color: #527BFF;
}
.left-content .text .prior a:hover{
    text-decoration: underline;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
