.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}
.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 0 0 60px;
}
.main-bg {
    width: 100%;
    height: 445px;
    background: url(banner.jpg) no-repeat center;
    background-size: 100% 100%;
	position: relative;
}
.common-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.bule-style {
    height: 530px;
    border-radius: 20px;
    background: url(d.png) no-repeat center;
    justify-content: space-around;
    padding-top: 20px;
}
.four-style{
	width:1200px;
	 display: flex;
	  flex-wrap: wrap;
	   justify-content: space-between;
}
.bule-style .box_a {
    width: 535px;
    height: 263px;
    display: block;
}
.four-style img{
	 width: 100%;
	
}
.bule-style .box_a :last-of-type {
    margin-left: 0;
}
.bule-style .box_a p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.common-left {
    margin-right: 40px;
}
.situation {
    width: 580px;
    background: url(yd.png) no-repeat;
    background-size: 100% 100%;
}
.common-title {
    width: 100%;
    height: 80px;
    line-height: 80px;
   
    position: relative;
    padding-right: 46px;
}
.common-title span {
    height: 80px;
    line-height: 80px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-left: 81px;
}
.common-title .more {
    font-size: 16px;
    color: #fff;
    float: right;
}
.common-title img {
    position: absolute;
    margin-right: 20px;
    left: 0;
    top: -10px;
}
.list {
    width: 100%;
}
.list .list-a {
    display: block;
    line-height: 50px;
    height: 50px;
    position: relative;
    padding-left: 34px;
    border-bottom: 1px dashed #a9c2ff;
    padding-right: 20px;
}
.list .list-a:last-of-type {
    border-bottom: 0;
}
.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 23px;
    left: 20px;
    border-radius: 50%;
}
.list .list-a .title {
    font-size: 16px;
    color: #404040;
    width: 420px;
    display: inline-block;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.list .list-a .time {
    font-size: 16px;
    float: right;
    color: #999999;
}
.list .list-a:hover .title {
    color: #115db2;
}
.list .list-a:hover .time {
    color: #115db2;
}

.search-con {
    display: flex;
    justify-content: center;
    /* margin-left: auto;
    margin-right: auto; */
    /* margin-bottom: 0.75rem;
	padding-top: 17%; */
    width: 100%;
	position: absolute;
	bottom: 25%;
}

.select-text {
    font-size: 1rem;    
    text-align: center; 
    width: 116px;
    height: 44px;
    line-height: 44px;
    background-color: #e8e8e8;
    cursor: pointer;
    color: #245399;
}
.select-list {
    position: absolute;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: center;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    width: 116px;
    color: #245399;
    cursor: pointer;
}
.select-list li {
    text-align: center;
}
.search-btn {
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-align: center;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));   
    width: 118px;
    height: 44px;
    line-height: 44px;
    background-color: #0b1fc6;
    cursor: pointer;
}
.search-input input {
  background-color:#fff;
    width: 420px;
    height: 44px;
	line-height:44px;
	padding-left:10px;
}

.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }
    .main {
        width: 100%;
        padding: 10px;
    }
    .main-bg {
        background-size: cover;
        height: 100px;
    }
    .common-style {
        display: block;
        margin-top: 0;
    }
    .common-style .pic-a img{
        width: 100%;
        margin-bottom: 10px;
    }
    .common-title span {
        font-size: 18px;
        padding-right: 35px;
    }
    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }
    .situation,
    .list-all {
        width: 100%;
    }
    .list .list-a{
        padding:0 10px;
    }
    .list .list-a .title {
        width: 200px;
    }
    .list .list-a::before{
        left: 0;
    }
    .bule-style {
        display: flex;
        height: auto;
        background-size: 100% 100%;
        margin-bottom: 20px;
    }
    .bule-style .box_a{
        text-align: center;
        width: 45%;
        height: auto;
        margin-bottom: 10px;
    }
    .common-title{
        padding-right: 10px;
    }
    .common-title span{
        padding-right: 25px;
    }
	.select-text{
	width:68px;
	height:25px;
	line-height:25px;
	font-size:0.75rem;
}

.search-input input {
 
    width: 180px;
	height:25px;
	line-height:25px;
   	font-size:0.75rem;
	padding-left:10px;
}

.search-btn {
 font-size:0.75rem;
    width: 68px;
    height: 25px;
    line-height: 25px;

}

.select-list {
    font-size: 0.75rem;
    line-height: 1rem;
    width: 68px;
    
}
}


@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 130px;
    }
}
