ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    color: #333
}

a:hover,
a:focus {
    color: #993334;
    text-decoration: none
}

h2 .news-tabs {
    float: left;
}

.news-tabs__title.h2 {
    margin-top: 15px;
}

.header_news_panel .nav-tabs li {
    float: none;
}

.header_news_panel .nav-tabs>li.active>a,
.header_news_panel .nav-tabs>li.active>a:focus,
.header_news_panel .nav-tabs>li.active>a:hover {
    color: #f38844;
    background-color: transparent;
    border: none;
}

.imgmax {
    width: 100%
}

#wapper {
    overflow: hidden;
}



@media only screen and (max-width:1920px) and (min-width:1681px) {
    .container {
        width: 1370px
    }
}

@media only screen and (max-width:1680px) and (min-width:1441px) {
    .container {
        width: 1180px
    }
}

.container {
    padding: 2px
}

body {


    background-image: url('../image/dbdt.jpg');

    font-family: "微软雅黑", "Microsoft Yahei", "SimSun", Tahoma, Verdana, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

#header {
    max-height: 300px;
    overflow: hidden;

}

#header .row {
    position: relative
}

#logo {
    background: url(../img/school.png) 0px 0px no-repeat;
    background-color: #f00e14;
    position: relative;
    width: 100%;
    max-height: 220px;
    background-size: 100%;
    padding-top: 16px;
    padding-bottom: 10%;
}

.logoo {
    text-align: center;
}

.logoo>img {
    height: 60%;
    width: 90%;
    /* margin-top: 80px; */
    z-index: 999;
    animation: zoomIn 1s;
    /* -webkit-transition: all .5s；
    /* text-align: center; */
    /* object-fit: contain; */
    /* transition: 1s;   缩放动画特效时间 */
}

@media (max-width:767px) {
    .logoo {
        background-size: 90%;
    }
}

/*动画效果*/
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.navbar-form {
    margin-top: 10px;
    margin-bottom: 0;
    height: 30px;
    background-color: #fff2e2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    position: absolute;
    right: 20px;
    top: 40px
}

.navbar-form.fos {
    background: #F0F4FB
}

.navbar-form .search {
    float: left;
    padding-left: 5px;
    width: 130px;
    height: 100%;
    outline: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #000
}

.navbar-form button {
    float: right;
    outline: 0;
    width: 20px;
    height: 100%;
    border: 0;
    margin-top: 2px;
    /* background: url(../img/b.jpg) no-repeat; */
    background: transparent;
    cursor: pointer
}

.navbar-form input::-webkit-input-placeholder {
    color: #fff
}

@media (max-width:767px) {
    .navbar-form {
        display: none
    }

    #logo {
        text-align: center
    }

    #logo a img {
        display: inline
    }
}

#nav {
    min-height: 40px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #ddd;
    background: #fff2e2;
    box-shadow: 0px 10px 0px 0px rgba(99, 76, 76, 0.33);
}

#nav .navbar {
    min-height: 30px;
    padding-left: 10px;
    margin-bottom: 0;
    /* border-bottom: 2px solid #ddd; */
    /* box-shadow: 0px 5px 0px 0px rgba(99, 76, 76, 0.33); */
}

.navbar-nav>li>a {
    color: #d30000;
    font-weight: bolder;
    font-size: 18px;
}

.navbar-nav .homepage{
    color: rgb(255, 194, 100);
    font-weight: bolder;
    font-size: 18px;
    transform: translateX(20px);
}

#nav .navbar-nav>li>a:hover,
#nav .navbar-nav>li>a:focus,
.nav .open>a {
    /* background-color: #fff2e2;
    color: #ec6d20; */
    background-color: #993334;
    font-family: "微软雅黑", "Microsoft Yahei";
    color: white;
    border-radius: 10px;
    text-decoration: none;
}

.dropdown-menu {
    border: none;
    background: #fff2e2;
}


.dropdown-menu>li>a {
    padding: 7px 20px;
    color: #993334;
}

.dropdown-menu>li>a:hover {
    background-color: #993334;
    color: #fff;
}

.caret {
    color: #fff;
}

.caret a:hover,
a:focus {
    color: #993334;
}

@media (max-width:767px) {
    #nav .navbar-collapse {
        background: #fff2e2;
        max-height: 900px;
    }
    
}

.navbar {
    padding: 1px 0 3px !important;
    text-align: center;
    /* border-bottom: 1px solid #993334; */
}

.navbar button.collapsed {
    background-color: #fff2e2 !important;
    padding: 12px;

}

.navbar .navbar-toggle {
    border: 0;
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 1px;
    padding: 7px 10px
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #fff
}

.navbar .navbar-toggle span.icon-bar {
    background-color: #993334
}

.navbar.affix .navbar-header .navbar-toggle {
    float: left;
    margin-left: 20px
}

.navbar.affix {
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff2e2;

    animation: fadeIn .5s ease-in;
    -webkit-animation: fadeIn .5s
}

@media (max-width:767px) {
    .navbar.affix .navbar-header #logom {
        width: 50%
    }
}

.navbar .navbar-header #logom {
    display: none
}

.navbar.affix .navbar-header #logom {
    display: block;
    margin-right: 0;
    width: 53%;
    float: right;
    margin-bottom: 0;
    margin-right: 20px
}

@media (min-width:992px) {
    .navbar.affix .navbar-header #logom {
        display: none
    }
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff
    }

    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }

    .container {
        padding: 0 15px
    }
}

@media (min-width:993px) {
    .navbar-nav {
        width: 1100px;
        margin: 0 auto;
        float: left
    }
}

.conn-show {
    background-image: url('../image/dbdt.jpg');
    width: 100%;
}


.bodyzt {
    /* background-color: #d8ba0f; */
    /* background-color: #fafcff; */
    box-shadow: -5px 0px 0px 0px rgba(78, 78, 78, 0.1), 5px 0px 0px 0px rgba(78, 78, 78, 0.1);
}



#myCarousel {
    background: #f7f7f7;
    overflow: hidden;
    /* //padding: 0; */
    padding-left: 10px;
}

.item {
    overflow: hidden;
    height: 400px;
    /* border-style: solid; */
    /* border-width: 5px; */
    /* border-color: #ec6d20; */
}

.item img {
    width: 100%;
    /* max-height: 100%; */
    /* height: 450px !important; */

}
.carousel-caption a {
    color: #fff
}

.carousel-control.right,
.carousel-control.left {
    background: none
}

.carousel-control {
    width: 5%
}

.carousel-indicators {
    /* left: 90%; */
    /* height: 40px */

}

.carousel-indicators .active {
    background-color: #fff2e2;
    max-width: 50px;
    border: none;

}

.carousel-indicators li {
    max-width: 50px;
    border: none;

    background-color: #993334;
}

.carousel-caption {
    /* bottom: 0; */
    left: 0px;
    width: 100%;
    /* height: 50px; */
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(241, 18, 18, 0.6);
    bottom: 0px;
    color: #fff2e2
}

.carousel-caption h3 {
    font-size: 18px;
    font-family: "微软雅黑", "Microsoft Yahei";
    font-weight: bolder;
    /* text-shadow: 1px 1px 2px rgba(248, 6, 6, 0.33); */
    /* padding-top: 0%; */
    /* padding: 8px 12px; */
    /* line-height: 28px */
}

.carousel-caption p {
    padding-bottom: 12px;
    line-height: 24px;
    text-indent: 2em;
    text-align: left
}

.carousel-caption h2 a {
    color: #fff
}

.carousel-caption p a {
    color: #666
}

@media (max-width:767px) {
    .item {
        height: auto
    }

    .item img {
        margin-top: 10
    }

    .carousel-caption {
        left: 0
    }
}

#footer {
    padding: 10px 0;
    color: #fff;
    position: relative;
    background: #993334;
    border-top: 4px solid #edebdc;
    height: 115px
}

#footer a {
    color: #fff
}

#footer .container {
    padding: 35px;
    background: url('../img/logo.png') no-repeat 0px 0px;
    background-size: 8%;
    padding-left: 260px;
    position: relative;
    max-height: 100px
}

#social {
    position: absolute;
    top: 4px;
    right: 10px;
    display: none
}

#social li {
    float: left;
    padding-left: 20px
}

#qr {
    position: absolute;
    top: 10px;
    right: 0;
    display: none
}

#qr img {
    width: 64px;
    height: 64px
}

.tooltip.top .tooltip-inner {
    background-color: #1f89c3
}

.tooltip.top .tooltip-arrow {
    border-top-color: #1f89c3
}

@media (max-width:767px) {
    #footer .container {
        background: none;
        padding-left: 10px;
        font-size: 12px;
        padding-top: 0;
        text-align: center
    }

    #social {
        display: none
    }

    #qr {
        display: none
    }

    #flink {
        padding: 0 10px !important
    }
}

.media-object {

    width: 160px;
    height: 90px;
    box-shadow: 5px 2px 6px #000;
}


.media-heading {
    font-size: 14px
}

.time {
    color: #e8d3aa
}

.headline {
    display: block;
    margin: 10px 10px 10px 15px;
    position: relative;
    transform: skew(-15deg);
}

.headline h2,
.headline h3,
.headline h4 {
    margin: 1px 1px 5px 5px;
    display: inline-block;
    color: #fff;
    font-family: "微软雅黑", "Microsoft Yahei";
    font-weight: 400;
    font-size: 19px;
    transform: skew(15deg);
}

.headline span {
    font-family: 'Arial Narrow';
    color: #fff;
    font-size: 14px;
}

.exp-yel {
    border-bottom: 3px solid #993334;
}

.exp-yel h3,
h4 {
    font-family: "微软雅黑", microsoft yahei;
    /* font-weight: bold;
    color: #993334; */
    font-size: 26px;
    line-height: 52px;
    font-weight: bold;
    color: #993334;
}

@media (max-width:767px) {
    .exp-yel h3 {
        font-size: 18px;
    }
}

.exp-yel .more {
    position: absolute;
    font-family: "微软雅黑", microsoft yahei;
    top: 3px;
    right: 5px;
    display: block;
    padding: 30px 20px 7px;
    font-weight: 700;
    font-size: 12px;
    color: #993334;

}

.up1 {
    display: inline-block;

    padding: 2px 5px;
    font-size: 19.2px;

    font-family: '黑体';
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    text-align: center;
    background-color: #993334;

    transform: skew(-15deg);
    margin-left: 5px;
}

.up1 a {

    color: #fff;
    text-align: center;
    background-color: #993334;
    max-width: 90% !important;
    transform: skew(15deg);


}

.up1 a:hover {

    /* color: #ec6d20; */
    color: #993334;

}

.tag_cont {
    display: inline-block;

    padding: 2px 5px;
    font-size: 19.2px;
    color: #fff;
    text-align: center;
    background-color: #993334;
    max-width: 90% !important;

}

.newlist {
    min-height: 600px
}



.news-img {
    overflow: hidden
}

.news-img img,
.item img {
    width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s
}

.news-img a:hover img,
.item a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-item {
    overflow: hidden
}

.news-item h4 {
    font-size: 13px;
    color: #31465c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 34px;
    display: block;
    margin: 0
}

.news-cont {
    text-align: center;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    filter: alpha(opacity=40);
    color: #fff;
    margin-top: -34px;
    height: 400px
}

.news-cont a {
    color: #fff
}

.news-cont:hover h4 {
    background: #993334;
    color: #fff
}

.news-cont p {
    text-align: left;
    padding: 5px;
    font-size: 12px;
    text-indent: 2em;
    padding-bottom: 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .news-item {
        clear: both;
        margin-bottom: 1em;
        position: relative;
        overflow: hidden
    }

    .news-cont {
        position: relative;
        color: #000;
        background: none;
        margin-top: 0;
        width: auto !important;
        height: auto;
        text-align: left
    }

    .news-cont a {
        color: #000
    }

    .news-cont:hover {
        margin-top: 0
    }

    .news-cont:hover h4 {
        background: none;
        color: #000
    }

    .news-item .news-img {
        overflow: hidden;
        padding-right: 15px;
        width: 210px;
        height: 140px;
        float: left
    }

    .news-cont p a {
        color: #999
    }

    .news-cont h4 {
        line-height: 20px
    }
}

.ggtm {
    line-height: 20px;
    height: auto !important;
    font-size: 13px;
    padding-left: 30px;
    display: flex;
    /*实现垂直居中*/
    align-items: center;
}

.ggtm a:hover {
    /* color: #ec6d20; */
    color: #993334;
    font-family: 微软雅黑;

    display: flex;
    /*实现垂直居中*/
    align-items: center;
}

@media (max-width:767px) {
    .ggtm {
        font-size: 12px;
        display: flex;
        /*实现垂直居中*/
        align-items: center;
    }
}

.ggtm li {
    /* // background: url(../images/arrow1.gif) no-repeat 0 7px; */
    padding-left: 15px;
    /* padding-bottom: 12px; */
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.time {
    float: right
}

.times {
    font-size: 9px;
    text-align: center;
    float: left;
    margin-top: 4px;
    width: 43px;
    height: 43px;
    font-family: "Microsoft Yahei", 微软雅黑, arial, 宋体;
    color: #fff;
    background-color: #993334;
}

.times a:hover {
    background-color: #ec6d20;
}

.times_ye {
    margin-top: 6px;
    font-size: 9px;
    -webkit-transform: scale(0.76);
    line-height: 10px;
    text-align: center;
    word-wrap: normal
}

.times .times_day {
    font-size: 20px;
    display: block;
    margin-top: 4px
}

.ggbt {

    padding-left: 10px;
    margin-left: 05px;
    margin-top: 7px;
    height: 50px;
    border-bottom: 1px dashed #993334;
    display: flex;
    /*实现垂直居中*/
    align-items: center;
}

@media (max-width:767px) {
    .ggbt {
        font-size: 16px;
        height: 49px;
        border-bottom: 1px dashed #993334;

        display: flex;
        /*实现垂直居中*/
        align-items: center;
    }
}

.tzgg li:hover .times {
    background: #ec6d20;
    color: #fff
}

#about {
    background: url(../images/aboutbg.gif) no-repeat right bottom
}

#about p {
    text-indent: 2em
}

#myCarousel2,
#myCarousel3 {
    background: #fff;
    overflow: hidden;
    padding: 0
}

#myCarousel2 .carousel-indicators,
#myCarousel3 .carousel-indicators {
    left: 50%;
    bottom: 5px;
    bottom: -10px
}

#sbjpic {
    width: 100%
}

#subject .btn {
    padding: 10px 12px;
    font-size: 15px;
    background: url(../images/icon1.png) no-repeat 0 5px
}

@media (min-width:768px) and (max-width:992px) {
    #subject .btn {
        font-size: 13px
    }
}

#subject li {
    background: url(../images/arrow.png) no-repeat right;
    border-bottom: 1px solid #e8e6cf
}

#subject.btn-block {
    border-bottom: 1px #e8e6cf solid
}

#subject .icon1 {
    background-image: url(../images/icon1.png)
}

#subject .icon2 {
    background-image: url(../images/icon2.png)
}

#subject .icon3 {
    background-image: url(../images/icon3.png)
}

#flink {
    border-top: 1px solid #e8e6cf;
    clear: both;
    padding: 8px 0;
    color: #999
}

#flink h3 {
    margin: 5px 10px 5px 0;
    display: inline-block;
    color: #993334;
    font-family: "微软雅黑", "Microsoft Yahei";
    font-weight: 400;
    font-size: 16px
}

#flink a {
    padding-left: 15px;
    line-height: 24px
}

#smain {
    height: auto !important;
    height: 500px;
    min-height: 500px;
    padding: 20px
}

#smain h1 {
    color: #993334;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 30px
}

.mail li {
    width: 50%;
    float: left;
    padding-left: 22px;
    font-weight: 700;
    border-top: 1px #e8e6cf solid;
    line-height: 40px;
    font-size: 14px;
    margin-top: 10px;
    background: url(../images/mail.gif) 0 13px no-repeat
}

/*侧边栏和二级页面使用*/
.wrapper {
    /*width: 960px;
 height: 800px;*/
    margin: 0 auto;
    position: relative;
    background: #eee;
    -moz-box-shadow: 2 0 10px #222222, -2 0 10px #222222;
    -khtml-box-shadow: 2 0 10px #222222, -2 0 10px #222222;
    -webkit-box-shadow: 2 0 10px #222222, -2 0 10px #222222;
    box-shadow: 2 0 10px #222222, -2 0 10px #222222;
    /* box-shadow: 0 0 10px #222222; */
}

#folding-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 100px;
    margin-left: -20px;
    position: fixed;
    display: inline-block;
}

#folding-menu a {
    width: 140px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
    background: #993334;
    text-decoration: none;
    border-left: 1px solid #0982bd;
    border-top: 1px solid #0982bd;
    border-bottom: 1px solid #054685;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
}

#folding-menu li:first-child a {
    border-top-right-radius: 10px;
}

#folding-menu li:last-child a {
    border-bottom-right-radius: 10px;
}

#folding-menu a:hover {
    padding-left: 55px;
    background: #ec6d20;
    border-top: 1px solid #066fae;
    border-bottom: 1px solid #033772;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -o-transform-origin: 0;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

#folding-menu a:active {
    background: #993334;

    border-top: 1px solid #045ca0;
    border-bottom: 1px solid #02275f;
}

#folding-menu::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-color: #054685 #054685 transparent transparent;
    border-style: solid solid dashed dashed;
    border-width: 5px 10px;
}

/*侧边栏和二级页面结束*/

/*面包屑导航*/
.breadcrumb {
    background: #eee;
}

.breadcrumb>li+li:before {
    background-color: none;
    /* //padding-top: 20px;
    // padding-left: 5px; */
    color: #ec6d20;
    content: "/ ";
    padding: 0 5px;
}

@media (max-width:767px) {
    .breadcrumb>li+li:before {
        font-size: 10px;
    }
}

/*面包屑导航*/
.main_list {
    font-size: 18px;
    position: relative;
    margin: 0px auto;
    background: #eee;
    padding: 5px;
    min-height: 700px
}

@media (max-width:767px) {
    .main_list {
        font-size: 14px;
        position: relative;
        margin: 0px auto;
        background: #eee;
        padding: 5px;
    }
}

.new01 li {
    height: auto !important;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    text-align: left;
}

.new01 li:hover {
    background: #f7f7f7;
}

.new01 a {
    word-wrap: break-word;
    word-break: normal;
}

.new01 .span1 {
    float: right;
    margin-right: 10px;
}

.new01 .span1 li a:hover,
a:focus {
    color: #ec6d20;
}

.swiper-container {
    width: 100%;

}

.hm {

    height: 500px;
}

.fc {

    height: 300px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .img {
    height: 99%;
    /* width: 150px; */

}

.swiper-button-prev,
.swiper-button-next {

    color: #993334;
}



.hm img {
    max-width: 100%;
    /* max-height:300px; */
    object-fit: contain;
    padding: 10px;
    margin: 10px;
    border: 0;
    /* overflow:scale-down */
}

.hm .title0 {
    background-color: #993334;
    margin: 20px;
    color: #ffffff;
    text-align: left;
    font-family: 微软雅黑;
    text-indent: 2em;
    /* display: flex; */
    /*实现垂直居中*/
    align-items: center;
    line-height: 250%
}


.ry .swiper-wrapper {
    max-height: 280px;
}

#myCarousel0 {
    background: #993334;
    overflow: hidden;
    /* //padding: 0; */
    /* padding-left: 10px; */
}

#myCarousel0 .item {
    overflow: hidden;
    max-height: 400px;
    background-color: #993334;
    /* border-style: solid; */
    /* border-width: 5px; */
    /* border-color: #ec6d20; */
}

#myCarousel1 .item {
    overflow: hidden;
    max-height: 700px;
    background-color: #993334;
    /* border-style: solid; */
    /* border-width: 5px; */
    /* border-color: #ec6d20; */
}

#myCarousel0 .item img {
    width: 100%;
    align-items: center;
    /* max-height: 100%; */
    /* height: 450px !important; */

}

#myCarousel1 .item img {
    max-width: 100%;
    min-width: 100%;
    height: 500px;
}

#myCarousel0 .title0 {
    background-color: #993334;
    margin: 20px;
    color: #ffffff;
    text-align: left;
    font-family: 微软雅黑;
    text-indent: 2em;
    /* display: flex; */
    /*实现垂直居中*/
    align-items: center;
    line-height: 350%
}

#myCarousel0 .carousel-caption a {
    color: #fff
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    color: #fff
}

#myCarousel0 .carousel-control {
    width: 5%;
    font-size: var(--swiper-navigation-size);
}



#myCarousel0 .carousel-indicators .active {
    background-color: #fff2e2;
    max-width: 50px;
    border: none;

}

#myCarousel0 .carousel-indicators li {
    max-width: 50px;
    border: none;

    background-color: #993334;
}

#myCarousel0 .carousel-caption {
    /* bottom: 0; */
    left: 0px;
    width: 100%;
    /* height: 50px; */
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(241, 18, 18, 0.6);
    bottom: 0px;
    color: #fff2e2
}

@media (max-width:767px) {
    .item {
        height: auto
    }

    .item img {
        margin-top: 10
    }

    .carousel-caption {
        left: 0
    }
}

#Article_list {
    padding: 40px;
}

#Article_list .header {
    border-bottom: 3px solid #993334;
    text-align: center
}

#Article_list .articletitle,
h2 {
    font-family: "微软雅黑", microsoft yahei;
    font-size: x-large;
    font-weight: bold;
    text-align: center
}

#Article_list .articlesubtitle>h4 {
    color: #000;
    font-family: "楷体";
    text-align: center
}

#Article_list>header>author {
    text-align: center;

}



#Article_list .content {
    text-align: justify;
    padding-top: 20px;
}

#Article_list .content>p {
    text-indent: 2em;
    line-height: 2em;

}

/* #Article_list .content>img {
    overflow: hidden;
    width: 99%;
    text-indent: 0em;

} */

.breadcrumb {
    background-color: #fbf4eb;
}

@media (max-width:767px) {
    .content>img {
        width: 99%;
        text-indent: 0em;
    }
}

#mylist {
    margin: 30px;
    min-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mylist li {
    border-bottom: 1px dashed #993334;
    line-height: 36px;
    padding-left: 13px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mylist li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

#mylist .time {
    float: right;
    color: #999;
}

#showPage {
    text-align: center;
    margin-top: -20px;
}