@charset "UTF-8";
/* 轮播图 */
.header-banner {
  width: 100%;
}

.index_banner_img {
  width: 100%;
  height: 500px;
}

.banner1 {
  background: url("/aviation/my/center/images/1.jpg");
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  cursor:pointer;
}
/* 轮播图结束 */

/* 主要新闻区域 */
.main {
	margin-top: 20px !important;
	width: 100%;
}

.main-block {
	box-shadow: 0 0 10px #d7c5c5;
}

.main-title {
	border-bottom: 2px solid #dfe2e7;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}

.main-title-left {
	float: left;
	border-bottom: 2px solid #137ccd;
	font-weight: bold;
	font-size: 18px;
}

.main-title-right {
	float: right;
	color: #137ccd;
	font-size: 17px;
    cursor: pointer;
}

.main-item {
	padding: 20px;
}
/* 新闻区域的那个banner */
.main-banner {
	height: 245px;
}

.main-banner img {
	height: 245px;
}

.main-banner-flexslider {
	height: 245px;
}

.main-banner .slides li {
	height: 245px;
  	cursor:pointer;
}

.main-banner-title {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #fff;
	font-size: 15px;
	opacity: 0.7;
}
/* .news1 {
  background: url(/aviation/my/center/images/news/news1.jpg);
}
.news2 {
  background: url(/aviation/my/center/images/news/news2.jpg);
}
.news3 {
  background: url(/aviation/my/center/images/news/news3.jpg);
}
.news4 {
  background: url(/aviation/my/center/images/news/news4.jpg);
}
.news {
  background-size: 245px;
  background-repeat: no-repeat;
}
.main-banner-flexslider li {
  height: 245px;
} */

/* 消息 */
/* 设置一下容器的高度 */
.main-article {
  height: 245px;
}

.main-article-tip {
    background: url(/aviation/my/center/images/article-icon.png) no-repeat 4px 7px;
    margin-bottom: 13px;
    cursor: pointer;
    font-size: 16px;
      display: block;
}

.main-article-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
}

.main-article-data {
	color: #a699b3;
}
.main-article-data-red {
    color: #137ccd;
}

/* 快速通道 */
.kuaisu{
	width: 100%;
}
.tip{
	width: 42%;
	margin:20px 4%;
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	background-color: #0768b9;
	border-radius:10px;
	color:#fff;
}
.tip:hover{
	color:#fff;
	text-decoration:none;
    box-shadow: 2px 3px 2px #29466b;
   	font-size: 17px;
}

.tip-image{
	width:25px;
	height:25px;
	padding-right:10px;
}

/* 友情链接 */
.main-link {
	text-align: left;
}

.main-link a {
	padding: 0 15px;
}

.main-link a:hover {
	color: #0768b9;
    text-decoration: none;
}


/* 1300 */
.wrap {
	width: 1300px;
	position: relative;
	margin: 0 auto;
	display: block;
	/* background-color: #00f; */
}