@charset "utf-8";
html{font-size:14px;}
body {
    color: #333;
    font-family: "Î¢ÈíÑÅºÚ", Helvetica, "ºÚÌå", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    font-size="62.5%";
}

.img-hide {
    overflow: hidden;
}

.img-hide img {
    transition: 0.5s all;
}

.img-hide:hover img {
    transform: scale(1.1, 1.1);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 90px;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

.container {
    width: 1400px;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #0982f0;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}
.left-width-l p{margin-bottom:20px}
.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.dh li:nth-child(2) {
    animation-delay: 0.2s;
}

.dh li:nth-child(3) {
    animation-delay: 0.4s;
}

.dh li:nth-child(4) {
    animation-delay: 0.6s;
}

.dh li:nth-child(5) {
    animation-delay: 0.8s;
}

.dh li:nth-child(6) {
    animation-delay: 1s;
}

.dh li:nth-child(7) {
    animation-delay: 1.2s;
}

.dh li:nth-child(8) {
    animation-delay: 1.4s;
}

.dh li:nth-child(9) {
    animation-delay: 1.4s;
}

.dh li:nth-child(10) {
    animation-delay: 1.4s;
}

.dh li:nth-child(11) {
    animation-delay: 1.4s;
}

.dh li:nth-child(12) {
    animation-delay: 1.4s;
}

.dh li:nth-child(13) {
    animation-delay: 1.4s;
}

.dh li:nth-child(14) {
    animation-delay: 1.4s;
}

.dh li:nth-child(15) {
    animation-delay: 1.4s;
}

.dh li:nth-child(16) {
    animation-delay: 1.4s;
}

.dh li:nth-child(17) {
    animation-delay: 1.4s;
}

.dh li:nth-child(18) {
    animation-delay: 1.4s;
}

.dh li:nth-child(19) {
    animation-delay: 1.4s;
}

.dh li:nth-child(20) {
    animation-delay: 1.4s;
}

.logo {
    margin: 3rem 0;
}

.logo-box {
    background: url(/bwc/img/bg.jpg) center no-repeat;
}

.search-box {
    position: relative;
    width: 260px;
    height: 30px;
    margin-top: 40px;
}

.search-box .form-control {
    height: 30px;
    padding-right: 45px;
    color: #fff;
    border-radius: 30px;
    box-shadow: none;
    border: solid 1px #fff;
    background: none;
}

.btn-ss {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 16px;
    border: none;
    box-shadow: none;
}

.search-box .form-control::-webkit-input-placeholder {
    color: #fff !important;
}

.search-box .form-control::-moz-input-placeholder {
    color: #fff !important;
}

.search-box .form-control::-ms-input-placeholder {
    color: #fff !important;
}

.nav-box {
    z-index: 1000000;
    position: relative;
    background: #f4f4f4;
}

.nav-list li {
    float: left;
    width: 12.28%;
    text-align: center;
    position: relative;
}

.nav-list li a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #333;
}

.nav-list li a:hover {
    background: #0879e0;
    color: #fff;
}

.nav-down {
    position: absolute;
    display: none;
    z-index: 100000;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
}

.nav-down li {
    float: none;
    width: 100%;
}

.nav-list li:hover {
    background: #0879e0;
}

.nav-list li:hover a {
    color: #fff;
}

.nav-down li a {
    line-height: 2.5rem;
    font-size: 1.3rem;
    color: #fff !important;
    background: #0162ba;
    border-bottom: 1px solid #469be8;
}

.nav-down li a:hover {
    background: #0879e0;
    color: #fff !important;
    border-bottom: 1px solid #469be8;
}

.nav-list li:hover .nav-down {
    display: block;
}

.nav-click {
    display: none;
}

.swiper-box img {
    width: 100%;
}

.banner-box {
    overflow: hidden;
    position: relative;
}

.banner-box .slick a {
    display: block;
    position: relative;
}

.banner-box .slick img {
    margin: 0 auto;
    width: 100%;
}

.banner-box .slick a span {
    position: absolute;
    z-index: 100;
    left: 50%;
    width: 1400px;
    color: #fff;
    bottom: 0;
    margin-left: -700px;
    font-size: 16px;
    line-height: 50px;
}

.slick-dots {
    bottom: 16px;
    z-index: 1000;
}

.slick-dots li {
    width: 40px;
    height: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}

.slick-dots li.slick-active {
    background: #0879e0;
}

.slick-dots li button {
    opacity: 0;
}

.left-width {
    width: 62.5%;
}

.title {
    position: relative;
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    margin-top: 3rem;
    font-weight: bold;border-bottom: 1px solid #d9d9d9;
}

/* .title:before{ display: block; content: ""; position: absolute; left: 0; bottom: -2px; height:2px; background: #0982f0; width: 100px;  } */
.title span {
    color: #0879e0;
    border-bottom: 2px solid #0879e0;
    padding-bottom: 8px;
}

.title a {
    font-size: 1.1rem;
    color: #888;
    font-weight: normal;
}

.title img {
    position: absolute;
    left: -54px;
    bottom: 0;
}







.title01 {
    position: relative;
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    margin-top: 3rem;
    font-weight: bold;border-bottom: 1px solid #8fc2f1;
}

/* .title01:before{ display: block; content: ""; position: absolute; left: 0; bottom: -2px; height:2px; background: #0982f0; width: 100px;  } */
.title01 span {
    color: #0879e0;
    border-bottom: 2px solid #0879e0;
    padding-bottom: 8px;
}

.title01 a {
    font-size: 1.1rem;
    color: #888;
    font-weight: normal;
}

.title01 img {
    position: absolute;
    left: -54px;
    bottom: 0;
}












.swiper-box {
    position: relative;
    display: block;
}

.swiper-box span {
    font-size: 1.5rem;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 42px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0 100px 0 15px;
}

.swiper-container .pagination {
    position: absolute;
    right: 10px;
    bottom: 0px;
    margin-bottom: 15px;
    left: auto;
    width: auto;
}

.swiper-container .pagination .swiper-pagination-switch {
    background: #fff;
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin-left: 5px;
    border: solid 1px #fff;
    border-radius: 50%;
}

.swiper-wrapper {
    height: auto;
}

.swiper-container .pagination .swiper-active-switch {
    background: #1d79d1;
}

.link-img {
    margin-top: 30px;
}

.over-box {
    overflow: hidden;
}

.slick-left {
    width: 100%;
}

.slick-left img {
    width: 100%;
    height: 270px;
}

.slick-tt {
    text-align: center;
    padding: 14px 20px 0 20px;
    font-size: 14px;
    color: #464545;
}

.list-ul li {
    line-height: 42px;
    padding-right: 128px;
    position: relative;
}

.list-ul li a {
    font-size: 15px;
    color: #333;
    padding-left: 18px;
}

.left-width-l {
    width: 100%;
    position: relative;
}

.left-width-l .arrow-left {
    position: absolute;
    z-index: 1000000;
    margin: 0;
    top: 50%;
    left: 5%;
    margin-top: -40px;
    width: 40px;
    height: 70px;
    background: url(/bwc/img/left.png) center no-repeat;
    text-indent: -9999px;
}

.left-width-l .arrow-right {
    position: absolute;
    z-index: 1000000;
    top: 50%;
    right: 5%;
    margin-top: -40px;
    width: 40px;
    height: 70px;
    background: url(/bwc/img/right.png) center no-repeat;
    text-indent: -9999px;
}

.list-ul {
    width: 49%;
    margin-top: -13px;
}

.list-ul li span {
    position: absolute;
    right: 0;
    top: 0;
}

.right-width-r {
    width: 34.6%;
}

.list-ul-lg {
    width: 100%;
}

.left-width-b {
    width: 48.5%;
}

.over-box {
    overflow: hidden;
}

.col-xs-5,
.col-xs-7,
.col-xs-4,
.col-xs-6,
.col-xs-2,col-md-6 col-sm-6 col-xs-12 {
    padding: 0 25px;
}

.row {
    margin: 0 -25px;
    padding-bottom: 25px;
}

.friends-back {
    background: #f2f2f2;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.friends-list li {
    float: left;
    margin-left: 40px;
    margin-top: 10px;
}

.friends-list li a {
    font-size: 15px;
    color: #333;
}

.footer {
    background: #0982f0;
    padding: 35px 0 25px 0;
    color: #fff;
}

.tz-list li {
    height: 4.5rem;
    position: relative;
    margin-bottom: 1.3rem;
}

.tz-date {
    position: absolute;
    left: 0;
    text-align: center;
    border-right: solid 1px #cbcbcb;
    color: #333;
    font-size: 1.1rem;
    height: 4.1rem;
    padding-right: 10px;    margin-top: 0.23rem;
}

.tz-date span {
    display: block;
    /* margin-bottom: 10px; */
    font-size: 1.5rem;
    color: #0879e0;
}

.tz-list li a {
    font-size:16px;
    color: #333;
    overflow: hidden; 
}

.txt-elise img {
    padding-left: 5px;
}

.tz-list-p {
    font-size: 1rem;
    color: #999;
    margin-top: 10px;
    line-height: 25px;
    padding-left: 90px;
}

.tz-list li:last-child {
    border: none;
}

.list-ul li a:hover,
.tz-list li a:hover,
.title a:hover,
.friends-list li a:hover {
    color: #0982f0;
}

.slick {
    margin: 0;
    overflow: hidden;
}

/*  */
.bg {
    background: url(/bwc/img/bg1.png) center;
    background-size: 100%;
}

.tz-list1 li {
    height: 6rem;
    padding-top: 10px;
    position: relative;
    padding-left: 75px;
}

.tz-date1 {
    position: absolute;
    left: 0;
    width: 60px;
    text-align: center;
    bottom: 17px;
    border: solid 1px #0982f0;
    font-size: 1.5rem;
    color: #0879e0;
    background: #fff;
    bottom: 10%;
}

.tz-date1 span {
    display: block;
    font-size: 1rem;
    color: #fff;
    background: #0879e0;
    line-height: 2.5rem;
}

.tz-list1 li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
}

.list-ul li a:hover,
.tz-list1 li a:hover,
.title a:hover,
.friends-list li a:hover {
    color: #0879e0;
}

/*sizheng  */
.left {
    width: 50%;
    padding: 0 15px;
}

.middle {
    width: 50%;
    padding: 0 15px;
}

.right {
    width: 21%;
    padding: 0 15px;
}

.tz-list2 li {
    position: relative;
    padding: 0 0 2rem 80px;
    margin: 2rem 0;
    border-bottom: 1px dashed #d5d5d5;
    /* height: 5rem; */
}

.tz-date2 {
    position: absolute;
    left: 0;
}

.tz-date2 .dates {
    display: block;
    font-size: 1.5rem;
    color: #0879e0;
}

.tz-date2 .mouth {
    position: absolute;
    right: -130%;
    font-size: 1rem;
    color: #666;
    top: 40%;
}

.tz-date2 img {
    position: absolute;
    top: 20%;
    left: 80%;
}

.tz-list2 li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    /* white-space: normal; */
}

.list-ul li a:hover,
.tz-list2 li a:hover,
.title a:hover,
.friends-list li a:hover,
.admic a:hover,
.tz-list3 li a:hover,.link a:hover {
    color: #0879e0;
}

/* admic */
.admic .pic {
    position: relative;
}

.admic .pic img {
    width: 100%;
    margin: auto;
}

.admic .pic span {
    background: url(/bwc/img/datebg.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px;
}

.admic>a {
    font-size: 1.3rem;
    line-height: 30px;
    padding: 5px 0;
    display: inline-block;
}

.admic p {
    font-size: 1.3rem;
    color: #666;
    padding-left: 25px;
    margin: 0;
    line-height: 30px;
}

.admic .ico1 {
    background: url(/bwc/img/video.jpg) no-repeat left center;
}

.admic .ico2 {
    background: url(/bwc/img/adress.jpg) no-repeat left center;
}

.admic .ico3 {
    background: url(/bwc/img/time.jpg) no-repeat left center;
}

/* phone */
.phead {
    background: #117cb9;
    margin-top: 25px;
    padding: 1rem 0.8rem;
}

.dline {
    font-size: 2rem;
    color: #0879e0;
    background: url(/bwc/img/sline.png) no-repeat center;
    text-align: center;
    padding: 0.5rem 0;
    margin: 0;
}

.phone,
.psd,
.number {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    padding-left: 15px;
}

.psd,
.number {
    color: #999;
}

.number {
    width: 65%;
    margin-right: 0.5rem;
    padding-left: 5px;
    font-size: 1rem;
    float: left;
}

.butn {
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    border: 0;
    background: #61adf1;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin-top: 5px;
    border-radius: 5px;
}

/*  */
.bg2 {
    background: #f4f4f4;
}

.tz-list3 li {
    line-height: 3rem;
    background: url(/bwc/img/ico.png) no-repeat left center;
    padding-left: 15px;
}

.tz-list3 li a {
    font-size: 1.143rem;
}

.dates {
    font-size: 1.2rem;
    color: #666;
    float: right;
}
.link{line-height:3rem;float: left;padding-right: 35px;}
.link a{font-size:16px;}
/*  */
.fot-img img {
    padding: 10px 0;
}

.foot {
    width: 100%;
    padding-bottom: 15px;
    background: #0879e0;
    padding-top: 15px;
}

.foot p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    text-align: center;
    margin: 0;
}



/* list */
.left-width {
    width: 280px;
    margin-top: 35px;
}

.left-width-tt {
    background: #0879e0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
}

.left-nav-list li a {
    display: block;
    position: relative;
    line-height: 47px;
    border-top: solid 1px #fff;
    font-size: 16px;
    color: #333;
    background: #eef0ef;
}

.left-nav-list li a:hover,
.left-nav-list li.active a {
    background: #a9d6f6;
    color: #0879e0;
}

.left-nav-list li a:hover:before,
.left-nav-list li.active a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #0879e0;
}

.nav-b {
    color: #333;
    margin-bottom: 25px;
    border-bottom: solid 1px #d9d9d9;
    padding: 10px 0;
    padding-left: 25px;
    background: url(/bwc/img/icon-b.png) left center no-repeat;
}

.nav-b a {
    color: #333;
}

.right-width {
    width: 1080px;
    margin-top: 30px;
    min-height: 500px;
}

.List-ul li {
    line-height: 35px;
    position: relative;
    padding-right: 100px;
}

.List-ul li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.List-ul li a {
    padding-left: 20px;
    font-size: 15px;
    color: #333;
    position: relative;
    background: url(/bwc/img/ico.png) left center no-repeat;
}

/* .List-ul li a:before{ display: block; content: ""; position: absolute; left: 0; top: 50%; margin-top: -2px;  border-radius: 50%; width: 4px; height: 4px; background: #c68148; } */
.page-box .Pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination li a {
    margin: 0 3px;
    border-radius: 0 !important;
    color: #333;
    background: none;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 23px;
}

/* .pagination >.active >a,.pagination li a:hover, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ background: #dc9561; border-color: #dc9561; color: #fff; } */
.page-box {
    padding: 30px 0 0 0;
    display: inline-block;
}

.page-l {
    line-height: 25px;
    margin-right: 5px;
    margin-left: 15px;
}

.page-input {
    width: 40px;
    box-shadow: none;
    border-radius: 0;
    background: none;
    height: 25px;
}

.page-l-l {
    margin-left: 10px;
}

.page-number {
    height: 25px;
    line-height: 23px;
    border: solid 1px #ddd;
    padding: 0 5px;
    margin-left: 5px;
}

.page-r {
    margin: 20px 0;
}

.nav-click {
    display: none;
}

.List-ul li a:hover,
.nav-b a:hover,
.img-list-bottom p:hover {
    color: #0982f0;
}


/* jianjie */

.article-tt {
    font-size: 20px;
    color: #333;
    margin: 40px 0;
}

.article-date {
    background: #f3f3f3;
    padding: 15px 0;
    color: #666;
    position: relative;
    z-index: 10;
}

.article-date > span {
    padding: 0 20px;
}

.article-p p {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    text-align: justify;
}

.article-p {
    padding: 60px 0;
}

.article-a p a {
    font-size: 15px;
    color: #333;
}

.article-a {
    padding-bottom: 20px;
}

.about-p {
    padding: 10px 0;
}

/**********piclist**********/
.img-list li {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.img-list {
    margin: 0 -15px;
    padding-top: 10px;
}

.img-list-img img {
    width: 100%;
}

.img-list-bottom {
    background: #f4f4f4;
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.img-list-bottom p {
    margin: 0;
    overflow: hidden;
}

.pagination>li>a,
.pagination>li>span {
    margin: 0 3px;
    border-radius: 0 !important;
    color: #888;
}

.pagination>li>a:hover,
.pagination>li.active>a,
.pagination>li.active>a:hover,
.pagination>li.active>a:focus {
    background: #005da5;
    border-color: #005da5;
    color: #fff;
}


@media(max-width: 1499px) {
.left-width-l p{margin-bottom: 6px;}
   html{font-size:10px;}
    .container {
        width: 1200px;
    }

    .right-width {
        width: 850px;
    }
    .nav-list li a {
    /* line-height: 2.5rem; */
}
.tz-list li {
    height: 4rem;  
}
.tz-date {
    height: 3.5rem;  
}
.tz-list-p {
    margin-top: 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tz-list3 li {
    line-height: 3.2rem;
}
}
@media(max-width: 1279px) {
    .container {
        width: 970px;
    }

    .right-width {
        width: 630px;
    }

    .left-width-l .arrow-left {
        position: absolute;
        z-index: 1000000;
        margin: 0;
        top: 50%;
        left: 5%;
        margin-top: -40px;
        width: 40px;
        height: 70px;
        background: url(/bwc/img/left.png) center no-repeat;
        text-indent: -9999px;
    }

    .left-width-l .arrow-right {
        position: absolute;
        z-index: 1000000;
        top: 50%;
        right: 5%;
        margin-top: -40px;
        width: 40px;
        height: 70px;
        background: url(/bwc/img/right.png) center no-repeat;
        text-indent: -9999px;
    }

    .tz-list li a {
        font-size: 18px;
    }

    .tz-list .tz-list-p {
        color: 16px;
    }
}

@media(max-width: 1024px) {
    body {
        font-size: 16px;
    }

    .container {
        width: 100%;
    }

    .nav-list {
        position: absolute;
        display: none;
        z-index: 10000000;
        border-top: solid 1px #ddd;
        left: 0;
        top: 100%;
        right: 0;
        box-shadow: 1px 2px 3px #ddd;
        background: #fff;
    }

    .nav-list li {
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        line-height: 40px;
    }

    .nav-list li a {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    .nav-list li:hover .nav-down {
        display: none;
    }

    .nav-list li:hover {
        background: #0879e0;
    }

    .nav-list li:hover a {
        color: #fff;
    }

    .nav-down {
        display: none;
        position: static;
    }

    .menu-button {
        display: block;
    }

    .nav-click {
        display: block;
        transition: 0.3s all;
        z-index: 10000;
        position: absolute;
        color: #333;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .nav-click.active {
        transform: rotate(180deg);
    }

    .search-box {
        margin: 15px auto;
        float: none !important;
    }

    .nav-box {
        position: relative;
        height: 50px;
    }

    .logo img {
        width: 80%;
    }

    .logo {
        width: 100%;
        text-align: center;
        float: none !important;
        margin: 30px 0;
    }

    .col-xs-5,
    .col-xs-7,
    .col-xs-4,
    .col-xs-6,
    .col-xs-2 {
        width: 100%;
    }

    .swiper-box span {
        font-size: 16px;
    }

    .left-width-l {
        width: 100%;
        margin-bottom: 25px;
        padding: 0;
    }

    .left-width-l .arrow-left {
        position: absolute;
        z-index: 1000000;
        margin: 0;
        top: 50%;
        left: 5%;
        margin-top: -40px;
        width: 40px;
        height: 70px;
        background: url(/bwc/img/left.png) center no-repeat;
        text-indent: -9999px;
    }

    .left-width-l .arrow-right {
        position: absolute;
        z-index: 1000000;
        top: 50%;
        right: 5%;
        margin-top: -40px;
        width: 40px;
        height: 70px;
        background: url(/bwc/img/right.png) center no-repeat;
        text-indent: -9999px;
    }

    .list-ul {
        width: 100%;
    }

    .title {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .title a {
        font-size: 16px;
    }

    .tz-date span {
        font-size: 22px;
        margin-bottom: 0;
    }

    .tz-date {
        font-size: 14px;
    }
.tz-date1{font-size:2rem;}
    .tz-list .txt-elise a {
        font-size: 16px;
    }

    .tz-list-p {
        font-size: 15px;
    }

    .link-img {
        margin-top: 10px;
    }

    .tz-list1 li a,
    .tz-list2 li a,
    .tz-list3 li a {
        font-size: 16px;
        line-height: 25px;
    }
.link a{font-size:16px;}
    .tz-list1 li a {
        padding: 20px 0;
    }

    .tz-list2 li {
        padding: 0px 0 0px 80px;
        margin-bottom: 16px;
        height: 50px;
    }

    .admic>a {
        font-size: 16px;
        line-height: 25px;
    }

    .admic p {
        font-size: 15px;
        line-height: 30px;
    }

    .phone,
    .psd,
    .butn {
        width: 100%;
    }

    .number {
        width: 68%;
    }

    .dates {
        font-size: 15px;
    }

    .friends-tt {
        width: 100%;
        text-align: center;
    }

    .friends-list li {
        margin-left: 0;
        margin-right: 15px;
    }

    .friends-back {
        margin-top: 20px;
    }

    .footer {
        padding: 15px 0 15px 0;
    }

    .footer span {
        display: block;
    }

    .footer p {
        margin: 0;
        line-height: 25px;
    }

    .list-ul li {
        line-height: 35px;
    }

    .right-width,
    .left-width {
        width: 100%;
        margin-top: 20px;
    }

    .left {
        width: 100%;
        padding: 0 25px;
    }

    .middle {
        width: 100%;
        padding: 0 25px;
        float: left;
    }

    .right {
        width: 40%;
        padding: 0 25px;
        float: left;
    }

    .img-list li {
        width: 50%;
        margin-bottom: 20px;
    }

	.img-list.img-thin li {
	    width: 25%;
	}

	.img-thin .imgbed {
	    padding-top: 114%;
	}

    .fot-img img {
        padding: 20px 0;
    }

    .foot p {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        text-align: center;
    }
}

@media(max-width:991px){
.pull-left{font-size: 2rem;}
}


@media(max-width: 576px) {
    .img-list li {
        width: 50%;
        margin-bottom: 20px;
    }

    .img-list.img-thin li {
	    width: 50%;
	}
	
    .img-list-bottom {
        background: #f4f4f4;
        display: block;
        padding: 0.8em 0em 0.8em 0.8em;
        font-size: 14px;
        color: #555;
        line-height: 30px;
    }

    .txt-elise,
    .tz-list-p {
        padding-left: 80px;
    }

    .article-tt {
        font-size: 22px;
        color: #555;
        margin: 1em 0;
        line-height: 1.5em;
    }

    .article-p {
        padding: 2em 0;
    }

    .left,
    .middle,
    .right {
        width: 100%;
        padding: 0 25px;
    }

    .tz-list2 li {
        padding: 0px 0 0px 80px;
        margin-bottom: 16px;
        height: 70px;
    }

    .phone,
    .psd,
    .butn {
        width: 100%;
        padding-left: 40px;
    }

    .number {
        width: 72%;
        padding-left: 35px;
    }

    .tz-date2 .dates {
        font-size: 2rem;
    }
.tz-date2 .mouth{font-size:1.5rem;}
    .tz-list1 li a {
        padding: 0;
    }

    .row {
        padding-bottom: 30px;
    }

    .left-width-l .arrow-left {
        left: 5%;
    }

    .left-width-l .arrow-right {
        right: 5%;
    }
    .tz-list li{height:auto;}
}

/* ??¡ª??¡ã */
.table-ow {
    width: 100%;
    display: table;
    table-layout: fixed;
box-sizing: border-box;
}

.title-ow,
.date-ow {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.title-ow{
width:100%;
}
.date-ow {
    width: 6em;
    float: none;font-size:1.143rem;
}

.imgbed {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-top: 66%;
}

.imgbed img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}