.center{
    width: 1200px;
    margin: auto;
}
body{
    color: #333333;
}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.red{color:#fe7407 !important;}
.no-border{border:0 !important;}

/* header */
.header{position: relative;}
.header .logo-text{
    position: absolute;
    left: 315px;
    top: 47px;
}
.header .logo{
    margin-top: 70px;
}
.header .search-form{
    display: inline-block;
    margin-top: 105px;
    background-color: #fe7407;
    padding: 5px;
}
.header .search-form .input{
    width: 203px;
    padding: 0 15px;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
}
.header .search-form .submit{
    width: 68px;
    height: 33px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    background-color: #fe7407;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
}
.header .search-form .submit:hover{
    background-color: #e06608;
}

/* nav */
.nav{
    background: #0a73dc;
    position: relative;
    z-index: 99;
}
.nav a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
}
.nav-a{
    font-size: 20px;
}
.nav-li{
    width: 150px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: url('../images/nav-icon.png') no-repeat right center;
    float: left;
}
.nav-li+.nav-li+.nav-li+.nav-li+.nav-li+.nav-li+.nav-li+.nav-li{
    background-image: none;
}
.nav-li:hover .subnav{
    display: block;
}
.nav li:hover{
    background: #1161B2;
}
.subnav{
    background: #0a73dc;
    display: none;
}
.subnav-li{
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: url('../images/subnav-li.png') no-repeat center bottom;
}

/* cur-location */
.cur-location{
    margin: 20px auto 10px;
    font-size: 18px;
    color: #424242;
}
.cur-location a{
    font-size: 18px;
    color: #424242;
    padding: 0 5px;
}


/* column */
.column{
    border-bottom: 1px solid #2387da;
    height: 53px;
}
.column .title{
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 60px;
    color: #1369c0;
    padding: 0 20px;
    border-bottom: 3px solid #2387da;
}
.column .more{
    font-size: 12px;
    color: #898989;
    margin-top: 30px;
    margin-right: 5px;
}
.column .more:hover{
    text-decoration: underline;
}

.bd{
    border: 1px solid #d2d2d2;
    background: #fff;
}

.img-text-list{
    width: 877px;
    padding: 0 20px;
}
.img-text-list ul li {
    border-bottom:1px solid #dddddd;
    margin-top: 20px;
    position: relative;
    padding-bottom: 30px;
    *padding-bottom: 150px;
}
.img-text-list ul li .title{
    margin: 15px 0;
}
.img-text-list ul li .title a{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.img-text-list ul li .main .float-left{
    width: 161px;
    height: 120px;
}
.img-text-list ul li .main .float-left img{
    width: 100%;
    height: 100%;
}
.img-text-list ul li .main .float-right{
    width: 695px;
    height: 120px;
    margin-right: 5px;
}
.img-text-list ul li .main .info{
    font-size: 12px;
    color:#828282;
}
.img-text-list ul li .main .summary{
    height: 70px;
    width: 695px;
    position: absolute;
    bottom: 30px;
    right: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    color: #828282;
    line-height: 24px;
}
.img-text-list ul li .main .summary a{
    color: #828282;
}

.hr{
    background: url('../images/footer-bgi.png') no-repeat center center;
    display: inline-block;
    min-width: 1200px;
    width: 100%;
    height: 3px;
    margin: 60px auto 20px;
}

.footer{
    padding: 0 0 50px 0;
}
.footer p,.footer p a{
    font-size: 14px;
    line-height: 40px;
    color: #585858;
    text-align: center;
}
.footer p a:hover{
    color: #f22400;
    text-decoration: underline;
}

.sidebar{
    width: 263px;
}
.sidebar .type{
    background: url('../images/q.jpg');
    background-size: 100% 100%;
    padding: 0 0 30px;
}
.sidebar .type .typename{
    font-size: 18px;
    color: #f22400;
    height: 55px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    line-height: 75px;
    padding-left: 20px;
}
.sidebar .type ul{
    padding: 10px 0;
}
.sidebar .type ul li{
    font-size: 18px;
    color: #464646;
    line-height: 50px;
    text-align: center;
    height: 50px;
	width:240px;
    border-bottom: 1px solid #dddddd;
/*1. 先强制一行内显示文本*/
   white-space: nowrap;  
   
  /*2. 超出的部分隐藏*/
   overflow: hidden;
   
  /*3. 文字用省略号替代超出的部分*/
   text-overflow: ellipsis;
}
.sidebar .type ul li:hover{
    background-color: #ddd;
}
.sidebar .type ul li a{
    color: #464646;
    display: inline-block;
    padding: 0 20px;
}
.sidebar .type ul li img{
    margin: 15px 10px 0;
}

.public-stadium-server{
    border: 1px solid #dddddd;
    width: 260px;
    height: 358px;
    margin-top: 10px;
}
.public-stadium-server .column {
    border-color: #dddddd;
}

.public-stadium-server .column .title {
    color: #f22400;
    font-size: 18px;
    border: 0;
}
.public-stadium-server .pic-list li{
    float: left;
    margin-left: 18px;
    margin-top: 8px;
}
.public-stadium-server .pic-list li:hover {
     filter: alpha(opacity=80);
     opacity: 0.8;
}

.img-text-list ul li .title a:hover,
.sidebar .type ul li a:hover {
    color: #0a73dc;
}

