@charset "utf-8";
/* CSS Document */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,per,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;border:0;list-style:none;font-family:"微软雅黑";font-size: 16px; color:#333;}
body{background: #ffffff;}
table border-collapse:collapse; border-spacing:0;
fieldset,img {border:0;}
iframe{
    border-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr{border:none;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul,li {list-style:none;}
a { outline:none;}
a {star:expression(this.onFocus=this.blur());}
a img {border: none;outline: none;}
a{color: blue;text-decoration:none;font-family:"Microsoft YaHei";font-weight:400;}
a:hover {color:#006bb3;}
p{color:#333;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
td {color:#333; font-size:16px;}
.clearfix {zoom:1;}
.clearfix:after {content:'';display:block;clear:both;height:0px;}
input::-webkit-input-placeholder{
    color:#c6c9dc;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#c6c9dc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#c6c9dc;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#c6c9dc;
}

textarea::-webkit-input-placeholder{
    color:#c6c9dc;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#c6c9dc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#c6c9dc;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#c6c9dc;
}
.double_box{margin-right: 0px!important;}
.normal_p{
    font-size:16px;
    line-height:30px;
    color:#333;
    margin-bottom: 10px;
}
.main_content{
    width:1200px;
    margin: 0px auto;
}


/*nav*/
.header{}
.header_top{
    height: 155px;
}
.conference_name{
    float: left;
    margin-top: 28px;
}
.conference_name img{}
.header_more{
    float: right;
    display: inline-block;
    background: #0489bf;
    line-height: 34px;
    padding: 0px 28px;
    border-radius: 0px 0px 10px 10px;
}
.header_more a{
    color: #ffffff;
}
.header_more a:hover{
    color:#ffffff;
}

.header_change{
    float: right;
    display: inline-block;
    background: #0489bf;
    line-height: 34px;
    padding: 0px 20px;
    border-radius: 0px 0px 10px 10px;
    margin-right: 18px;
}
.header_change a{
    color:#fff
}

.nav{
    background: #0489bf;
    border-top: 4px solid #159bd2;
}
.nav_ul{}
.nav_ul li{
    float: left;
    line-height: 56px;
}
.nav_ul li:hover{
    background: #159bd2;
}
.nav_ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding: 0px 20px;
}
.active{
    background: #159bd2;
}
.link2 {
    color: blue;
}

/*abstract*/
.abstract_blcok{
    margin-top: 15px;
}
.abstract_img{
    float: left;
    width: 144px;
    background: #e9e9e9;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}
.abstrct_img1{}
.red_card{
    position: absolute;
    left: 0;
    top: 0;
}
.abstract_title {
    float: left;
    width: 780px;
    border: 1px solid #dbdbdb;
    height: 196px;
    padding: 48px 22px 18px;
    box-sizing: border-box;
}

.abstrct_img1 {
    width: 134px;
}
.abstract_title .abstract_p{font-family:'Cambria';margin-bottom: 10px;font-size: 18px;color: #333;}
.abstract_title .abstract_p a{font-family:'Cambria';}
.abstract_img a{
    display: block;
    height: 187px;
}

/*journal*/
.journal{margin-top: 20px;}
.journal li{float:left;width: 585px;padding:15px 9px 15px 15px;margin: 0px 30px 28px 0;border-radius: 4px;height: 200px;background: #fff;box-sizing: border-box;border: 1px solid #deebf7;}
.journal-img{float:left;margin-right: 20px;}
.journal-img img{width:114px;}
.journal-text {
    float: left;
    width: 425px;
    font-size: 14px;
}
.journal-text p b{font-weight:600;}
.journal-text p.p1{font-weight:600;padding-bottom: 12px;font-size: 16px;font-family: 'Cambria';}
.link p{font-size: 16px;font-family: 'Cambria';line-height: 25px;}
.journal_link{}
.journal-text p.p2{color:#222;font-weight:600;}
.journal-text a{color:#0000cc;font-size: 16px;display:block;font-family: 'Cambria';}
.journal-text span{color:#222;font-size:12px;display:block;}

/*footer*/
.footer{
    background: #002e5b;
    padding: 24px 0px;
}
.middle_footer{
    width: 1200px;
    margin: 0px auto;
}
.footer1, .footer2, .footer3, .footer4, .footer5{
    float: left;
    margin-right: 40px;
}
.footer1{width: 130px;}
.footer2{
    width: 160px;
}
.footer3{
    width: 360px;
    margin-right: 75px;
}
.footer4{
    width: 240px;
}
.footer5{
    margin-right: 0;
    margin-top: 28px;
}
.foot_p1{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.foot_link{
    color: #cae2fa;
    line-height: 34px;
    font-size: 14px;
}
.foot_link:before{
    content:"";
    background: url(http://image.conference123.net/conference/2023/iceece/foot_trange.png) no-repeat left top;
    width: 14px;
    height: 9px;
    display: inline-block;
}
.foot_link a{
    color: #cae2fa;
}
.bx_code{
    text-align: center;
}
.bx_code img{}
.bx_code p{
    color: #e5e5e5;
}
.bottom {
    width: 100%;
    height: 60px;
    line-height:60px;
    background: #021d3a;
    text-align: center;
    color: #ffffff;
}
.bottom p{color:#ffffff;font-size: 14px;}


/*second_page*/
.contain{
    padding: 20px 0px 50px;
    min-height: 400px;
}
.page_title{
    width: 1130px;
    margin: 0px auto 30px;
    border-bottom: 1px solid #b4b4b4;
    text-align: center;
    line-height: 80px;
}
.page_title h1{
    font-size: 32px;
    color:#333;
}

.first_title{

    margin-bottom: 14px;
}
.first_title h3{font-size: 24px;color: #333;}
.title_line2 {

    display: inline-block;

    width: 35px;

    height: 6px;

    background: #f0801a;

    border-radius: 3px;

    margin-top: 12px;
}
.center_content{}
.page_box{
    margin-top: 45px;
}

.normal_ul{
    padding-left: 21px;
    margin-bottom: 6px;
}
.normal_ul li{
    list-style: disc;
    color: #333;
    line-height: 32px;
}
.page_bg{
    background: #edf6ff;
    padding: 30px 0px;
}

.second_title{
    font-weight: bold;
    font-size:16px;
    margin-bottom: 10px;
}


.header_login {
    float: right;
    display: inline-block;
    background: #f0801a;
    line-height: 34px;
    padding: 0px 16px;
    border-radius: 0px 0px 10px 10px;
    margin-left: 20px;
}

.header_login a {
    color: #fff;
}

.top_line{
    color: #fff;
    font-size: 14px;
}


/**/
.header_right{
    float: right;
}
.header_right_btn{}
.header_right_countdown{}
.data_item{
    display: inline-block;
    margin-top: 32px;
}
.data_span{
    font-size: 20px;
    color: #1c3256;
    vertical-align: middle;
}
.data_box{
    display: inline-block;
    vertical-align: middle;
}
.data_box li{
    display: inline-block;
    margin-right: 14px;
}
.time_tip{
    color: #77797d;
    font-size: 18px;
    font-weight: bold;
}
.countdown{
    font-size: 42px;
    font-weight: bold;
    color: #007fe9;
}

.blue_bg {
    background: #edf5ff;
    padding: 30px 0;
}
.white_bg {
    padding: 30px 0;
    margin-top: 0;
    background: #fff;
}
.indexing{color:#ef6123;font-weight: bold;margin-top: 13px;font-size: 15px;}