@charset "utf-8";
/* CSS Document */
@font-face{
    　url('../font/fontawesome-webfont.woff')format('woff'),
}
 *{
    margin: 0px;
    padding: 0px;
    list-style: none
 }

a:hover{
    color: #1054A9 !important;
}
footer a:hover{
    text-decoration:underline;color:#fff!important;
}

body {
    margin: 0 auto;
    padding: 0px;
    background-color: #f9f9f9;
    min-width: 1200px;
}

.more-details a {
    color: #fff
}

header {
    height: 100px;
    width: 100%;
    margin: 0px auto;
    padding: 0px;

    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(249, 249, 249, 0.98);
    box-shadow: 0px 1px 4px 0px rgba(191, 191, 191, 0.5);
    transition: all 0.6s;
    z-index: 9;
}

header>div {
    height: 100%;
    display: flex;
}


header nav {
    /*background-color: #1054A9;
    padding: 0px;
    margin: 0px auto;
    height: 50px;
    color: #FFFFFF;
    display: flex;*/
    height: 100%;
    /*display: inline-table;*/
    width: 100%;
}

header nav .nav_menu ul {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header nav .nav_menu ul li {
    min-width: 170px;
    height: 100px;
    line-height: 100px;
    list-style-type: none;
    float: left;
    text-align: center;
    cursor: pointer;
    font-family: Helvetica;
    font-weight: 600;
	margin-left:2px;
    font-size: 18px;
    position: relative;
}

header nav .nav_menu ul li:before {
    content: '';
    position: absolute;
    top: 0; /* 从顶部开始 */
    left: 50%;
    width: 100%; /* 滑块宽度为按钮的宽度 */
    height: 5px; /* 滑块高度 */
    background: #1054A9; /* 滑块颜色 */
    transform: translateX(-50%) scaleX(0); /* 初始状态：水平缩放为0，居中 */
    transition: transform 0.4s ease; /* 动画效果 */
    z-index: 0; /* 使滑块在按钮的边框下 */
}

header div img{
    margin: 30px 20px 0 20px
}
.header-null{
    height: 100px;
}

/* 屏幕宽度在600px到1200px之间时的样式 */
@media (max-width: 1400px) {
    header nav .nav_menu ul li {
        height: 60px;
        line-height: 60px;
    }

    header {
        height: 60px;
    }
    header div img{
        margin: 10px 20px 0 20px
    }
    .header-null{
        height: 60px;
    }
}

header nav .nav_menu ul li:hover:before {
    transform: translateX(-50%) scaleX(1); /* 鼠标悬停时展开 */
}

header nav .nav_menu ul li:hover {
    background-color: #fff;
    text-align: center;
    color: #1054A9;
    cursor: pointer;
    margin-left:2px;
    transition: background-color 0.4s ease; /* 透明度过渡 */
}

.w1200 {
    /*width: 1200px;*/
    max-width: 1400px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

.mtp20 {
    margin-top: 10px;
}

h1 {
    font-weight: bold!important;
    cursor: pointer
}

.mtp30 {
    margin-top: 30px;
}
.mtp20{
    margin-top: 20px;
}
.mtp10{
    margin-top: 10px;
}

.mtl15 {
    margin-left: 15px;
}

.fwbd {
    font-weight: bold
}

.mtl10{
    margin:0.358em;
}

.mtl8 {
    margin-left: 2px;
}

.m1
{
    margin-top: 20px;
}

.main {
    padding: 0;
    height: auto;
    min-height: 320px;
    overflow: hidden;
    position: relative;
}

section {
    /*width: 100%;*/
    margin: 0 10px;
    padding: 0px;

}

section .about {
    width: 31.33%;
    padding: 10px;
    float: left;
    background-color: #fff;
    height: 330px;
    border-radius: 20px;
}

section .slider {
    width: 66.00%;
    float: left;
    margin-left: 1%;
}

section .about .title i {
    background: url(../images/ico.png);
    width: 17px;
    height: 21px;
    display: inline-block;
    float: left;
    vertical-align: middle;
}

section .about .title h1 {
    margin-left: 25px;
    color: #343434;
    font-size: 20px;
    font-weight: bold;

}

section .about .about_view {
    line-height: 2em;
    margin-top: 10px;
    text-align: justify;
    font-family: initial;

}

.conferrnces .title {
    font-weight:600;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: Bold;
    color: #333333;
    line-height: 2em;
    text-align: center
}

.conferrnces .title i {
    border-bottom:5px solid #1054A9;
    display: inline-block;
    width: 112px;
    text-align: center;
}

.conferrnces .conferrnces-m ul {
    margin: 0px auto;
    padding: inherit;
    display: flex;
    justify-content: space-between;
}

.conferrnces .conferrnces-m ul li {
    width: 32.50%;
    height: 230px;
    background-color: #FFFFFF;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.sides {
    padding: 0;
    margin: 0;
    min-height: 600px;
}


.sides .left-sides, .rigth-sides {
    background-color: #FFFFFF;
    height: auto
}

.lineh2 {
    line-height: 2em
}

.sides .left-sides {
    width: 23%;
    float: left;
}

.sides .rigth-sides {
    width: 75%;
    float: right;
}

.conferrnces-list {
    margin: 0 auto;
    padding: 0px;
    background-color: #fff;
    height: 280px;
}

.dflex {
    display: flex;
}

.prjminfo {
    background-color: #e3e3e3;
    padding: 8px 60px;
    cursor: pointer;
    font-weight: bold;
}

.tx {
    text-align: center
}

.more-details {
    display: inline-block;
    background-color: #1054A9;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    float: right
}

.sides .left-sides .prj h1 {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.sides .left-sides .prj .prjlist li {
    height: 100px;
    margin: 10px;
    box-shadow: 0px 1px 4px 0px rgba(191, 191, 191, 0.5);
    border-radius: 10px;
    overflow: hidden;
}
.sides .left-sides .prj .prjlist li:hover{
    background-color: #e3e3e3;
}

.sides .left-sides .prj .prjlist .cover {
    float: left;
    height: 100px;
    width: 69px;
}

.sides .left-sides .prj .prjlist h1 {
    text-align: left;
    font-weight: normal;
    font-size: 13px;

}

.sides .left-sides .prj .prjlist li img {
	height: 100px;
    width: 276px
}

.sides .left-sides .prj .prjminfo {
    text-align: center;
    background-color: #e3e3e3;
    padding: 5px;
    width: 120px;
}

.sides .articlelist li {
    height: auto;
    padding: 10px;
    line-height: 2em;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}

.articlelist li {
    height: 200px;
    line-height: 2em;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}
.articlelist li:hover {
    background-color: #f5f5f5;
    cursor: pointer
}
.sides .articlelist li:hover {
    background-color: #f5f5f5;
    cursor: pointer
}

.sides .articlelist li h1 {
    width: 100%;
    display: inline-block;
    line-height: 2em;
}

.conferrnces .conferrnces-m h1 {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px;
    height: 84px
}

.conferrnces .more-details {
    float: right;
    background-color: #1e8183;
    padding: 10px;
    color: #fff;
}

.conferrnces .confernces-img {
    display: inline-block;
    height: 140px;
    width: 100%;
}

.conferrnces .confernces-img img {
    height: 136px;
    width: 100%;
}

footer {
    background-color: #2e343b;
    height: 230px;
    margin: 0px auto;
    padding: 0px;
    margin-top: 20px;
}

.articlelist ul li span {
    display: inline-block;
    width: 100%;
}

footer a{
    color: #fff;
	/*font-size:12px*/
}

footer li{
    color: #fff;
	font-size:15px;
    height: 30px;
}
.show li{
    /*color: #fff;*/
    /*font-size:12px*/
}

footer ul {
    font-size: 14px;
    line-height: 2em;
}

footer .content {
    height: 230px;
}

footer .copyright {
    background-color: #707070;
    display: flex;
    /*height: 50px;*/
    line-height: 35px;
    color: #FFFFFF;
}

footer .copyright div {
    text-align: center
}

footer .content .main {
    color: #FFFFFF;
    padding: 20px;
	min-height:1px
}

footer .quicklinks, .followus, .database {
    float: left;
    width: 32%;
}

/**academicjournals**/
.academicjournals li {
    width: 100%;
    display: inline-table;
    height: 250px;
    background-color: #FFFFFF;

}

.academicjournals li:hover {
    background-color: #f5f5f5;
}

.academicjournals li .cover {
    display: inline-table;
    float: left;
    width: 15%
}


.academicjournals li .cover img {
    width: 180px;
    height: 230px;
}

.academicjournals .adj_left {
    display: inline-table;
    float: right;
    width: 82%;
    padding: 10px;
}

.academicjournals .adj_left span {
    display: inline-table;
    width: 100%
}

/**about**/
.about_articlelist .about_content a {
    color: #0033FF
}

.about_articlelist .about_title {
    font-size: 28px;
    line-height: 3em;
    display: inline-table;
    font-weight: bold;
}

.about_articlelist .about_content {
    padding: 14px;
    line-height: 2.5em;
    font-family: "times";
    text-align: justify;

}
.leg1{
    font-weight: bold!important;
}
/**digitallibrary**/
.digitallibrary .article li:hover {
    background-color: #f5f5f5;
}

.digitallibrary .article li {
    height: 200px;
    padding: 10px;
    line-height: 2em;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5
}

.digitallibrary .article ul li span {
    display: inline-block;
    width: 100%;
}

.search .searchBoot {
    display: inline-block;
    background-color: #1054A9;
    padding: 10px;
    color: #fff;
    cursor: pointer;
	border: 1px solid #1054A9;
    font-weight: bold;
}

.nav_menu .select{
	background: #fff;
    color: #1054A9;
}


.nav_menu .select::before{
    transform: translateX(-50%) scaleX(1); /* 鼠标悬停时展开 */
}
/**details**/
.details .academicjournals_details li {
    width: 100%;
    display: inline-table;
    height: 250px;
    background-color: #FFFFFF;
    padding: 20px;
}

.details .academicjournals_details li .cover {
    display: inline-table;
    float: left;
    width: 15%
}


.details .academicjournals_details li .cover img {
    width: 180px;
    height: 230px;
}

.details .academicjournals_details .adj_left {
    display: inline-table;
    float: right;
    width: 82%;
    padding: 10px;
    margin-top: -15px;
}

.details .academicjournals_details .adj_left span {
    display: inline-table;
    width: 100%
}
.myfn{
    font-size: 20px;
    font-weight: bold!important;
    font-family: Arial;
    line-height: 35px;
    height: 35px;
    padding-left: 10px;
    border-left: 8px solid #1054A9;
    margin-left: 3px;
}

.sn1
{
    font-family: "times";
    font-size: 13pt;
    font-weight: normal;
}
.sn2
{   font-family: "times";
    font-size: 12pt;
    text-align: justify;
    color: #4b5169;
}
.la1
{
    color: #4b5169;
}
.sn3 p
{
    color: #4b5169;
}
.sn3 p strong
{
    font-weight: bold;
    color: #0a0a0a;
}
.ip1:focus{
    border-style:solid;
    border-color: #03a9f4;
    box-shadow: 0 0 10px #03a9f4;
    outline:none;
}
.l1
{
    line-height: 2.5em;
}

.download{
    
    background: url(/static/images/icn-pdf.png) no-repeat;
    padding: 10px 0 10px 25px;
    background-position: left center;
}

/*.mp10 {
    padding: 10px;
}*/
