.gmtpbg{
    width: 100%;
    height: 380px;
    background: url(../image/banner.jpg) 0 0 no-repeat;
    background-attachment: fixed;
}
.subject{
    width: 100%;
    height: 177px;
    overflow: hidden;
    padding-top: 153px;
}
.subject_main{
    width: 1260px;
    height: auto;
    margin: auto;
}
.sy_hjmain{
	width: 100%;
    height: auto;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.sy_hjmain h2{
	width: 100%;
    height: 38px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 100;
}
.sy_hjmain img{
	object-fit: cover;
    width: 100%;
    height: 139px;
}
.gmtp{
    width: 1260px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.gmtp_main{
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    padding-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.gmtp_main_li{
    float: left;
    width: 98%;
    height: auto;
    margin: 1%;
}
.gmtp_main_li i{
    float: left;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
}
.gmtp_main_li a{
    float: left;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin-right: 15px;
}
.gmtp_main_li a:hover{
	background: #ffd00a;
}
.gmtp_main_li a.cur{
    background: #ffd00a;
}
.gmtp_main_li li{
    float: left;
    width: 100%;
	height: 30px;
    line-height: 30px;
}
.gmlist{
    width: 1260px;
    height: auto;
    margin: auto;
    overflow: hidden;
    min-height: 500px;
}
.gmlist_main{
    width: 100%;
    height: auto;
    display: inline-block;
    
}
.gmlist_main li{
    float: left;
    width: 410px;
    height: auto;
    background: #fff;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.gmlist_main li:nth-child(3n+3) {
    margin-right: 0;
}
.gmlist_main li:hover{
    box-shadow: darkgrey 0px 6px 17px -8px;
}
.gmlist_main li .left{
    float: left;
    width: 120px;
    height: 100px;
    background: #fff;
    margin: auto;
    text-align: center;
}
.gmlist_main li .left img{
    width: 74px;
    height: 74px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
}
.gmlist_main li .cen{
    float: left;
    width: 199px;
    height: 100px;
    background: #fff;
    margin: auto;
    text-align: center;
}
.gmlist_main li .cen h1{
    font-size: 16px;
    width: 100%;
    height: 35px;
    line-height: 45px;
    text-align: left;
    font-weight: bold;
}
.gmlist_main li .cen p{
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    font-size: 13px;
    color: #828181;
}
.gmlist_main li .right{
    float: left;
    width: 70px;
    height: 35px;
    line-height: 35px;
    background: #ffd00a;
    margin: auto;
    text-align: center;
    border-radius: 4px;
    margin-top: 13px;
    color: #2d2d2d;
}
.gmlist_main li .right:hover{
    box-shadow: #ceab19 0px 6px 17px -8px
}
.gmlist_main_bm{
    float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    border-radius: 4px;
	text-align: left;
}
.gmlist_main_bm i{
    float: left;
    width: 64px;
    height: auto;
    font-style: normal;
    color: #757575;
}
.gmlist_main_bm h2{
    float: left;
    width: 305px;
    height: auto;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #617ef9;
}






