/**
  * @file:home
  * @author:liyacheng
  * @update:2017-07-20
  */


/*home-title*/

.home-title {
    height: 50px;
    padding-left: 30px;
    background-color: #eee;
    line-height: 50px;
}

.home-title__inner {
    display: inline-block;
    padding-left: 40px;
    color: #0068b7;
}

.home-title--notices,
.home-title--contact {
    padding-left: 18px;
    line-height: 28px;
    padding-top: 14px;
}

.home-title--notices {
    color: #0068b7;
}

.home-title--contact {
    color: #c0392b;
}

.home-title__inner--notices {
    padding-left: 36px;
}

.home-title__inner:before,
.home-title__inner--notices:before {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/icon-home_1.png) no-repeat;
}

.home-title__inner:before {
    width: 34px;
    height: 34px;
    margin-left: -40px;
    margin-top: 9px;
}

.home-title__inner--notices:before {
    width: 28px;
    height: 28px;
    margin-left: -36px;
    margin-top: 2px;
}

.home-title__inner--1:before {
    background-position: 0 0;
}

.home-title__inner--2:before {
    background-position: -55px 0;
}

.home-title__inner--3:before {
    background-position: 0 -51px;
}

.home-title__inner--4:before {
    background-position: -55px -48px;
}

.home-title__inner--5:before {
    background-position: 0 -99px;
}

.home-title__inner--6:before {
    background-position: -55px -98px;
}

.home-title__inner--7:before {
    background-position: -112px -50px;
}

.home-title__inner--8:before {
    background-position: -112px -102px;
}

.home-title__inner--9:before {
    background-position: 0 -148px;
}

.home-title__inner--10:before {
    background-position: -55px -146px;
}

.home-title__inner--11:before {
    background-position: 0 -204px;
}

.home-title__inner--12:before {
    background-position: -55px -204px;
}


/*home-more*/

.home-more {
    padding: 0 10px;
    font-weight: 500;
}

.home-more i {
    position: relative;
    margin-left: 5px;
    top: 2px;
}

.home-more--brief {
    position: absolute;
    display: block;
    margin-left: 412px;
    margin-top: 270px;
    background-color: #fff;
    padding: 5px;
}

.home-more,
.home-more--brief {
    color: #333;
}

.home-more:hover,
.home-more--brief:hover {
    color: #ffae67;
}


/*===板块一===*/


/*home-pictureList*/

.home-pictureList {
    width: 685px;
    height: 368px;
}

#home_slider_wrapper {
    position: relative;
    width: 685px;
    height: 368px;
}

#home_slider_banner {
    position: relative;
    width: 685px;
    height: 368px;
    overflow: hidden;
}

.home_slider_imgList {
    position: relative;
    width: 6850px;
    height: 368px;
    z-index: 10;
    overflow: hidden;
}

.home_slider_imgList li {
    float: left;
    display: inline;
}

.home_slider_imgList li img {
    display: block;
}

#home_slider_prev,
#home_slider_next {
    position: absolute;
    top: 80px;
    z-index: 20;
    cursor: pointer;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#home_slider_prev {
    left: 10px;
}

#home_slider_next {
    right: 10px;
}

#home_slider_prev:hover,
#home_slider_next:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.home_slider_bg {
    position: absolute;
    bottom: 0;
    width: 685px;
    height: 56px;
    z-index: 20;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.home_slider_infoList {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 30;
    line-height: 36px;
}

.home_slider_infoList li {
    display: none;
}

.home_slider_infoList .home_slider_infoOn {
    display: inline;
    color: white;
}

.home_slider_indexList {
    position: absolute;
    right: 10px;
    bottom: 17px;
    z-index: 30;
}

.home_slider_indexList li {
    float: left;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.home_slider_indexList .home_slider_indexOn {
    background-color: #ff7803;
}


/*home-news-first*/

.home-news-first {
    width: 505px;
    height: 368px;
    padding: 10px 20px;
    background-color: #fff;
    overflow: hidden;
}

.home-search {
    width: 100%;
    height: 40px;
}

.home-search__inner {
    width: 363px;
    height: 40px;
    border: 1px solid #bfbfbf;
    border-right: 0;
    padding: 6px;
    line-height: 26px;
}

.home-search__btn {
    width: 102px;
    height: 40px;
    border: none;
    line-height: 40px;
    background-color: #f5652a;
    color: #fff;
    font-size: 30px;
}

.home-top-news__title {
    margin-top: 17px;
    margin-bottom: 5px;
    line-height: 40px;
    color: #c1382f;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-top-news__brief {
    /* max-height: 183px;*/
    color: #333;
    line-height: 36px;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
}


/*===板块一结束===*/


/*===版块二、三、四===*/

.home-news__wrap {
    width: 599px;
    padding: 4px;
    margin-top: 10px;
    background: #fff;
}

.home-news__wrap+.home-news__wrap {
    margin-left: 2px;
}

.home-news__first {
    height: 55px;
    padding: 0 30px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    line-height: 54px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-news__first a {
    color: #333;
}

.home-news__first a:hover {
    color: #c0392b;
}


/*home-news__list*/

.home-news__list {
    width: 100%;
    padding: 12px 20px;
    overflow: hidden;
}

.home-news__list--first {
    height: 212px;
}

.home-news__list--second,
.home-news__list--third {
    padding-top: 16px;
    height: 192px;
}

.home-news__list--notice {
    padding: 9px 20px;
    height: 209px;
}

.home-news__list>li {
    height: 32px;
    padding-left: 16px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-news__list>li:before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    margin-left: -16px;
    margin-top: 12px;
    background-color: #bfbfbf;
    border-radius: 50%;
}

.home-news__list>li>a {
    color: #252525;
}

.home-news__list>li>a:hover {
    color: #c0392b;
}

.home-news__list--third>li {
    width: 46%;
    float: left;
}

.home-news__list--third>li:nth-child(2n) {
    margin-left: 8%;
}


/*home-ad*/

.home-ad {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.home-ad--full {
    height: 116px;
}

.home-ad--full img {
    width: 100%;
}

.home-ad--half {
    height: 106px;
}

.home-ad--half img {
    width: 599px;
}


/*home-double-list*/

.home-double-list__wrap {
    width: 894px;
    margin-right: 8px;
}

.home-double-list {
    padding: 4px;
    margin-top: 10px;
    background: #fff;
}

.home-shortcut__wrap {
    width: 298px;
}

.home-shortcut__item {
    display: block;
    width: 145px;
    height: 145px;
    background-color: #078aed;
    text-align: center;
}


/*
.home-shortcut__item:first-child{
    padding-top: 22px;
}*/

.home-shortcut__item p {
    color: #fff;
}

.home-shortcut__sub-item {
    display: block;
    height: 70px;
    padding: 8px;
}

.home-shortcut__sub-item+.home-shortcut__sub-item {
    height: 75px;
    border-top: 5px solid #eee;
}

.home-shortcut__sub-item img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 3px;
}

.home-contact {
    width: 100%;
    height: 208px;
    margin: 8px 0;
    background-color: #fff;
    overflow: hidden;
}

.home-notices {
    width: 100%;
    background: #fff;
}

.home-contact__text {
    padding: 10px 20px;
    line-height: 36px;
}


/*tab*/

.home-nav-tab {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.home-nav-tab__item {
    width: 25%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #252525;
    font-weight: 700;
    cursor: pointer;
}

.home-nav-tab__item:hover {
    background: #ebebeb;
}

.home-nav-tab--study .home-nav-tab__item {
    width: 33.333%;
}

.home-nav-tab__item--active {
    background: #ebebeb;
    color: #c0392b;
}

.home-tab__db,
.home-tab__panel {
    width: 100%;
}

.home-tab__panel {
    display: none;
    padding: 10px 0;
}

.home-tab__panel--active {
    display: block;
}


/*home-interaction*/

.home-interaction,
.home-video {
    height: 226px;
}

.home-interaction {
    padding: 38px 106px 0;
}

.home-interaction a {
    display: block;
    width: 131px;
    height: 180px;
}

.home-interaction a img {
    display: block;
    width: 131px;
    height: 131px;
}

.home-interaction a h4 {
    margin-top: 6px;
    line-height: 40px;
    color: #0068b7;
    text-align: center;
}

.home-interaction a:hover h4 {
    color: #f0ad4e;
}


/*home-video*/

.home-video {
    padding: 26px 30px;
}

.home-video__img {
    width: 264px;
    height: 182px;
    overflow: hidden;
}

.home-video__img img {
    width: 264px;
    height: 182px;
}

.home-video__con {
    width: 250px;
}

.home-video__title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-video__title a {
    color: #252525;
}

.home-video__title a:hover {
    color: #c0392b;
}

.home-video__brief {
    margin-top: 10px;
    height: 120px;
    overflow: hidden;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}


/*home-picture*/

.home-picture__wrap {
    width: 100%;
    height: 232px;
    padding: 24px 20px;
    background: #fff;
}

.home-picture__slider {
    width: 100%;
    height: 184px;
    overflow: hidden;
}

.home-picture__content {
    width: 100%;
}

.home-picture__list {
    width: 1084px;
    float: left;
    overflow: hidden;
    margin-left: 36px;
}

.home-picture__content ul {
    width: 16000px;
    overflow: hidden;
}

.home-picture__content ul li {
    width: 268px;
    height: 184px;
    float: left;
    display: inline;
    text-align: center;
    background: url(../images/img-home_imgbg.png) center bottom no-repeat;
}

.home-picture__content ul li+li {
    margin-left: 4px;
}

.home-picture__btn--prev,
.home-picture__btn--next {
    position: absolute;
    width: 26px;
    height: 42px;
    cursor: pointer;
    margin-top: 71px;
}

.home-picture__btn--prev {
    background: url(../images/icon-home_1.png) no-repeat scroll -172px -49px;
}

.home-picture__btn--prev:hover {
    background-position: -172px -100px;
}

.home-picture__btn--next:hover {
    background-position: -206px -100px;
}

.home-picture__btn--next {
    background: url(../images/icon-home_1.png) no-repeat scroll -206px -49px;
    margin-left: 1132px;
}

.home-picture__list img {
    width: 268px;
    height: 184px;
}


/*home-link*/

.home-link__wrap {
    width: 100%;
    min-height: 170px;
    padding: 15px 36px 16px;
    background: #fff;
}

.home-link__wrap .home-nav-tab {
    height: 36px;
    border-top: 0;
    border-bottom-color: #0068b7;
    border-bottom-width: 2px;
}

.home-link__wrap .home-nav-tab__item {
    width: auto;
    height: 37px;
    margin-right: 45px;
    line-height: 32px;
    font-weight: 500;
}

.home-link__wrap .home-nav-tab__item--active {
    border-bottom: 4px solid #0068b7;
    background: transparent;
    color: #0068b7;
}

.home-link__item {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    line-height: 30px;
    color: #1e4b8f;
    word-break: keep-all;
}

.home-link__item:hover {
    color: #c0392b;
}