/*
 * time:2021/1/27
 * Company:cait
 */
/* 全国会2021首页样式 */
.qgh2021_top{
    max-width: 1920px;
    min-width: 1200px;
    height: 590px;
    margin: 0 auto;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.qgh2021_row1{
    margin: 20px auto;
  
    padding: 30px;
}
.qgh2021_row1_L{
    float: left;
}
.qgh2021_row1_L a img{
    display: block;
    width: 500px;
    height: 360px;
}
.qgh2021_row1_R{
    float: right;
    width: 460px;
}
.qgh2021_row1_R h3{
    width: 100%;
    line-height: 35px;
    margin: 20px 0px;
    text-align-last: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qgh2021_row1_R h3 a{
    font-size: 20px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qgh2021_row1_R h3:hover a {
    font-size: 20px;
    color: #224ea5;
}
.qgh2021_row1_R p {
    line-height: 30px;
    margin: 0px 12px;
    margin-bottom: 20px;
}
.qgh2021_row1_R p a{
    font-size: 16px;
    color: #424242;
}
.qgh2021_row1_jh{
    width: 440px;
    margin: 25px auto 0px auto;
    height: 55px;
    padding: 13px 0px;
    background-color: #fff;
}

.title{
    background: url(./bg.jpg)no-repeat center bottom;
    line-height: 65px;
    font-size: 26px;
    color: #CB0000;
    font-weight: 700;
    text-align: center;
}

.title p a{color:#fff; text-decoration:none;}
.title span a{
    color: #000;
    font-weight: normal;
}
.qgh2021_row1_jh_img{
    width: 45px;
    height: 55px;
    float: left;
    background: url(qgh2021_row1_jh.png) no-repeat center center;
}
.qgh2021_row1_jh .qgh2021_row1_jh_p {
    width: 360px;
    float: left;
    height: 55px;
    line-height: 29px;
    border-left: 1px solid #ccc;
    margin: 0px;
    padding-left: 15px;
}
.qgh2021_row1_jh .qgh2021_row1_jh_p a{
    color: #212121;
    font-size: 16px;
}
.qgh2021_row1_jh .qgh2021_row1_jh_p a:hover {
    color: #224ea5;
    font-size: 16px;
}
.qgh2021_row2_tit{
    width: 100%;
    height: 30px;
	text-align:right;
}
.qgh2021_row2_tit h2{
    line-height: 65px;
    text-align: center;
    font-size: 36px;
    font-family: "楷体";
    color: #fff;
    font-weight: 900;
}
.qgh2021_row2_tit a{
    font-size: 16px;
    color: #4281FF;
    padding: 20px;
   text-decoration:none;
}
.qgh2021_row2_tit a:hover,.qgh2021_row3_tit a,.qgh2021_row4_tit a{
  color:#4281FF;
}
.qgh2021_row2_ul{
    width: 100%;
    margin-top:0;
	padding:0;
}
.qgh2021_row2_ul li{
    height: 45px;
    line-height: 45px;
}
.qgh2021_row2_ul li a{

    height: 45px;
    font-size: 16px;
    color: #535353;
    display: block;
    float: left;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	text-decoration:none;
}
.qgh2021_row2_ul li span {
    width: 120px;
    height: 45px;
    display: block;
    float: right;
    line-height: 45px;
    font-size: 16px;
    color: #535353;
    text-align: center;
}
.qgh2021_row2_ul li:hover a {
    color: #224ea5;
}
.qgh2021_row2_ul li:hover span {
    color: #224ea5;
}


/*底部版权*/
.qgh2021_foot {
    width: 100%;
    height: 140px;
    background-color: #0353bc;
    min-width: 1200px;
    margin: 0 auto;
}

.footer-center {
    width: 1200px;
    margin: 0 auto;
	line-height: 30px;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}



.font_biaoti{
    font-size: 24px;
    color: rgb(51, 51, 51);
    text-align: center;
    width: 100%;
    font-family: 微软雅黑;
	margin:30px 0;
}
.line{border: 1px dashed #d4d4d4;
    margin: 20px auto;}
.font_hui{font-size: 12px;
    color: grey;
    text-align: center;
    padding-bottom: 30px;}
.font_nr{padding-bottom:20px; width: 1000px;
    margin: 0 auto;overflow:hidden}
.font_nr p{line-height: 200%;
    font-size: 12pt;
    color: #333;}
.location{    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    background-color: #fff;
    color: #555;
    font-size: 16px;
    border-bottom: 3px solid #f5f5f5;}
.location a{color:#333}
.pic ul li{
   text-align:center;
    font-size: 16px;

}
.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.qgh2021_foot {
    background-color:#07A062;
}