@charset "utf-8";
/*
	---大连外国语大学
	---Date: 2021/03/30
	---Author: Gao Xiaohui
*/

#containter    { width:100%; padding:24px 0; overflow:hidden; background:#f3f3f3; }

.mainleft    { width:624px; float:left; }
.mainright   { width:350px; float:right; }
.index_modle   { padding:24px; background:#fff; box-shadow:3px 3px 3px #ddd; }
.index_modle h2   { font-size:30px; font-weight:bold; color:#e00723; }
.index_modle ul   { width:100%; margin-top:19px; }
.index_modle li   { height:40px; line-height:40px; border-bottom:1px dashed #d8d8d8; }
.index_modle li a { float:left; font-size:16px; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; }
.index_modle li a:hover   { color:#e00723; }
.index_modle li .time  { float:right; color:#999; font-size:14px; font-style:normal; }

.media,.news_cjdt   { margin-top:24px; }
.notice a   { width:300px; }
.news_cjdt a   { width:460px; }
.news_cjdt ul  { margin-bottom:3px; }
.media a    { width:300px; }
.media li   { border:none; }
.media .media_li  { height:200px; }

hover  {
transition-duration:.6s;
-moz-transition-duration:.6s;	/* Firefox 4 */
-webkit-transition-duration:.6s;	/* Safari 和 Chrome */
-o-transition-duration:.6s;	/* Opera */
}

.focus_title   { position:absolute; background:url(../images/focus_icon.png) 0 0 no-repeat; top:10px; left:10px; width:129px; height:42px; display:block; z-index:10; font-size:30px; color:#fff; padding:10px 0 0 14px; font-weight:bold; }
.slide   { width:100%; }
.slide_dashiji   { width:100%; height:340px; box-shadow:3px 3px 3px #ddd; }
.carousel-caption {
	width:180px;
    height: 340px;
    position: absolute;
    background-color: #dd0723;
    right: 0px;
    top: 0px;
	left:444px;
	bottom:0;
    padding-top: 25px;
    padding-left: 20px;
	padding-right:15px;
	padding-bottom:0;
    text-align: left;
    text-shadow: none;
}

.carousel-caption a {
    color: #fff;
	font-size:16px;
	line-height:30xp;
}

.carousel-caption a:hover {
    color: #ddd;
}

.carousel-indicators {
    bottom: 15px;
	right:60px;
}

.btn_xq  { width:110px; height:36px; border:3px solid #fff; line-height:30px; text-align:center; background:#fff; border-radius:5px; }
.btn_xq a   { color:#dd0723; font-weight:bold; }
.btn_xq:hover   { border:3px solid #fff; background:none; }
.btn_xq:hover a,.btn_xq a:hover   { color:#fff; }

.more {
    float: right;
}
.more a {
   font-size: 14px;
    color: #e41b20;
	line-height:40px;
}