﻿/**!
 * 政府公报
 * author: wangkai;
 */


/* main */


/*左侧*/

.ewb-left {
    height:920px;
    border: 1px solid #c2c1c1;
	background: url(imagesLeftMenuBg.jpg) bottom no-repeat;
}

.ewb-left-remind {
    padding-top: 33px;
    height: 255px;
    border-bottom: 1px solid #dbdbdb;
    background: url(imagesleft_bg1.jpg);
}

.ewb-left-logo {
    display: block;
    margin: 0 auto;
    width: 137px;
}

.ewb-year-choice {
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}

.ewb-year-choice p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ewb-mt5 {
    margin-top: 5px;
}

.ewb-year-choice select {
    display: inline-block;
   // text-indent: 8px;
    width: 64px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e7e7e7;
}
#select1{
    padding-left: 5px;
}
#select2{
    padding-left: 10px;
}
.ewb-year-choice select.short {
    width: 50px;
}

.ewb-year-choice select.long {
    width: 116px;
}

.ewb-year-choice span {
    display: inline-block;
    vertical-align: top;
}

.ewb-stage-label {
    font-family: "Microsoft YaHei";
    font-weight: bold;
    font-size: 18px;
}

.ewb-stage-txt {
    display: inline-block;
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #333;
}

.ewb-down-gb {
    margin-top: 10px;
    height: 51px;
    line-height: 51px;
    border: 1px solid #e2e2e2;
    background: url(imagesdown_gb.jpg);
}

.ewb-down-gb a {
    display: block;
    padding-left: 36%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    background: url(imagesdown_gb_ico.png) 16% center no-repeat;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-left-remind {
        padding-top: 10px;
        height: 278px;
    }
    .ewb-year-choice.ewb-mt10 {
        margin-top: 0;
    }
    .ewb-year-choice p {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .ewb-left {
        height: auto;
        padding-bottom: 20px;
		background:none;
    }
	.leftul img {
        width: 40%;
    	margin: 0px auto !IMPORTANT;
    	display: block;
    }
}

/*右侧*/

.ewb-right {
    height: 1208px;
}

.ewb-info-table {
    //height: 383px;
 //   height: 253px;
}

.table-responsive {
    height: 347px;
}

@media (max-width: 767px) {
    .ewb-right {
        height: auto;
        padding-bottom: 10px;
    }
    .ewb-info-table {
        height: auto;
        padding-bottom: 10px;
    }
    .table-responsive {
        width: 100%;
    }

}
@media (max-width:1000px) {
.leftborder .link1 {
        width: 82%;
}

}
@media (max-width:1024px) {
/*.span5 {
    	width: 32% !important;
 	float: left !important;
    }*/
   .span19 {
     width: 77% !important;
     float: left;
     margin-left:0px;
   }
  .ewb-info-table table {
     width: 100% !important;
  }
  .leftborder .link1 {
    width: 70%!important;
	margin:0px auto;
	float:none;
  }
  .date{
    width: auto !important;
  }
  .ewb-read-more{
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .pagination .current.prev, .pagination .current.next{
    width: 40px!important;
  }
  .pagination .next{
    width: 40px!important;
  }
  .pagination .next{
    width: 40px!important;
  }
  .pagination .prev{
    width: 40px!important;
  }
  .ewb-left{
   width: auto !important;
   height:auto !important;
 }
  .ewb-down-gb a {
    padding-left: 40%;
    margin-left: -18px;
 }
}
@media (max-width:767px) {
.leftborder .link1 {
        width: 85%;
}
}
@media (max-width:400px) {
.leftborder .link1 {
        width: 83%;
}
}
@media (max-width:979px) {
.ewb-left {
	width: 200px;
    height: auto;
}
}