@charset "utf-8";

/*将ul li横向排放*/
.myulli {
    background-color: #7a418f;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 27px;
    color: #ffffff;
    letter-spacing: 30px;
}

.myulli ul {
    list-style: none; /*取消ul li样式*/
}

.myulli ul > li:first-child { /*第一li的样式*/
    float: left;
    font-size: 20px;
}

.myulli ul > li:last-child { /*最后一个li的样式*/
    text-align: center;
    font-size: 20px;
}

.mylogo1 form div { /*第一li的样式*/
    width: 300px;
    margin-left: 150px;
    margin-bottom: 20px;
}

.mylogo1 form > div:first-child { /*第一li的样式*/
    margin-bottom: 20px;
}

.mylogo2 > p {
    margin-top: 108px;
}

/****/
.myNav7 > div {
    width: 20%;
    display: block;
    margin: 10px 0px;
    float: left;
    text-align: center;
    height: 45px;
    padding: 10px 0px;
    /* 	background-color:#eee; */
}

.myNav7 > div > a {
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mymenu1 > a {
    color: #7a418f !important;
}

/***/
/********/
/*.myNav7:导航外间距*/
.myNav7 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

/*.myNav7:导航样式*/
.myNav7 > .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    /*     color: #fff;
        background-color: #7a418f; */
    color: #7a418f;
    background-color: white;
}

.myNav7 > .nav-pills > li.active > a:hover {
    background-color: #eee;
}

/*.myNav7:导航样式*/
.myNav7 > .nav-pills > li > a {
    border-radius: 0px; /*方角*/
}

/*.myNav7:导航样式*/
.myNav7 > .nav > li > a {
    color: #363636;
}

/*导航字体*/
.myNav7 > ul > li > a {
    font-size: 18px;
}

/*.mydivHightWidth8:hight与width*/
.mydivHightWidth8 {
    min-height: 370px;
}

/*随轮播变化的焦点的样式*/
.carousel-indicators li {
    border: 1px solid #ffa3e6;

}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #ffa3e6;

}

/*.myLunBoTuStyle9 img:轮播图片样式*/
.myLunBoTuStyle9 img {
    /*width:500px;*/
    width: 50%;
    height: 390px;
}

/*.myLunBoTuCeng9:轮播图片上层的期刊名称与文献标题透明样式*/
.myLunBoTuCeng9 {
    bottom: 0px;
    width: 100%;
    position: absolute;
    background-color: #8C8C8C;
    max-height: 190px;
    height: 120px;
    color: #FFF;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    display: none;
    border-left-width: 50px;
    border-left-style: solid;
    border-left-color: rgb(115, 227, 254);
    padding: 10px;
}

/*.mypcolor1:轮播图片上层的期刊名称与文献标题透明三类p元素中的颜色*/
.mypcolor1 {
    color: #ffff00;
    font-weight: bold;
}

.mypcolor2 {
    color: #73e3fe;
}

.mypcolor3 {
    color: #ffffff;
}

/*.myLunBoTuCeng9 a:轮播图片上层的More按钮位置*/
.myLunBoTuCeng9 a {
    float: right;
}

/*轮播样式:开始*/
/*除去fourpage中左右箭头处的阴影特效,可以将此注释掉查看.*/
.carousel-control.left {
    left: 0%;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    width: 10%; /*轮播热点宽度(除了点录播的箭头点击此部分也可以轮播)*/
}

.carousel-control.right {
    right: 0%;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0) 100%);
    background-repeat: repeat-x;
    width: 10%;
}

/*将图片左右滑动的箭头位置外移动这样不会覆盖在图片上*/
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    /*     left: 3%; */
    color: #7a418f;
    display: none;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    /*     right:20%; */
    color: #7a418f;
    display: none;
}

/*轮播样式:结束*/
/*.mypublication10:期刊封面样式*/
.mypublication10 {
    position: relative;
    background-color: #7a418f;
    max-height: 150px;
    padding-left: 0px;
    padding-right: 0px;
    /*padding: auto 0px auto 0px ;*/
}

/*随轮播变化期刊上面移动黄线标识*/
.myjquery {
    border-top: 2px solid yellow;
}

.mypublication10 > div {
    padding-top: 3px;
    padding-bottom: 3px;
}

/*.mySpanWidthFloat10 :期刊封面图片span的width与float*/
.mySpanWidthFloat10 {
    width: 33%;
    float: left;
    /*margin-right: 0px;*/
    /*padding-right: 0px;*/
    /*background-color: red;*/

}

/*.mySpanWidthFloat10 a:期刊封面图片的样式*/
.mySpanWidthFloat10 img {
    width: 90px;
    height: 125px;
    margin-right: 0px;
    padding-right: 0px;

}

/*.mySpanWidthFloat11 :期刊封面文字span的width与float*/
.mySpanWidthFloat11 {
    width: 60%;
    float: right;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;

}

/*.mySpanWidthFloat11 > a :期刊封面文字链接颜色*/
.mySpanWidthFloat11 > a {
    color: whitesmoke;
}

/*最新版*/
.mylat {
    background-color: rgb(62, 188, 213);
    color: white;
    height: 100px;
    padding-top: 20px;
    text-align: center;
"
}

.mypx {
    padding: 10px 0px 10px 0px;
}

.mypx a {
    color: #7a418f;
}

#mydiv1 {
    display: block;
}

