﻿@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
    min-width:320px;
    height: 100vh;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
	background-color: #f4f4f4;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
/*资源下载中心*/
@font-face {
    font-family: 'heiti';
    src: url('SourceHanSansCN-Bold-Alphabetic.woff2') format('woff2'),
        url('SourceHanSansCN-Bold-Alphabetic.woff') format('woff'),
        url('SourceHanSansCN-Bold-Alphabetic.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{background-color: #ffffff;}
.header{
    background: url(../../images/downloadCenter/top_bg.png) center top no-repeat;
    height: 385px;
    margin: 0 auto;
}
.inner_header{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header .mainTitle{
    width: 510px;
    height: 149px;
}
.header .mainTitle img{
    width: 100%;
}
.no_search_state{
    position: absolute;
    left: 0;
    top: 38px;
}
.searchBox{
    width: 510px;
    height: 62px;
    background-color: #fff;
    border-radius: 10px;
}
.selectBox{
    width: 112px;
    height: 100%;
    line-height: 62px;
    position: relative;
    cursor: pointer;
}
.selectBox::before{
    content: '';
    width: 1px;
    height: 37px;
    background-color: #ededed;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.selectBox .inputCase{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.selectBox .inputCase input.imitationSelect{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    text-indent: 20px;
    cursor: pointer;
    background: none;
    font-size: 18px;
    color: #4d4d4d;
    padding-right: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.selectBox .fa{
    width: 15px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.selectBox .fa-caret-up{
    transform: translateY(-50%) rotate(180deg);
}
.selectBox .selectUl{
    display: none;
    padding: 0;
    background-color: #fff;
    padding-top: 15px;
    margin-top: -10px;
    box-shadow: 0 10px 10px rgba(0,0,0,.15);
    border-radius: 0 0 10px 10px;
}
.selectBox .selectUl li{
    height: 36px;
    line-height: 36px;
    list-style: none;
    text-indent: 20px;
    transition: all .5s ease 0s;
    font-size: 18px;
}
.selectBox .selectUl li:hover{
    background: #ddd;
}
.selectBox .selectUl li:last-child{
    border-bottom: 0 none;
}
.search_inputBox{
    width: calc(100% - 112px);
    height: 100%;
    position: relative;
}
.search_inputBox .search_input{
    width: 100%;
    height: 100%;
    padding: 0 65px 0 20px;
    background: none;
    font-size: 16px;
    color: #000;
}
.search_inputBox .icon_search{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.search_inputBox .icon_search img{
    width: 100%;
    height: 100%;
}
.resourceBox{
    width: 620px;
    height: 225px;
    position: absolute;
    top: 0;
    right: -145px;
}
.resourceBox img{
    width: 100%;
    height: 100%;
}
.resourceBox .inner_resourceBox{
    width: 215px;
    position: absolute;
    right: 240px;
    top: 115px;
}
.resourceBox .inner_resourceBox p{
    font-size: 27px;
    color: #2569ed;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
}
.resourceBox .inner_resourceBox .clickForBtn{
    display: block;
    cursor: pointer;
    width: 140px;
    height: 38px;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    background-color: #2569ed;
}

.mainContent{
    min-height: 800px;
    margin-top: -150px;
}
.inner_content{
    width: 1200px;
    margin: 0 auto;
}
.top_tabItem1{
    height: 65px;
    width: 100%;
    border-bottom: 1px solid #cccfd7;
    line-height: 65px;
}
.top_tabItem1 ul li{
    cursor: pointer;
    font-size: 22px;
    color: #1a1e58;
    margin-right: 65px;
}
.top_tabItem1 ul li.active{
    color: #2569ed;
    position: relative;
    font-size: 24px;
    font-weight: bold;
}
.top_tabItem1 ul li.active::before{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #2569ed;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -2.5px;
}
.downloadList .download_list{
    margin-top: 45px;
}
.downloadList .download_list .download_pic{
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
}
.downloadList .download_list .download_pic img{
    width: 100%;
    height: 100%;
}
.downloadList .download_list .download_info{
    width: calc(100% - 165px);
    min-height: 140px;
    margin-left: 25px;
    position: relative;
    padding-right: 140px;
    border-bottom: 1px solid #d6d6d6;
}
.download_flex{
    width: 100%;
    margin-bottom: 15px;
}
.download_list .download_title{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-right: 30px;
    line-height: 1.4;
}
.download_flex .download_list_ul .download_list_li{
    font-size: 13px;
    color: #777777;
    margin-right: 30px;
}
.download_flex .download_list_ul .download_list_li img{
    width: 25px;
    height: 25px;
}
.download_list .download_text{
    font-size: 15px;
    color: #777777;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    text-align: justify;
}
.downloadList .download_list .download_info .downloadBtn{
    display: block;
    width: 92px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    border: 1px solid #4c81fe;
    font-size: 18px;
    color: #4179fe;
    position: absolute;
    right: 0;
    top: 50px;
    cursor: pointer;
}
/*党组织活动常用音乐*/
.inner_header_detail{
    height: 235px;
}
.inner_header_detail .sub_mainTitle{
    font-size: 50px;
    color: #1a1e58;
    font-weight: bolder;
    letter-spacing: 2px;
    line-height: 2;
}
.inner_header_detail p{
    font-size: 18px;
    color: #777777;
}
.downloadList2{
    width: 100%;
    margin-bottom: 60px;
}
.downloadList2 .download_list2{
    width: calc((100% - 60px) / 4);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    background-color: #fff;
    margin-top: 20px;
    margin-right: 20px;
}
.downloadList2 .download_list2:nth-child(4n){
    margin-right: 0;
}
.downloadList2 .download_list2 .download_pic2,.downloadList2 .download_list2 .download_pic3{
    width: 100%;
    height: 185px;
}
.downloadList2 .download_list2 .download_pic2 img{
    width: 100%;
    height: 100%;
}
.downloadList2 .download_list2 .download_pic3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.downloadList2 .download_list2 .download_pic3 img{
    height: 150px;
}
.downloadList2 .download_list2 .download_info2{
    padding: 10px 15px;
}
.downloadList2 .download_list2 .download_info2 .download_title2{
    font-size: 18px;
    color: #000;
    text-align: justify;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.downloadList2 .download_list2 .download_info2 .downloadBtn{
    display: block;
    width: 85px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #4c81fe;
    font-size: 16px;
    color: #4179fe;
    cursor: pointer;
    margin-top: 5px;
}
.flex-x-end{
    display: flex;
    justify-content: flex-end;
}



/* 分页 */
.pagination {
    width: 100%;
    margin-top: 60px;
    position: relative;
    font-size: 14px;
    color: #1a1e58;
}

.pagination .limit_icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.pagination .limit_icon img {
    width: 22px;
    height: 22px;
    display: block;
}

.prev_icon {
    margin-right: 15px;
}

.next_icon {
    margin-left: 15px;
}

.pagination .limit_val {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-left: 15px;
    color: #1a1e58;
    cursor: pointer;
    font-size: 14px;
}

.pagination .limit_val:first-child {
    margin-left: 0;
}

.pagination .limit_val.active {
    color: #fff;
    background-color: #4179fe;
}

.pagination .total {
    margin-left: 20px;
}

.pagination .limit_select {
    margin: 0 10px;
    position: relative;
}

.pagination .limit_select .select_val {
    width: 66px;
    height: 25px;
    border-radius: 3px;
    background: #f4f4f4;
    position: relative;
    text-align: center;
    line-height: 25px;
    color: #000;
    padding: 0 15px 0 5px;
    font-size: 14px;
    cursor: pointer;
}

.pagination .limit_select .select_val::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid #8c8c8c;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
}

.pagination .limit_select .select_item {
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    width: 100%;
    text-align: center;
    color: #000000;
    border: 1px solid #dedede;
    border-radius: 5px;
    max-height: 121px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    background: #ffffff;
}

.pagination .limit_select .select_item::-webkit-scrollbar {
    display: none;
}

.pagination .limit_select .select_item .option {
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    margin: 4px;
    cursor: pointer;
    font-size: 13px;
}

.pagination .limit_select .select_item .option:hover,
.pagination .limit_select .select_item .option.active {
    background: #4179fe;
    color: #ffffff;
}

/*footer*/
.footer {
    width: 100%;
    text-align: center;
    background-color: #647bb3;
    padding: 25px 0 20px;
    margin-top: 60px;
}
.footer ul{
    margin-bottom: 10px;
}
.footer ul li a{
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.footer ul li{
    position: relative;
    padding: 0 15px;
}
.footer ul li:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer a {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}
.footer p a:not(:last-child) {
    margin-right: 30px;
}
.footer .bottom_s2 {
    margin-top: 15px;
    width: 50px;
}
.footer p a img {
    margin-right: 5px;
}

.download_flex2{
    margin-bottom: 5px;
}
.download_flex2 p{
   font-size: 14px;
   color: #777;
   margin-right: 60px;
}

/*index2*/
.header2{
    background: url(../images/top_bg2.png) center top no-repeat;
}
.searchBox2{
    border: 1px solid #88a771;
}
.resourceBox .inner_resourceBox{
    top: 88px;
    height: 108px;
}
.resourceBox2 .inner_resourceBox p{
    color: #746653;
}
.resourceBox2 .inner_resourceBox .clickForBtn{
    background-color: #8495d2;
}
.footer2{
    background-color: #82a26c;
}
.top_tabItem2 ul li.active{
    color: #5f4f38;
}
.top_tabItem2 ul li.active::before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #95bf78;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -2.5px;
}

.resourceList .resource_list{
    border-bottom: 1px solid #d6d6d6;
    padding: 30px 0;
}
.resourceList .resource_list .resource_list_title{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
}
.resourceList .resource_list .resource_list_title span{
    color: #778bd0;
}
.resourceList .resource_list:nth-child(2n) .resource_list_title span{
    color: #739c57;
}
.resourceList .resource_list .resource_ul{
    margin-top: 20px;
}
.resourceList .resource_list .resource_ul .resource_li{
    font-size: 15px;
    color: #777;
    line-height: 1.8;
}
.resource_list .resource_ul .resource_li p:nth-child(1){
    width: 80px;
}
.resource_list .resource_ul .resource_li p:nth-child(2){
    width: calc(100% - 80px);
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pagination2 .limit_val.active{
    background-color: #5067b7;
}
/*index3*/
.header3{
    background: url(../images/top_bg3.png) center top no-repeat;
}
.searchBox3{
    border: 1px solid #e4ccc0;
}
.resourceBox3 .inner_resourceBox p{
    color: #b9673b;
}
.resourceBox3 .inner_resourceBox .clickForBtn{
    background-color: #b4bcd9;
}
.researchList .research_list{
    border-bottom: 1px solid #d6d6d6;
    padding: 30px 0;
    display: block;
    cursor: pointer;
}
.researchList .research_list .research_list_title{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
}
.researchList .research_list .research_list_text{
    font-size: 15px;
    color: #777;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 20px;
}
.footer3{
    background-color: #ecddd6;
}
.footer3 a ,.footer3 ul li a{
    color: #a85835;
}
.footer3 ul li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 60%;
    background-color: #a85835;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.top_tabItem3 ul li.active{
    color: #a85835;
}
.top_tabItem3 ul li.active::before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #9ea3b6;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -2.5px;
}
.pagination3 .limit_val.active{
    background-color: #ab5836;
}

/*2025-07-11*/
.top_tabItem1{
    position: relative;
}
.resourceSelectBox{
    width: 180px;
    height: 45px;
    background-color: #559bff;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    z-index: 10;
    cursor: pointer;
}
.resourceSelectBox p{
    line-height: 45px;
}
.selectBox2{
    width: 75px;
    height: 100%;
    line-height: 45px;
    cursor: pointer;
    margin-left: 10px;
}
.selectBox2 .inputCase2{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.selectBox2 .inputCase2 input.imitationSelect{
    width: 100%;
    line-height: 45px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    background: none;
    font-size: 18px;
    color: #fff;
}
.selectBox2 .fa{
    width: 14px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.selectBox2 .fa-caret-up{
    transform: translateY(-50%) rotate(180deg);
}
.selectBox2 .selectUl2{
    display: none;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(139,142,154,.5);
    border-radius: 20px;
    margin-left: -105px;
    margin-top: 6px;
}
.selectBox2 .selectUl2 li{
    height: 50px;
    line-height: 50px;
    list-style: none;
    transition: all .5s ease 0s;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-right: 0;
    border-bottom: 1px dashed #bbbbbb;
}
.selectBox2 .selectUl2 li:hover{
    color: #559bff;
}
.selectBox2 .selectUl2 li:last-child{
    border-bottom: 0 none;
}