

.dt-notice-list-detail{
    width: 50%;
}
.dt-list-detail div{
    float: left;
}
.dt-list-detail-title div{
    float: left;
}
.dt-list-detail-title{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    overflow:hidden;/*溢出文本隐藏*/
    text-overflow:ellipsis;/*溢出文本显示省略号*/
    white-space:nowrap;/*文本不换行*/
    -o-text-overflow:ellipsis;/*针对Opera*/
    color: #333333;
    transition: 0.2s all;
    position: absolute;
}
.dt-list-detail:nth-child(2n) .dt-notice-list-detail-title{
    right: 120px;
    left: 30px;
}
.dt-list-detail:nth-child(2n-1) .dt-notice-list-detail-title{
    right: 150px;
    left: 0;
}
.dt-list-detail:hover div{
    color: #FF9339;
}

.dt-list-detail-time{
    font-size: 14px;
    color: #333333;
    text-align: right;
    transition: 0.2s all;
    width: 100px;
    position: absolute;
}
.dt-list-detail:nth-child(2n) .dt-notice-list-detail-time{
    right: 0;
}
.dt-list-detail:nth-child(2n-1) .dt-notice-list-detail-time{
    right: 30px;
}
.dt-notice-head{
    padding-top: 50px;
}
.dt-notice-title{
    margin: 0 auto;
}

.dt-notice-content{
    width: 100%;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    padding-top: 37px;
    justify-content: center;
    position: relative;
}

.dt-notice-left{
    flex: 1;
    text-align: right;
    padding-right: 24px;
    display: flex;
    justify-content: center;
    flex-direction:column;
}
.dt-arrow{
    position: absolute;
    color: #FF9501 ;
    cursor: pointer;
    width: 50px;
    font-size: 50px;
    text-align: center;
    top:0;
}
.dt-arrow-next{
    right: -90px;
}
.dt-arrow-prev{
    left: -90px;
}
.dt-notice-middle{
    position: relative;
    width: 100%;
}

.dt-notice-arrow{
    height: 140px;
    line-height: 140px;
}
.dt-notice-content-line{
    -webkit-flex-basis: 1002px; /* Safari 6.1+ */
    flex-basis: 1002px;
    position: absolute;
    left: 50%;
    height: 100%;
    border-right: 2px solid #1181e3;
    border-right-style: dashed;
}
.dt-notice-more{
    margin-top: 45px;
}
.dt-more-bnt{
    height: 40px;
    width: 125px;
    text-align: center;
    background-color: #1181e3;
    color: #ffffff;
    font-size: 12px;
    line-height: 40px;
    border-radius: 3px;
    cursor: pointer;
}
.dt-notice-more-btn{
    margin: 0 auto;
}
#introduce{
    position: relative;
    width: 100%;
    background: linear-gradient(rgba(57, 139, 213, 1), rgb(79, 188, 182));
    background: -webkit-linear-gradient(rgba(57, 139, 213, 1), rgb(79, 188, 182)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(57, 139, 213, 1), rgb(79, 188, 182)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(57, 139, 213, 1), rgb(79, 188, 182)); /* Firefox 3.6 - 15 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#398BD5, endColorstr=#4FBCB6);/*IE<9>*/
}
.dt-introduce-head .dt-title-model{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.dt-introduce-title-eng-word{
    font-size: 14px;
    z-index: 3;
    display: table;
    text-align: center;
    margin: 0 auto;
    height: 14px;
    line-height: 14px;
    padding: 0 10px;
    background: linear-gradient(#3E96CE,#3F98CD);
    background: -webkit-linear-gradient(#3E96CE,#3F98CD); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#3E96CE,#3F98CD); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#3E96CE,#3F98CD); /* Firefox 3.6 - 15 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3E96CE, endColorstr=#3F98CD);/*IE<9>*/
}
.dt-input-title{
    margin: 0 auto;
}
.dt-introduce-bg{
    position: absolute;
    z-index: 3;
    opacity: 0.1;
}
.dt-introduce-content{
    padding-top: 50px;
    /*text-align: center;*/
    width: 1002px;
    margin: 0 auto;
    color: #f1f1f1;
    font-size: 14px;
    z-index: 1000;
}
.dt-introduce-bottom{
    padding-top: 30px;
    width: 1002px;
    margin: 0 auto;
}
#dt-introduce-phone{
    text-align: right;
    color: #ffffff;
    font-size: 16px;
}
#dt-introduce-address{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
#dt-introduce-fax{
    text-align: left;
    color: #ffffff;
    font-size: 16px;
}
.dt-introduce-bottom-content{
    margin-left: 14px;
}
.dt-list-detail{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    width: 50%;
    float: left;
    position: relative;
}
.dt-information-list-detail{
    width: 100%;
}
.dt-information-list-detail-title{
    left: 0;
    right: 110px;
}
.dt-information-list-detail-time{
    right: 0;
}
.dt-information{
    height: 360px;
    position: relative;
}
.dt-information-list{
    position: absolute;
    left: 0;
    right: 400px ;
}
.dt-information-img{
    height: 360px;
    background-image: url("/front/img/img_zhejiang_information.jpg");
    background-size:cover;
    position: absolute;
    right: 0;
    width: 360px;
}
.dt-information-title{
    margin-bottom: 30px;
}
.dt-list-arrow{
    color: #1181e3;
    margin-right: 7px;
    font-size: 14px;
}
.dt-information-more-btn{
    position: absolute;
    bottom:0;
}
.dt-message-bg{
    width: 100%;
    background-color: rgba(17,129,227,0.05);
}
.dt-message{
    height: 360px;
    position: relative;
}
.dt-message-img{
    position: absolute;
    left: 0;
    width: 360px;
    height: 360px;
    background-image: url("/front/img/img_international_information.jpg");
    background-size:cover;
}
.dt-message-more-btn{
    position: absolute;
    bottom: 0;
    left: 400px;
}
.dt-message-list{
    position: absolute;
    right: 0;
    left: 400px;
}
.dt-message .dt-information-list{
    background-image: url("/front/img/img_international_information.png");
}
/*急救比赛图片*/
.dt-competition-img{
    background-image: url("/front/img/img_competition.jpg");
}
#dt-message-head .dt-title-eng-word{
    background-color: #F3F9FE;
}
#dt-message-head1 .dt-title-eng-word{
    background-color: #F3F9FE;
}
.dt-train-list{
    height: 130px;
    margin: 5px 0;
    width: 50%;
    float: left;
}
.dt-train-list:nth-child(2n){
    padding: 0 0 0 7px;
}
.dt-train-list:nth-child(2n-1){
    padding: 0 7px 0 0;
}
.dt-message-middle{
    position: relative;
    width: 1002px;
}
.dt-train-list-content{
    border: 1px solid #f1f1f1;
    background: #FFFFFF;
    border-radius: 3px;
    height: 100%;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}
.dt-train-list-content:hover{
    box-shadow: 0 1px 12px 0 rgba(0,0,0,0.06);
}
.dt-train-list-title{
    padding: 15px 5px 8px 0;
    overflow:hidden;/*溢出文本隐藏*/
    text-overflow:ellipsis;/*溢出文本显示省略号*/
    white-space:nowrap;/*文本不换行*/
    -o-text-overflow:ellipsis;/*针对Opera*/
}
.dt-train-list-title-arrow{
    color: #1181e3;
    font-size: 15px;
}
.dt-train-list-title-content{
    font-size: 14px;
    color: #333333;

}
.dt-train-list-detail{
    height: 40px;
    width: 100%;

    /*padding: 0 5px;*/
    overflow : hidden;
    color: #666666;
    font-size: 12px;
    line-height: 20px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}
/*.dt-train-list-detail:after {*/
/*background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
/*bottom: 0;*/
/*content: "...";*/
/*padding: 0 5px 1px 30px;*/
/*position: absolute;*/
/*right: 0;*/
/*}*/
.dt-train-list-time{
    padding: 10px 5px 0 0;
    line-height: 20px;
}
.dt-train-list-time-logo{
    color: #c5c5c5;
    font-size: 12px;
}
.dt-train-list-time-content{
    font-size: 12px;
    color: #333333;
}
.dt-train-more{
    padding-top: 20px;
}
.dt-train-more-btn{
    margin: 0 auto;
}
.dt-train-arrow{
    height: 280px;
    line-height: 280px;
}
#dt-brief{
    background-color: rgba(17,129,227,0.05);
}
.dt-brief-title{
    margin: 0 auto;
}
.dt-brief-title .dt-title-eng-word{
    background-color: #F3F9FE;
}
.dt-brief-list{
    margin: 5px 0;
    height: 100px;
    width: 33.3%;
    float: left;
}
.dt-brief-list:nth-child(3n-1){
    padding:0 4px;
}
.dt-brief-list:nth-child(3n){
    padding: 0 0 0 6px;
}
.dt-brief-list:nth-child(3n-2){
    padding: 0 6px 0 0;
}
.dt-brief-list-content{
    border: 1px solid #F1F1F1;
    background: #FFFFFF;
    border-radius: 3px;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.dt-brief-list-content:hover{
    box-shadow: 0 1px 12px 0 rgba(0,0,0,0.06);
}
.dt-brief-content-img{
    width: 60px;
    height: 60px;
    margin: 20px;
    background-size: cover;
}
.dt-brief-list .dt-brief-list-content .dt-brief-content-img{
    background-image: url("/front/img/ic_datum_attachment.png");
}
.dt-brief-content-word{
    position: absolute;
    top: 20px;
    left: 100px;
    right: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    height: 40px;
}
.dt-brief-content-attachment{
    position: absolute;
    top: 65px;
    left: 100px;
    right: 20px;
    font-size: 12px;
    color: #666666;
    overflow:hidden;/*溢出文本隐藏*/
    text-overflow:ellipsis;/*溢出文本显示省略号*/
    white-space:nowrap;/*文本不换行*/
    -o-text-overflow:ellipsis;/*针对Opera*/
    word-wrap: normal;
}
.dt-brief-arrow{
    height: 280px;
    line-height: 280px;
}
.dt-brief-more{
    padding-top: 10px;
}
@media (max-width:1200px) {
    .dt-arrow{
        display: none;
    }
}

.swiper-wrapper{
    height: 100% !important;
}
.swiper-slide{
    position: relative;
    height: 100% !important;
    width: 100%;
}

.carousel-control.left {

    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;

    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}


.carousel-inner .item
{
    overflow: hidden;
}
.dt-index-banner-img
{
    cursor: pointer;
}

/*书籍推荐样式*/
.recommend-books-container {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 20%;
    bottom: 10%;
    max-height: 800px;
    background: #FFFFFF;
    box-shadow: -1px 1px 12px 0 rgba(32,37,92,0.10);
    border-radius: 10px;
    padding-top: 20px;
    text-align: center;
}
.recommend-books-title {
    font-size: 20px;
    color: #1181E3;
    font-weight: bold;
    padding-bottom: 14px;
    border-bottom: 1px solid #EEF2FB;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recommend-books-title img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.recommend-books-list {
    overflow: auto;
    height: calc(100% - 43px);
    -ms-overflow-style: none;  //IE 10+
    overflow: -moz-scrollbars-none;  //Firefox
}
.recommend-books-list::-webkit-scrollbar {
    display:none
}
.recommend-books-list-item {
    padding: 15px 0 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #EEF2FB;
}
.recommend-books-list-item:last-child{
    border-bottom: none;
}
.book-cover {
    width: 94px;
    height: 118px;
    margin-bottom: 5px;
    object-fit: cover;
}
.book-title {
    width: 130px;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: left;
}
.recommend-books-btn {
    margin: 0 auto;
    width: 94px;
    padding: 4px 0;
    background: #FF9601;
    border-radius: 12px;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    cursor: pointer;
}
.recommend-books-btn img {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
