* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0 auto;
    font-family: Tahoma, Arial;
    background: #ffffff;
    color: #333;
}

a:link,
a:visited {
    text-decoration: none;
    color: #297ACC
}

a:hover {
    text-decoration: underline;
    color: #1E1EAE
}

img {
    border: 0
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.min-height {
    min-height: 600px
}

.ellipsis5 {
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box
}

.ellipsis2 {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.top {
    margin-top: 10px;

}

.red {
    color: red;
}

.l22 {
    line-height: 22px;
}

.nav_left {
    width: 140px;
    background: #F5F5F5;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.content-right {
    width: 830px;
}

.content-right-info {
    padding: 20px 40px;
    width: 780px;
}
.content-right-info img{
    max-width: 100%;
    display: inline-block;
}
.content-info {
    padding: 20px 40px;
}

.content-right-info p,
.content-info p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    text-align: justify;
}

.content-right-info .title,
.content-info .title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}

.content-right-info .title_sub {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.content-right-info .title_sub_info {
    color: red;
}

.nav_right {
    font-size: 16px;
    color: #31BDCC;
    margin-top: 20px;
    padding-left: 10px;
}

.nav_left div {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #E4E4E4;
    cursor: pointer;
}

.nav_left div:last-child {
    border-bottom: none;
}

.nav_left div.on {
    background: #31BDCC;
    color: #fff;
}

.content_div {
    -moz-box-shadow: 0px 0px 2px #ddd;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
    width: 750px;
    border: 1px solid #DDD;
    height: 180px;
    float: left;
    margin-top: 15px;
    border-radius: 5px;
    padding: 15px;
}
.content_div img{
    max-width: 100%;
    height: 100%;
}
.content_div .info {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: black;
    text-indent: 2em;
    cursor: pointer;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 100px;
}

.content_div .title {
    font-size: 16px;
    color: #31BDCC;
    line-height: 25px;
    height: 25px;
    padding-bottom: 3px;
    border-bottom: 1px solid #DDD
}

.content_div .co {
    width: 580px;
    margin-left: 30px;
}

.content_div .more {
    color: #31BDCC;
    font-size: 13px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

.content_div2 {
    width: 100%;
    /* float: left; */
    margin-top: 10px;
    padding: 10px;
}

.content_div2 li {
    font-size: 14px;
    color: #333;
    line-height: 50px;
    height: 50px;
    padding: 0px 20px 0px 20px;
}

.content_div2 li:nth-child(odd) {
    background: #f5f5f5;
}

.content_div2 li .fr {
    font-size: 14px;
}

.content_div2 li:hover {
    color: #31BDCC;
    border-left: 4px solid #31BDCC;
}

/*底部*/
.footer {
    background: #0269C8;
    text-align: center;
    color: #fff;
    font-size: 13px;
    width: 100%;
    line-height: 25px;
    padding: 20px 0 10px 0;
}

/*导航*/
.header {
    height: 40px;
    background: #01529C;
    margin: 10px 0px 0px;
    /* border-radius: 4px; */
    font-size: 15px;
    clear: both;
}

.header .on {
    background: #0269C8;
    opacity: 0.9;
}

.header .nav {
    width: 980px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    position: relative;
    z-index: 111;
}

.header .nav li {
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.header .nav li a {
    color: #fff;
    text-decoration: none;
}

.header .nav li .second-nav {
    width: 130px;
    display: none;
    position: relative;
}

.header .nav li .second-nav li {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #0269C8;

}

.header .nav li .second-nav li .third-nav {
    /*position: absolute;*/
    width: 150px;
    height: 200px;
    display: none;
    margin-left: 100%;
    margin-top: -40px;
}

/*首页*/
.home .title {
    border-bottom: 1px solid #979797;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.home .title2 {
    border-bottom: 2px solid #01529C;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.home .name {
    font-size: 18px;
    color:#01529C;
}

.home .more {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.experts_teacher {
    font-size: 17px;
    color: #31BDCC;
    line-height: 28px;
}

.researchs_title {
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    /* padding-left: 15px; */
    vertical-align: middle;
    color: #666;
}
.researchs_title>span{
    position: relative;
    top:-2px;
    margin-right: 6px;
}
/*分页*/
.pages {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 16px;
}

[data-url] {
    cursor: pointer;
}

/*轮播*/
.bx-prev {
    width: 12px;
    height: 26px;
    background: #f00;
    text-indent: -999999px;
    z-index: 999;
    position: absolute;
    float: left;
    left: 455px;
    top: 110px;
}

.bx-next {
    width: 12px;
    height: 26px;
    background: #f00;
    text-indent: -999999px;
    z-index: 999;
    position: absolute;
    top: 110px;
    left: -15px;
}

.info {
    margin-top: 20px;

}

.info ul li {
    background-color: #ffffff;
    list-style: none;
    float: left;
    width: 300px;
    border-radius: 2px;
    border: 2px solid #f5f5f5;
    margin: 0px 10px 15px 10px;
}

.botton {
    height: 150px;
    padding: 15px 15px 0px 15px;

}

.ltitleg {
    color: #999999;
    font-size: 13px;

}

.ltitleg2 {
    font-size: 13px;
}

.ltitle {
    margin: 10px 0px;
    font-size: 18px;
    font-weight: bold;
}

/*搜索框6*/
.search_form {
    position: relative;
    width: 280px;
    margin: 0 auto;
    margin-top: 40px;
}

.search_input,
search_button {
    border: none;
    outline: none;
}

.search_input {
    width: 100%;
    height: 42px;
    padding-left: 13px;
}

.search_button {
    height: 42px;
    width: 42px;
    cursor: pointer;
    position: absolute;
}

.bar6 input {
    border: 2px solid #3661CC;
    border-radius: 5px;
    background: transparent;
    top: 0;
    right: 0;
}

.bar6 button {
    background: #3661CC;
    border-radius: 0 5px 5px 0;
    width: 60px;
    top: 0;
    right: 0;
}

.bar6 button:before {
    content: "搜索";
    font-size: 13px;
    color: #F9F0DA;
}

.finput {
    width: 400px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.finput::placeholder {
    color: #666666;
}

.ftable tr {
    margin-top: 80px;
}

.brand {
    width: 200px;
    float: left;
    margin-left: 30px;
    border: 2px solid #f5f5f5;
}

.brand img {
    width: 170px;
    height: 125px;
    margin-top: 30px;
}

.btitle {
    font-size: 17px;
    font-weight: bold;
    margin: 30px 0px 30px;
}